Home
last modified time | relevance | path

Searched refs:FCC_2 (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
DAudioFlinger.h379 uint32_t channelCount = FCC_2; // stereo is default in isValidPcmSinkChannelMask()
382 if (channelCount < FCC_2 // mono is not supported at this time in isValidPcmSinkChannelMask()
393 if (channelCount >= FCC_2 // mono is not supported at this time in isValidPcmSinkChannelMask()
DFastMixer.cpp57 mSinkChannelCount(FCC_2), in FastMixer()
DEffects.cpp296 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * FCC_2; //always stereo here in process()
327 size_t frameCnt = mConfig.inputCfg.buffer.frameCount * FCC_2; //always stereo here in process()
1590 audio_bytes_per_sample(AUDIO_FORMAT_PCM_16_BIT) * min(FCC_2, thread->channelCount()); in clearInputBuffer_l()
DThreads.cpp1187 if (mChannelCount != FCC_2) { in checkEffectCompatibility_l()
1244 if (mChannelCount != FCC_2) { in checkEffectCompatibility_l()
/frameworks/av/media/libaudioprocessing/
DRecordBufferConverter.cpp189 mBufFrameSize = max(mSrcChannelCount, (uint32_t)FCC_2) in updateParameters()
DAudioMixer.cpp43 #ifndef FCC_2
44 #define FCC_2 2 macro
1973 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getTrackHook()
2052 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getProcessHook()