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