Home
last modified time | relevance | path

Searched refs:pceInstanceTag (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_drc.h160 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels);
186 UCHAR pceInstanceTag, UCHAR channelMapping[], int validChannels);
Daacdec_drc.cpp538 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()
Daacdec_drc_types.h150 SCHAR pceInstanceTag; member