Searched refs:excludedChnsMask (Results 1 – 2 of 2) sorted by relevance
301 static int parseExcludedChannels( UINT *excludedChnsMask, in parseExcludedChannels() argument325 *excludedChnsMask = excludeMask; in parseExcludedChannels()490 bitCnt += parseExcludedChannels(&pDrcBs->excludedChnsMask, bs); in aacDecoder_drcParse()492 pDrcBs->excludedChnsMask = 0; in aacDecoder_drcParse()754 if (pThreadBs->excludedChnsMask > 0) { in aacDecoder_drcExtractAndMap()755 INT exclMask = pThreadBs->excludedChnsMask; in aacDecoder_drcExtractAndMap()783 || (!(pThreadBs->excludedChnsMask & (1<<ch))) ) ) { in aacDecoder_drcExtractAndMap()799 INT exclMask = pThreadBs->excludedChnsMask; in aacDecoder_drcExtractAndMap()
125 UINT excludedChnsMask; member