Searched refs:FCC_2 (Results 1 – 6 of 6) sorted by relevance
352 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()
44 #ifndef FCC_245 #define FCC_2 2 macro1963 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()
57 mSinkChannelCount(FCC_2), in FastMixer()
2827 dstThread->mChannelCount != FCC_2) { in moveEffectChain_l()2830 dstThread, dstThread->mChannelCount, FCC_2); in moveEffectChain_l()
1431 audio_bytes_per_sample(AUDIO_FORMAT_PCM_16_BIT) * min(FCC_2, thread->channelCount()); in clearInputBuffer_l()
1294 if ((mType == MIXER || mType == DUPLICATING) && mChannelCount != FCC_2) { in createEffect_l()6887 mBufFrameSize = max(mSrcChannelCount, FCC_2) in updateParameters()