Home | History | Annotate | Download | only in audioflinger

Lines Matching defs:stepCount

7460     size_t stepCount = buffer->frameCount;
7461 if (stepCount == 0) {
7464 ALOG_ASSERT(stepCount <= mRsmpInUnrel);
7465 mRsmpInUnrel -= stepCount;
7466 mRsmpInFront += stepCount;