Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
lpc10_coder_pvt Struct Reference
Collaboration diagram for lpc10_coder_pvt:
Collaboration graph
[legend]

Data Fields

short buf [BUFFER_SAMPLES]
 
int longer
 
union {
   struct lpc10_decoder_state *   dec
 
   struct lpc10_encoder_state *   enc
 
lpc10
 

Detailed Description

Definition at line 57 of file codec_lpc10.c.

Field Documentation

◆ buf

short buf[BUFFER_SAMPLES]

Definition at line 63 of file codec_lpc10.c.

Referenced by lintolpc10_framein(), and lintolpc10_frameout().

◆ dec

struct lpc10_decoder_state* dec

Definition at line 60 of file codec_lpc10.c.

Referenced by lpc10_dec_new(), and lpc10tolin_framein().

◆ enc

struct lpc10_encoder_state* enc

Definition at line 59 of file codec_lpc10.c.

Referenced by lintolpc10_frameout(), lpc10_destroy(), and lpc10_enc_new().

◆ longer

int longer

Definition at line 64 of file codec_lpc10.c.

Referenced by lintolpc10_frameout().

◆ lpc10

union { ... } lpc10

The documentation for this struct was generated from the following file: