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

/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp76 // Set kUseNewMixer to true to use the new mixer engine always. Otherwise the
78 static const bool kUseNewMixer = true; variable
81 // If kUseNewMixer is false, this is ignored or may be overridden internally
158 return kUseFloat && kUseNewMixer ? AUDIO_FORMAT_PCM_FLOAT : AUDIO_FORMAT_PCM_16_BIT;
1989 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {
2068 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) {

Completed in 776 milliseconds