Searched refs:FCC_2 (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp48 #define FCC_2 2 // fixed channel count assumption macro
237 ALOG_ASSERT(Format_channelCount(format) == FCC_2);
253 mixBuffer = new short[frameCount * FCC_2];
475 memset(mixBuffer, 0, frameCount * FCC_2 * sizeof(short));
H A DAudioFlinger.cpp1717 (popcount(config.channel_mask) <= FCC_2) && (popcount(reqChannels) <= FCC_2)) {
2480 ALOG_ASSERT(channelCount <= FCC_2);
2491 short buffer[TEE_SINK_READ * FCC_2];
H A DAudioFlinger.h78 // The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
80 #define FCC_2 2 // FCC_2 = Fixed Channel Count 2 macro
H A DThreads.cpp2465 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];

Completed in 90 milliseconds