| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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.
Referenced by lintolpc10_framein(), and lintolpc10_frameout().
| struct lpc10_decoder_state* dec | 
Definition at line 60 of file codec_lpc10.c.
Referenced by lpc10_dec_new(), and lpc10tolin_framein().
| struct lpc10_encoder_state* enc | 
Definition at line 59 of file codec_lpc10.c.
Referenced by lintolpc10_frameout(), lpc10_destroy(), and lpc10_enc_new().
| int longer | 
Definition at line 64 of file codec_lpc10.c.
Referenced by lintolpc10_frameout().
| union { ... } lpc10 | 
Referenced by lintolpc10_frameout(), lpc10_dec_new(), lpc10_destroy(), lpc10_enc_new(), and lpc10tolin_framein().