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

/external/aac/libAACdec/src/
H A Daacdec_drc_types.h125 UINT excludedChnsMask; member in struct:__anon10
H A Daacdec_drc.cpp266 static int parseExcludedChannels( UINT *excludedChnsMask, argument
290 *excludedChnsMask = excludeMask;
455 bitCnt += parseExcludedChannels(&pDrcBs->excludedChnsMask, bs);
457 pDrcBs->excludedChnsMask = 0;
700 if (pThreadBs->excludedChnsMask > 0) {
701 INT exclMask = pThreadBs->excludedChnsMask;
729 || (!(pThreadBs->excludedChnsMask & (1<<ch))) ) ) {
745 INT exclMask = pThreadBs->excludedChnsMask;

Completed in 55 milliseconds