Data Fields | |
char | data [SMOOTHER_SIZE] |
timeval | delivery |
ast_frame | f |
int | flags |
format_t | format |
char | framedata [SMOOTHER_SIZE+AST_FRIENDLY_OFFSET] |
int | len |
ast_frame * | opt |
unsigned int | opt_needs_swap:1 |
float | samplesperbyte |
int | size |
Definition at line 85 of file frame.c.
char data[SMOOTHER_SIZE] |
Definition at line 93 of file frame.c.
Referenced by ast_smoother_read(), and smoother_frame_feed().
struct timeval delivery |
Definition at line 92 of file frame.c.
Referenced by ast_smoother_read(), and smoother_frame_feed().
int flags |
Definition at line 88 of file frame.c.
Referenced by __ast_smoother_feed(), ast_smoother_get_flags(), ast_smoother_read(), ast_smoother_set_flags(), ast_smoother_test_flag(), and smoother_frame_feed().
Definition at line 87 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
char framedata[SMOOTHER_SIZE+AST_FRIENDLY_OFFSET] |
int len |
Definition at line 96 of file frame.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), and smoother_frame_feed().
Definition at line 95 of file frame.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), and ast_smoother_reconfigure().
unsigned int opt_needs_swap |
Definition at line 90 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_reconfigure().
float samplesperbyte |
Definition at line 89 of file frame.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
int size |
Definition at line 86 of file frame.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), and ast_smoother_reconfigure().