Data Fields | |
| short | buf [BUFFER_SAMPLES] |
| int | longer |
| union { | |
| struct lpc10_decoder_state * dec | |
| struct lpc10_encoder_state * enc | |
| } | lpc10 |
| short buf[BUFFER_SAMPLES] |
Definition at line 64 of file codec_lpc10.c.
Referenced by lintolpc10_framein(), and lintolpc10_frameout().
| struct lpc10_decoder_state* dec |
Definition at line 61 of file codec_lpc10.c.
Referenced by lpc10_dec_new(), and lpc10tolin_framein().
| struct lpc10_encoder_state* enc |
Definition at line 60 of file codec_lpc10.c.
Referenced by lpc10_enc_new(), lintolpc10_frameout(), and lpc10_destroy().
| int longer |
Definition at line 65 of file codec_lpc10.c.
Referenced by lintolpc10_frameout().
| union { ... } lpc10 |
Referenced by lpc10_enc_new(), lpc10_dec_new(), lpc10tolin_framein(), lintolpc10_frameout(), and lpc10_destroy().