CI130X SDK API手册  2.2.0
本手册用于描述CI130X SDK各个组件和驱动API
函数
aacdecelmnt.c 文件参考
#include "aaccoder.h"

函数

static int DecodeSingleChannelElement (AACDecInfo *aacDecInfo, BitStreamInfo *bsi)
 
static int DecodeChannelPairElement (AACDecInfo *aacDecInfo, BitStreamInfo *bsi)
 
static int DecodeLFEChannelElement (AACDecInfo *aacDecInfo, BitStreamInfo *bsi)
 
static int DecodeDataStreamElement (AACDecInfo *aacDecInfo, BitStreamInfo *bsi)
 
int STATNAME() DecodeProgramConfigElement (ProgConfigElement *pce, BitStreamInfo *bsi)
 
static int DecodeFillElement (AACDecInfo *aacDecInfo, BitStreamInfo *bsi)
 
int DecodeNextElement (AACDecInfo *aacDecInfo, unsigned char **buf, int *bitOffset, int *bitsAvail)
 

函数说明

◆ DecodeChannelPairElement()

static int DecodeChannelPairElement ( AACDecInfo aacDecInfo,
BitStreamInfo bsi 
)
static

◆ DecodeDataStreamElement()

static int DecodeDataStreamElement ( AACDecInfo aacDecInfo,
BitStreamInfo bsi 
)
static

◆ DecodeFillElement()

static int DecodeFillElement ( AACDecInfo aacDecInfo,
BitStreamInfo bsi 
)
static

◆ DecodeLFEChannelElement()

static int DecodeLFEChannelElement ( AACDecInfo aacDecInfo,
BitStreamInfo bsi 
)
static

◆ DecodeNextElement()

int DecodeNextElement ( AACDecInfo aacDecInfo,
unsigned char **  buf,
int *  bitOffset,
int *  bitsAvail 
)

◆ DecodeProgramConfigElement()

int STATNAME() DecodeProgramConfigElement ( ProgConfigElement pce,
BitStreamInfo bsi 
)

◆ DecodeSingleChannelElement()

static int DecodeSingleChannelElement ( AACDecInfo aacDecInfo,
BitStreamInfo bsi 
)
static