GPAC
Open Source Multimedia Framework. For more information, check out http://gpac.wp.mines-telecom.fr
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups
amr_api.h File Reference

Macros

#define NB_SERIAL_MAX   61 /* max serial size */
 
#define L_FRAME16k   320 /* Frame size at 16kHz */
 
#define _good_frame   0
 
#define _bad_frame   1
 
#define _lost_frame   2
 
#define _no_frame   3
 

Functions

void Decoder_Interface_Decode (void *st, unsigned char *bits, short *synth, int bfi)
 
void * Decoder_Interface_init (void)
 
void Decoder_Interface_exit (void *state)
 
void D_IF_decode (void *st, unsigned char *bits, short *synth, long bfi)
 
void * D_IF_init (void)
 
void D_IF_exit (void *state)
 

Macro Definition Documentation

#define NB_SERIAL_MAX   61 /* max serial size */
#define L_FRAME16k   320 /* Frame size at 16kHz */
#define _good_frame   0
#define _bad_frame   1
#define _lost_frame   2
#define _no_frame   3

Function Documentation

void Decoder_Interface_Decode ( void *  st,
unsigned char *  bits,
short *  synth,
int  bfi 
)

+ Here is the caller graph for this function:

void* Decoder_Interface_init ( void  )

+ Here is the caller graph for this function:

void Decoder_Interface_exit ( void *  state)

+ Here is the caller graph for this function:

void D_IF_decode ( void *  st,
unsigned char *  bits,
short *  synth,
long  bfi 
)

+ Here is the caller graph for this function:

void* D_IF_init ( void  )

+ Here is the caller graph for this function:

void D_IF_exit ( void *  state)

+ Here is the caller graph for this function: