Searched refs:FCC_2 (Results 1 – 6 of 6) sorted by relevance
379 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()
57 mSinkChannelCount(FCC_2), in FastMixer()
296 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()
1187 if (mChannelCount != FCC_2) { in checkEffectCompatibility_l()1244 if (mChannelCount != FCC_2) { in checkEffectCompatibility_l()
189 mBufFrameSize = max(mSrcChannelCount, (uint32_t)FCC_2) in updateParameters()
43 #ifndef FCC_244 #define FCC_2 2 macro1973 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()