Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp295 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate); in calculateMinFrameCount() local
296 if (minBufCount < 2) { in calculateMinFrameCount()
297 minBufCount = 2; in calculateMinFrameCount()
302 if (minBufCount < notificationsPerBufferReq) { in calculateMinFrameCount()
303 minBufCount = notificationsPerBufferReq; in calculateMinFrameCount()
308 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount in calculateMinFrameCount()
310 return minBufCount * sourceFramesNeededWithTimestretch( in calculateMinFrameCount()