Searched refs:pceInstanceTag (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_drc.cpp | 523 pDrcBs->pceInstanceTag = FDKreadBits(bs, 4); /* pce_instance_tag */ in aacDecoder_drcParse() 527 pDrcBs->pceInstanceTag = -1; /* not present */ in aacDecoder_drcParse() 658 pDrcBs->pceInstanceTag = -1; /* Not present */ in aacDecoder_drcReadCompression() 679 UCHAR pceInstanceTag, in aacDecoder_drcExtractAndMap() argument 751 if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag present */ in aacDecoder_drcExtractAndMap() 752 if (pThreadBs->pceInstanceTag != pceInstanceTag) { in aacDecoder_drcExtractAndMap() 1264 UCHAR pceInstanceTag, in aacDecoder_drcProlog() argument 1282 self, hBs, pAacDecoderStaticChannelInfo, pceInstanceTag, channelMapping, in aacDecoder_drcProlog() 1306 UCHAR pceInstanceTag, in aacDecoder_drcEpilog() argument 1324 self, hBs, pAacDecoderStaticChannelInfo, pceInstanceTag, channelMapping, in aacDecoder_drcEpilog()
|
D | aacdec_drc.h | 152 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels); 178 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels);
|
D | aacdec_drc_types.h | 150 SCHAR pceInstanceTag; member
|