Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
char | data [SMOOTHER_SIZE] |
struct timeval | delivery |
struct ast_frame | f |
int | flags |
struct ast_format * | format |
char | framedata [SMOOTHER_SIZE+AST_FRIENDLY_OFFSET] |
int | len |
struct ast_frame * | opt |
unsigned int | opt_needs_swap:1 |
float | samplesperbyte |
int | size |
Definition at line 43 of file smoother.c.
char data[SMOOTHER_SIZE] |
Definition at line 51 of file smoother.c.
Referenced by ast_smoother_read(), and smoother_frame_feed().
struct timeval delivery |
Definition at line 50 of file smoother.c.
Referenced by ast_smoother_read(), and smoother_frame_feed().
struct ast_frame f |
Definition at line 49 of file smoother.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
int flags |
Definition at line 46 of file smoother.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().
struct ast_format* format |
Definition at line 45 of file smoother.c.
Referenced by __ast_smoother_feed(), ast_smoother_free(), ast_smoother_read(), and ast_smoother_reset().
char framedata[SMOOTHER_SIZE+AST_FRIENDLY_OFFSET] |
Definition at line 52 of file smoother.c.
Referenced by ast_smoother_read().
int len |
Definition at line 54 of file smoother.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), and smoother_frame_feed().
struct ast_frame* opt |
Definition at line 53 of file smoother.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), and ast_smoother_reconfigure().
unsigned int opt_needs_swap |
Definition at line 48 of file smoother.c.
Referenced by __ast_smoother_feed(), and ast_smoother_reconfigure().
float samplesperbyte |
Definition at line 47 of file smoother.c.
Referenced by __ast_smoother_feed(), and ast_smoother_read().
int size |
Definition at line 44 of file smoother.c.
Referenced by __ast_smoother_feed(), ast_smoother_read(), ast_smoother_reconfigure(), and ast_smoother_reset().