Searched refs:initFastMixer (Results 1 – 1 of 1) sorted by relevance
4243 bool initFastMixer; in MixerThread() local4246 initFastMixer = false; in MixerThread()4249 initFastMixer = true; in MixerThread()4257 initFastMixer = mFrameCount < mNormalFrameCount in MixerThread()4261 ALOGW_IF(initFastMixer == false && mFrameCount < mNormalFrameCount, in MixerThread()4264 if (initFastMixer) { in MixerThread()4380 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()