Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannel.cpp471 pAacDecoderChannelInfo[0]->ElementInstanceTag = FDKreadBits(hBs, 4); in CChannelElement_Read()
473 pAacDecoderChannelInfo[1]->ElementInstanceTag = in CChannelElement_Read()
474 pAacDecoderChannelInfo[0]->ElementInstanceTag; in CChannelElement_Read()
Dchannelinfo.h407 UCHAR ElementInstanceTag; member
Daacdecoder.cpp2622 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag, in CAacDecoder_DecodeFrame()
2728 pTmpAacDecoderChannelInfo->ElementInstanceTag, 0, in CAacDecoder_DecodeFrame()
3169 pce->ElementInstanceTag, drcChMap, aacChannels); in CAacDecoder_DecodeFrame()
3412 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.cpp276 pPce->ElementInstanceTag = (UCHAR)FDKreadBits(bs, 4); in CProgramConfig_Read()