HomeSort by relevance Sort by last modified time
    Searched refs:excludedChnsMask (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
aacdec_drc_types.h 125 UINT excludedChnsMask;
aacdec_drc.cpp 301 static int parseExcludedChannels( UINT *excludedChnsMask,
325 *excludedChnsMask = excludeMask;
490 bitCnt += parseExcludedChannels(&pDrcBs->excludedChnsMask, bs);
492 pDrcBs->excludedChnsMask = 0;
754 if (pThreadBs->excludedChnsMask > 0) {
755 INT exclMask = pThreadBs->excludedChnsMask;
783 || (!(pThreadBs->excludedChnsMask & (1<<ch))) ) ) {
799 INT exclMask = pThreadBs->excludedChnsMask;
    [all...]

Completed in 36 milliseconds