
Data Fields | |
| ast_frame | f |
| short | inbuf [BUFFER_SIZE] |
| char | offset [AST_FRIENDLY_OFFSET] |
| unsigned char | outbuf [BUFFER_SIZE] |
| adpcm_state | state |
| int | tail |
Definition at line 240 of file codec_adpcm.c.
Definition at line 242 of file codec_adpcm.c.
Referenced by lintoadpcm_framein(), and lintoadpcm_frameout().
| short inbuf[BUFFER_SIZE] |
Definition at line 244 of file codec_adpcm.c.
Referenced by lintoadpcm_framein(), and lintoadpcm_frameout().
| char offset[AST_FRIENDLY_OFFSET] |
Definition at line 243 of file codec_adpcm.c.
| unsigned char outbuf[BUFFER_SIZE] |
| struct adpcm_state state |
| int tail |
Definition at line 247 of file codec_adpcm.c.
Referenced by lintoadpcm_framein(), and lintoadpcm_frameout().
1.4.7