Searched refs:mMixerBufferState (Results 1 – 2 of 2) sorted by relevance
63 mMixerBufferState(UNDEFINED), in FastMixer()291 mMixerBufferState = UNDEFINED; in onStateChange()447 mMixerBufferState = MIXED; in onWork()448 } else if (mMixerBufferState != ZEROED) { in onWork()449 mMixerBufferState = UNDEFINED; in onWork()452 } else if (mMixerBufferState == MIXED) { in onWork()453 mMixerBufferState = UNDEFINED; in onWork()457 if (mMixerBufferState == UNDEFINED) { in onWork()459 mMixerBufferState = ZEROED; in onWork()
92 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable