
Data Fields | |
| ast_frame | f |
| char | offset [AST_FRIENDLY_OFFSET] |
| short | outbuf [BUFFER_SIZE] |
| plc_state_t | plc |
| adpcm_state | state |
| int | tail |
Definition at line 254 of file codec_adpcm.c.
Definition at line 256 of file codec_adpcm.c.
Referenced by adpcmtolin_framein(), and adpcmtolin_frameout().
| char offset[AST_FRIENDLY_OFFSET] |
Definition at line 257 of file codec_adpcm.c.
| short outbuf[BUFFER_SIZE] |
Definition at line 258 of file codec_adpcm.c.
Referenced by adpcmtolin_framein(), and adpcmtolin_frameout().
| struct adpcm_state state |
| int tail |
Definition at line 260 of file codec_adpcm.c.
Referenced by adpcmtolin_framein(), and adpcmtolin_frameout().
1.4.7