Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp3226 size_t minNormalFrameCount = (kMinNormalSinkBufferSizeMs * mSampleRate) / 1000; in readOutputParameters_l() local
3230 minNormalFrameCount = (minNormalFrameCount + 15) & ~15; in readOutputParameters_l()
3232 if (maxNormalFrameCount < minNormalFrameCount) { in readOutputParameters_l()
3233 maxNormalFrameCount = minNormalFrameCount; in readOutputParameters_l()
3235 multiplier = (double) minNormalFrameCount / (double) mFrameCount; in readOutputParameters_l()