Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannel.cpp276 pAacDecoderChannelInfo[0]->ElementInstanceTag = FDKreadBits(hBs, 4); in CChannelElement_Read()
278 … pAacDecoderChannelInfo[1]->ElementInstanceTag = pAacDecoderChannelInfo[0]->ElementInstanceTag; in CChannelElement_Read()
Dchannelinfo.h278 UCHAR ElementInstanceTag; member
Daacdecoder.cpp1283 self->pAacDecoderChannelInfo[aacChannels]->ElementInstanceTag, in CAacDecoder_DecodeFrame()
1389 pTmpAacDecoderChannelInfo->ElementInstanceTag, in CAacDecoder_DecodeFrame()
1691 self->pce.ElementInstanceTag, in CAacDecoder_DecodeFrame()
1795 self->pce.ElementInstanceTag, in CAacDecoder_DecodeFrame()
/external/aac/libMpegTPEnc/include/
Dtp_data.h127 UCHAR ElementInstanceTag; member
/external/aac/libMpegTPDec/include/
Dtp_data.h127 UCHAR ElementInstanceTag; member
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp204 pPce->ElementInstanceTag = (UCHAR) FDKreadBits(bs,4); in CProgramConfig_Read()