Collaboration diagram for alaw_encoder_pvt:

Data Fields | |
| ast_frame | f |
| ast_frame | f |
| char | offset [AST_FRIENDLY_OFFSET] |
| unsigned char | outbuf [BUFFER_SIZE] |
| int | tail |
Definition at line 63 of file codec_a_mu.c.
Definition at line 65 of file codec_alaw.c.
Definition at line 65 of file codec_a_mu.c.
Referenced by lintoalaw_framein(), lintoalaw_frameout(), ulawtoalaw_framein(), and ulawtoalaw_frameout().
| char offset |
Space to build offset
Definition at line 66 of file codec_a_mu.c.
| unsigned char outbuf |
Encoded alaw, two nibbles to a word
Definition at line 67 of file codec_a_mu.c.
Referenced by lintoalaw_framein(), lintoalaw_frameout(), ulawtoalaw_framein(), and ulawtoalaw_frameout().
| int tail |
Definition at line 68 of file codec_a_mu.c.
Referenced by lintoalaw_framein(), lintoalaw_frameout(), ulawtoalaw_framein(), and ulawtoalaw_frameout().
1.4.7