Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:FCC_2

2467     if (mChannelCount != FCC_2) {
4568 memset(mRsmpOutBuffer, 0, framesOut * FCC_2 * sizeof(int32_t));
5146 <= FCC_2 &&
5147 (reqChannelCount <= FCC_2)) {
5224 if (mSampleRate != mReqSampleRate && mChannelCount <= FCC_2 && mReqChannelCount <= FCC_2)
5237 mRsmpOutBuffer = new int32_t[mFrameCount * FCC_2];