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_float_dec.c File Reference
+ Include dependency graph for amr_float_dec.c:

Data Structures

struct  AMRFTDec
 

Macros

#define DEFAULT_AUDIO_CM_SIZE   12
 
#define DEFAULT_AUDIO_CM_TRIGGER   4
 
#define AMRFTCTX()   AMRFTDec *ctx = (AMRFTDec *) ifcg->privateStack
 

Functions

static GF_Err AMR_AttachStream (GF_BaseDecoder *ifcg, GF_ESD *esd)
 
static GF_Err AMR_DetachStream (GF_BaseDecoder *ifcg, u16 ES_ID)
 
static GF_Err AMR_GetCapabilities (GF_BaseDecoder *ifcg, GF_CodecCapability *capability)
 
static GF_Err AMR_SetCapabilities (GF_BaseDecoder *ifcg, GF_CodecCapability capability)
 
static GF_Err AMR_ProcessData (GF_MediaDecoder *ifcg, char *inBuffer, u32 inBufferLength, u16 ES_ID, char *outBuffer, u32 *outBufferLength, u8 PaddingBits, u32 mmlevel)
 
static u32 AMR_CanHandleStream (GF_BaseDecoder *dec, u32 StreamType, GF_ESD *esd, u8 PL)
 
static const char * AMR_GetCodecName (GF_BaseDecoder *ifcg)
 
GF_MediaDecoderNewAMRFTDecoder ()
 
void DeleteAMRFTDecoder (GF_BaseDecoder *ifcg)
 
GF_InputServiceNewAESReader ()
 
void DeleteAESReader (void *ifce)
 
const u32QueryInterfaces ()
 
GF_BaseInterfaceLoadInterface (u32 InterfaceType)
 
void ShutdownInterface (GF_BaseInterface *ifce)
 

Data Structure Documentation

struct AMRFTDec
+ Collaboration diagram for AMRFTDec:
Data Fields
Bool is_amr_wb
u32 sample_rate
u32 out_size
u32 num_samples
u8 num_channels
int * nb_destate
void * wb_destate

Macro Definition Documentation

#define DEFAULT_AUDIO_CM_SIZE   12
#define DEFAULT_AUDIO_CM_TRIGGER   4
#define AMRFTCTX ( )    AMRFTDec *ctx = (AMRFTDec *) ifcg->privateStack

Function Documentation

static GF_Err AMR_AttachStream ( GF_BaseDecoder ifcg,
GF_ESD esd 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err AMR_DetachStream ( GF_BaseDecoder ifcg,
u16  ES_ID 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static GF_Err AMR_GetCapabilities ( GF_BaseDecoder ifcg,
GF_CodecCapability capability 
)
static

+ Here is the caller graph for this function:

static GF_Err AMR_SetCapabilities ( GF_BaseDecoder ifcg,
GF_CodecCapability  capability 
)
static

+ Here is the caller graph for this function:

static GF_Err AMR_ProcessData ( GF_MediaDecoder ifcg,
char *  inBuffer,
u32  inBufferLength,
u16  ES_ID,
char *  outBuffer,
u32 outBufferLength,
u8  PaddingBits,
u32  mmlevel 
)
static

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u32 AMR_CanHandleStream ( GF_BaseDecoder dec,
u32  StreamType,
GF_ESD esd,
u8  PL 
)
static

+ Here is the caller graph for this function:

static const char* AMR_GetCodecName ( GF_BaseDecoder ifcg)
static

+ Here is the caller graph for this function:

GF_MediaDecoder* NewAMRFTDecoder ( )

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void DeleteAMRFTDecoder ( GF_BaseDecoder ifcg)

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

GF_InputService* NewAESReader ( )

+ Here is the call graph for this function:

void DeleteAESReader ( void *  ifce)

+ Here is the call graph for this function:

const u32* QueryInterfaces ( )
GF_BaseInterface* LoadInterface ( u32  InterfaceType)

+ Here is the call graph for this function:

void ShutdownInterface ( GF_BaseInterface ifce)

+ Here is the call graph for this function: