Searched refs:initFastMixer (Results 1 – 1 of 1) sorted by relevance
2811 bool initFastMixer; in MixerThread() local2814 initFastMixer = false; in MixerThread()2817 initFastMixer = true; in MixerThread()2821 initFastMixer = mFrameCount < mNormalFrameCount; in MixerThread()2824 if (initFastMixer) { in MixerThread()2944 mNormalSink = initFastMixer ? mPipeSink : mOutputSink; in MixerThread()