Home
last modified time | relevance | path

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

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