Searched refs:pceInstanceTag (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_drc.h | 158 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels); 184 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels);
|
D | aacdec_drc.cpp | 525 pDrcBs->pceInstanceTag = FDKreadBits(bs, 4); /* pce_instance_tag */ in aacDecoder_drcParse() 529 pDrcBs->pceInstanceTag = -1; /* not present */ in aacDecoder_drcParse() 660 pDrcBs->pceInstanceTag = -1; /* Not present */ in aacDecoder_drcReadCompression() 681 UCHAR pceInstanceTag, in aacDecoder_drcExtractAndMap() argument 753 if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag present */ in aacDecoder_drcExtractAndMap() 754 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_types.h | 150 SCHAR pceInstanceTag; member
|