Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioclient/
DAudioSystem.cpp265 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate); in calculateMinFrameCount() local
266 if (minBufCount < 2) { in calculateMinFrameCount()
267 minBufCount = 2; in calculateMinFrameCount()
272 if (minBufCount < notificationsPerBufferReq) { in calculateMinFrameCount()
273 minBufCount = notificationsPerBufferReq; in calculateMinFrameCount()
278 afLatencyMs, afFrameCount, afSampleRate, sampleRate, speed, minBufCount in calculateMinFrameCount()
280 return minBufCount * sourceFramesNeededWithTimestretch( in calculateMinFrameCount()