Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:framesOut

4507                 size_t framesOut = buffer.frameCount;
4510 while (framesOut) {
4514 int8_t *dst = buffer.i8 + (buffer.frameCount - framesOut) *
4516 if (framesIn > framesOut)
4517 framesIn = framesOut;
4519 framesOut -= framesIn;
4532 if (framesOut && mFrameCount == mRsmpInIndex) {
4534 if (framesOut == mFrameCount && mChannelCount == mReqChannelCount) {
4536 framesOut = 0;
4553 framesOut = 0;
4568 memset(mRsmpOutBuffer, 0, framesOut * FCC_2 * sizeof(int32_t));
4571 framesOut >>= 1;
4573 mResampler->resample(mRsmpOutBuffer, framesOut,
4579 ditherAndClamp(mRsmpOutBuffer, mRsmpOutBuffer, framesOut);
4583 framesOut);
4585 ditherAndClamp((int32_t *)buffer.raw, mRsmpOutBuffer, framesOut);