Searched refs:pceInstanceTag (Results 1 – 3 of 3) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_drc.h | 160 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels); 186 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels);
|
D | aacdec_drc.cpp | 538 pDrcBs->pceInstanceTag = FDKreadBits(bs, 4); /* pce_instance_tag */ in aacDecoder_drcParse() 542 pDrcBs->pceInstanceTag = -1; /* not present */ in aacDecoder_drcParse() 673 pDrcBs->pceInstanceTag = -1; /* Not present */ in aacDecoder_drcReadCompression() 694 UCHAR pceInstanceTag, in aacDecoder_drcExtractAndMap() argument 766 if (pThreadBs->pceInstanceTag >= 0) { /* if PCE tag present */ in aacDecoder_drcExtractAndMap() 767 if (pThreadBs->pceInstanceTag != pceInstanceTag) { in aacDecoder_drcExtractAndMap() 1277 UCHAR pceInstanceTag, in aacDecoder_drcProlog() argument 1295 self, hBs, pAacDecoderStaticChannelInfo, pceInstanceTag, channelMapping, in aacDecoder_drcProlog() 1319 UCHAR pceInstanceTag, in aacDecoder_drcEpilog() argument 1337 self, hBs, pAacDecoderStaticChannelInfo, pceInstanceTag, channelMapping, in aacDecoder_drcEpilog()
|
D | aacdec_drc_types.h | 150 SCHAR pceInstanceTag; member
|