Searched refs:mMixerBufferState (Results 1 – 2 of 2) sorted by relevance
63 mMixerBufferState(UNDEFINED), in FastMixer()212 mMixerBufferState = UNDEFINED; in onStateChange()412 mMixerBufferState = MIXED; in onWork()413 } else if (mMixerBufferState == MIXED) { in onWork()414 mMixerBufferState = UNDEFINED; in onWork()418 if (mMixerBufferState == UNDEFINED) { in onWork()420 mMixerBufferState = ZEROED; in onWork()
74 enum {UNDEFINED, MIXED, ZEROED} mMixerBufferState; variable