Home
last modified time | relevance | path

Searched refs:firstVolume (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.h75 bool firstVolume; /* No smoothing on first Vol change */ member
DEffectBundle.cpp257 pContext->pBundledContext->firstVolume = LVM_TRUE; in EffectCreate()
922 if (pContext->pBundledContext->firstVolume == LVM_TRUE){ in LvmEffect_limitLevel()
926 pContext->pBundledContext->firstVolume = LVM_FALSE; in LvmEffect_limitLevel()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp464 pContext->pBundledContext->firstVolume = LVM_TRUE; in lvmCreate()