Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DAudioFlinger.h352 uint32_t channelCount = FCC_2; // stereo is default in isValidPcmSinkChannelMask()
355 if (channelCount < FCC_2 // mono is not supported at this time in isValidPcmSinkChannelMask()
366 if (channelCount >= FCC_2 // mono is not supported at this time in isValidPcmSinkChannelMask()
DAudioMixer.cpp44 #ifndef FCC_2
45 #define FCC_2 2 macro
1963 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getTrackHook()
2042 if (!kUseNewMixer && channelCount == FCC_2 && mixerInFormat == AUDIO_FORMAT_PCM_16_BIT) { in getProcessHook()
DFastMixer.cpp57 mSinkChannelCount(FCC_2), in FastMixer()
DAudioFlinger.cpp2827 dstThread->mChannelCount != FCC_2) { in moveEffectChain_l()
2830 dstThread, dstThread->mChannelCount, FCC_2); in moveEffectChain_l()
DEffects.cpp1431 audio_bytes_per_sample(AUDIO_FORMAT_PCM_16_BIT) * min(FCC_2, thread->channelCount()); in clearInputBuffer_l()
DThreads.cpp1294 if ((mType == MIXER || mType == DUPLICATING) && mChannelCount != FCC_2) { in createEffect_l()
6887 mBufFrameSize = max(mSrcChannelCount, FCC_2) in updateParameters()