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.h80 bool firstVolume; /* No smoothing on first Vol change */ member
DEffectBundle.cpp258 pContext->pBundledContext->firstVolume = LVM_TRUE; in EffectCreate()
1078 if (pContext->pBundledContext->firstVolume == LVM_TRUE){ in LvmEffect_limitLevel()
1082 pContext->pBundledContext->firstVolume = LVM_FALSE; in LvmEffect_limitLevel()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp464 pContext->pBundledContext->firstVolume = LVM_TRUE; in lvmCreate()