Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2662 size_t maxNormalFrameCount = (kMaxNormalSinkBufferSizeMs * mSampleRate) / 1000; in readOutputParameters_l() local
2666 maxNormalFrameCount = maxNormalFrameCount & ~15; in readOutputParameters_l()
2667 if (maxNormalFrameCount < minNormalFrameCount) { in readOutputParameters_l()
2668 maxNormalFrameCount = minNormalFrameCount; in readOutputParameters_l()
2674 if (2 * mFrameCount <= maxNormalFrameCount) { in readOutputParameters_l()
2677 multiplier = (double) maxNormalFrameCount / (double) mFrameCount; in readOutputParameters_l()