Searched refs:minBufCount (Results 1 – 1 of 1) sorted by relevance
404 uint32_t minBufCount = afLatencyMs / ((1000 * afFrameCount) / afSampleRate); in calculateMinFrameCount() local405 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()