Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:framesOut

3700                 size_t framesOut = buffer.frameCount;
3703 while (framesOut) {
3707 int8_t *dst = buffer.i8 + (buffer.frameCount - framesOut) *
3709 if (framesIn > framesOut)
3710 framesIn = framesOut;
3712 framesOut -= framesIn;
3726 if (framesOut && mFrameCount == mRsmpInIndex) {
3728 if (framesOut == mFrameCount &&
3732 framesOut = 0;
3749 framesOut = 0;
3763 memset(mRsmpOutBuffer, 0, framesOut * 2 * sizeof(int32_t));
3766 framesOut >>= 1;
3768 mResampler->resample(mRsmpOutBuffer, framesOut,
3773 ditherAndClamp(mRsmpOutBuffer, mRsmpOutBuffer, framesOut);
3777 framesOut);
3779 ditherAndClamp((int32_t *)buffer.raw, mRsmpOutBuffer, framesOut);