Home
last modified time | relevance | path

Searched refs:ElementInstanceTag (Results 1 – 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp473 pAacDecoderChannelInfo[0]->ElementInstanceTag = FDKreadBits(hBs, 4); in CChannelElement_Read()
475 pAacDecoderChannelInfo[1]->ElementInstanceTag = in CChannelElement_Read()
476 pAacDecoderChannelInfo[0]->ElementInstanceTag; in CChannelElement_Read()
Dchannelinfo.h407 UCHAR ElementInstanceTag; member
Daacdecoder.cpp508 if ((elementTag == pAacDecoderChannelInfo[chCnt]->ElementInstanceTag) && in findElementInstanceTag()
2726 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag, in CAacDecoder_DecodeFrame()
2832 pTmpAacDecoderChannelInfo->ElementInstanceTag, 0, in CAacDecoder_DecodeFrame()
3280 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3528 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPEnc/include/
Dtp_data.h156 UCHAR ElementInstanceTag; member
/external/aac/libMpegTPDec/include/
Dtp_data.h156 UCHAR ElementInstanceTag; member
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp383 pPce->ElementInstanceTag = (UCHAR)FDKreadBits(bs, 4); in CProgramConfig_Read()