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