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 267 static int parseExcludedChannels( UINT *excludedChnsMask,
291 *excludedChnsMask = excludeMask;
456 bitCnt += parseExcludedChannels(&pDrcBs->excludedChnsMask, bs);
458 pDrcBs->excludedChnsMask = 0;
701 if (pThreadBs->excludedChnsMask > 0) {
702 INT exclMask = pThreadBs->excludedChnsMask;
730 || (!(pThreadBs->excludedChnsMask & (1<<ch))) ) ) {
746 INT exclMask = pThreadBs->excludedChnsMask;
    [all...]

Completed in 314 milliseconds