Searched refs:initFastMixer (Results 1 – 1 of 1) sorted by relevance
5120 bool initFastMixer; in MixerThread() local5122 initFastMixer = false; in MixerThread()5126 initFastMixer = false; in MixerThread()5129 initFastMixer = true; in MixerThread()5133 initFastMixer = mFrameCount < mNormalFrameCount; in MixerThread()5136 ALOGW_IF(initFastMixer == false && mFrameCount < mNormalFrameCount, in MixerThread()5140 if (initFastMixer) { in MixerThread()5260 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()