Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp1868 size_t minNormalFrameCount = (kMinNormalSinkBufferSizeMs * mSampleRate) / 1000; in readOutputParameters_l() local
1871 minNormalFrameCount = (minNormalFrameCount + 15) & ~15; in readOutputParameters_l()
1873 if (maxNormalFrameCount < minNormalFrameCount) { in readOutputParameters_l()
1874 maxNormalFrameCount = minNormalFrameCount; in readOutputParameters_l()
1876 multiplier = (double) minNormalFrameCount / (double) mFrameCount; in readOutputParameters_l()