Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DThreads.cpp2395 size_t maxNormalFrameCount = (kMaxNormalSinkBufferSizeMs * mSampleRate) / 1000; in readOutputParameters_l() local
2399 maxNormalFrameCount = maxNormalFrameCount & ~15; in readOutputParameters_l()
2400 if (maxNormalFrameCount < minNormalFrameCount) { in readOutputParameters_l()
2401 maxNormalFrameCount = minNormalFrameCount; in readOutputParameters_l()
2407 if (2 * mFrameCount <= maxNormalFrameCount) { in readOutputParameters_l()
2410 multiplier = (double) maxNormalFrameCount / (double) mFrameCount; in readOutputParameters_l()