Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:minBufCount

157 // See the client's minBufCount and mNotificationFramesAct calculations for details.
1430 uint32_t minBufCount = latencyMs / ((1000 * mNormalFrameCount) / mSampleRate);
1431 if (minBufCount < 2) {
1432 minBufCount = 2;
1434 size_t minFrameCount = mNormalFrameCount * minBufCount;