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