Asterisk - The Open Source Telephony Project GIT-master-7921072
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.

◆ dec

struct lpc10_decoder_state* dec

Definition at line 60 of file codec_lpc10.c.

◆ enc

struct lpc10_encoder_state* enc

Definition at line 59 of file codec_lpc10.c.

Referenced by lpc10_destroy().

◆ longer

int longer

Definition at line 64 of file codec_lpc10.c.

◆ 

union { ... } lpc10

Referenced by lpc10_destroy().


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