Searched refs:initFastMixer (Results 1 – 1 of 1) sorted by relevance
4702 bool initFastMixer; in MixerThread() local4704 initFastMixer = false; in MixerThread()4708 initFastMixer = false; in MixerThread()4711 initFastMixer = true; in MixerThread()4719 initFastMixer = mFrameCount < mNormalFrameCount in MixerThread()4723 ALOGW_IF(initFastMixer == false && mFrameCount < mNormalFrameCount, in MixerThread()4727 if (initFastMixer) { in MixerThread()4846 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()