Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2718 size_t minNormalFrameCount = (kMinNormalSinkBufferSizeMs * mSampleRate) / 1000; in readOutputParameters_l() local
2722 minNormalFrameCount = (minNormalFrameCount + 15) & ~15; in readOutputParameters_l()
2724 if (maxNormalFrameCount < minNormalFrameCount) { in readOutputParameters_l()
2725 maxNormalFrameCount = minNormalFrameCount; in readOutputParameters_l()
2727 multiplier = (double) minNormalFrameCount / (double) mFrameCount; in readOutputParameters_l()