Data Fields | |
short | buf [BUFFER_SAMPLES] |
int | longer |
union { | |
lpc10_decoder_state * dec | |
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 |
Definition at line 68 of file codec_lpc10.c.
Referenced by lpc10_dec_new(), and lpc10tolin_framein().
struct lpc10_encoder_state* enc |
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().