Home
last modified time | relevance | path

Searched refs:REVERB_STATE_INITIALIZED (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/testlibs/
DEffectReverb.h119 REVERB_STATE_INITIALIZED, enumerator
DEffectReverb.c150 module->context.mState = REVERB_STATE_INITIALIZED; in EffectCreate()
215 if (pReverb->mState == REVERB_STATE_INITIALIZED) { in Reverb_Process()
304 pRvbModule->context.mState = REVERB_STATE_INITIALIZED; in Reverb_Command()
353 if (pReverb->mState != REVERB_STATE_INITIALIZED) { in Reverb_Command()
367 pReverb->mState = REVERB_STATE_INITIALIZED; in Reverb_Command()