Searched refs:mMixerBufferState (Results 1 – 2 of 2) sorted by relevance
62 mMixerBufferState(UNDEFINED), in FastMixer()205 mMixerBufferState = UNDEFINED; in onStateChange()405 mMixerBufferState = MIXED; in onWork()406 } else if (mMixerBufferState == MIXED) { in onWork()407 mMixerBufferState = UNDEFINED; in onWork()411 if (mMixerBufferState == UNDEFINED) { in onWork()413 mMixerBufferState = ZEROED; in onWork()
75 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable