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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp43 // The FCC_2 macro refers to the Fixed Channel Count of 2 for the legacy integer mixer.
44 #ifndef FCC_2
45 #define FCC_2 2 macro
1963 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {
2042 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {

Completed in 487 milliseconds