Searched defs:FCC_2 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/services/audioflinger/
H A DFastMixer.cpp43 #define FCC_2 2 // fixed channel count assumption macro
58 mSinkChannelCount(FCC_2),
H A DAudioFlinger.h82 // The macro FCC_2 highlights some (but not all) places where there is are 2-channel assumptions.
84 #define FCC_2 2 // FCC_2 = Fixed Channel Count 2 macro
336 // FCC_2 <= channels <= AudioMixer::MAX_NUM_CHANNELS.
343 uint32_t channelCount = FCC_2; // stereo is default
346 if (channelCount < FCC_2 // mono is not supported at this time
H A DAudioMixer.cpp48 // The FCC_2 macro refers to the Fixed Channel Count of 2 for the legacy integer mixer.
49 #ifndef FCC_2
50 #define FCC_2 2 macro
2121 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {
2200 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {

Completed in 242 milliseconds