Searched refs:FCC_2 (Results 1 – 4 of 4) sorted by relevance
48 #define FCC_2 2 // fixed channel count assumption macro237 ALOG_ASSERT(Format_channelCount(format) == FCC_2); in threadLoop()253 mixBuffer = new short[frameCount * FCC_2]; in threadLoop()475 memset(mixBuffer, 0, frameCount * FCC_2 * sizeof(short)); in threadLoop()
1719 (popcount(config.channel_mask) <= FCC_2) && (popcount(reqChannels) <= FCC_2)) { in openInput()2482 ALOG_ASSERT(channelCount <= FCC_2); in dumpTee()2493 short buffer[TEE_SINK_READ * FCC_2]; in dumpTee()
80 #define FCC_2 2 // FCC_2 = Fixed Channel Count 2 macro
2467 if (mChannelCount != FCC_2) { in MixerThread()4568 memset(mRsmpOutBuffer, 0, framesOut * FCC_2 * sizeof(int32_t)); in threadLoop()5146 <= FCC_2 && in checkForNewParameters_l()5147 (reqChannelCount <= FCC_2)) { in checkForNewParameters_l()5224 if (mSampleRate != mReqSampleRate && mChannelCount <= FCC_2 && mReqChannelCount <= FCC_2) in readInputParameters()5237 mRsmpOutBuffer = new int32_t[mFrameCount * FCC_2]; in readInputParameters()