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

/frameworks/av/media/libaudioprocessing/
H A DAudioMixer.cpp42 // The FCC_2 macro refers to the Fixed Channel Count of 2 for the legacy integer mixer.
43 #ifndef FCC_2
44 #define FCC_2 2 macro
1973 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {
2052 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {

Completed in 294 milliseconds