Home
last modified time | relevance | path

Searched refs:excludedChnsMask (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_drc.cpp369 static int parseExcludedChannels(UINT *excludedChnsMask, in parseExcludedChannels() argument
392 *excludedChnsMask = excludeMask; in parseExcludedChannels()
547 parseExcludedChannels(&pDrcBs->excludedChnsMask, bs); in aacDecoder_drcParse()
549 pDrcBs->excludedChnsMask = 0; in aacDecoder_drcParse()
773 if (pThreadBs->excludedChnsMask > 0) { in aacDecoder_drcExtractAndMap()
774 INT exclMask = pThreadBs->excludedChnsMask; in aacDecoder_drcExtractAndMap()
790 INT exclMask = pThreadBs->excludedChnsMask; in aacDecoder_drcExtractAndMap()
Daacdec_drc_types.h146 UINT excludedChnsMask; member