Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp404 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate); in calculateMinFrameCount() local
405 if (minBufCount < 2) { in calculateMinFrameCount()
406 minBufCount = 2; in calculateMinFrameCount()
411 if (minBufCount < notificationsPerBufferReq) { in calculateMinFrameCount()
412 minBufCount = notificationsPerBufferReq; in calculateMinFrameCount()
417 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount in calculateMinFrameCount()
419 return minBufCount * sourceFramesNeededWithTimestretch( in calculateMinFrameCount()