Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp1667 size_t maxNormalFrameCount = (kMaxNormalMixBufferSizeMs * mSampleRate) / 1000; in readOutputParameters() local
1670 maxNormalFrameCount = maxNormalFrameCount & ~15; in readOutputParameters()
1671 if (maxNormalFrameCount < minNormalFrameCount) { in readOutputParameters()
1672 maxNormalFrameCount = minNormalFrameCount; in readOutputParameters()
1678 if (2 * mFrameCount <= maxNormalFrameCount) { in readOutputParameters()
1681 multiplier = (double) maxNormalFrameCount / (double) mFrameCount; in readOutputParameters()
1691 if ((truncMult + 1) * mFrameCount <= maxNormalFrameCount) { in readOutputParameters()