Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
short | buf [BUFFER_SAMPLES] |
int | longer |
union { | |
struct lpc10_decoder_state * dec | |
struct lpc10_encoder_state * enc | |
} | lpc10 |
Definition at line 57 of file codec_lpc10.c.
short buf[BUFFER_SAMPLES] |
Definition at line 63 of file codec_lpc10.c.
struct lpc10_decoder_state* dec |
Definition at line 60 of file codec_lpc10.c.
struct lpc10_encoder_state* enc |
Definition at line 59 of file codec_lpc10.c.
Referenced by lpc10_destroy().
int longer |
Definition at line 64 of file codec_lpc10.c.
union { ... } lpc10 |
Referenced by lpc10_destroy().