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