Home
last modified time | relevance | path

Searched refs:VC_EffectLevel (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp181 …if((pParams->VC_EffectLevel < LVM_VC_MIN_EFFECTLEVEL ) || (pParams->VC_EffectLevel > LVM_VC_MAX_EF… in LVM_SetControlParameters()
360 if (pParams->VC_EffectLevel > 0) in LVM_SetVolume()
366 Volume = pParams->VC_EffectLevel; in LVM_SetVolume()
DLVM_Init.cpp634 pInstance->Params.VC_EffectLevel = 0; in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h277 LVM_INT16 VC_EffectLevel; /* Volume Control setting in dBs */ member
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp381 params->VC_EffectLevel = 0; in LvmBundle_init()
587 params->VC_EffectLevel = 0; in lvmControl()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp644 params.VC_EffectLevel = 0; in LvmBundle_init()
906 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in LvmEffect_limitLevel()
907 if (ActiveParams.VC_EffectLevel < -96) { in LvmEffect_limitLevel()
908 ActiveParams.VC_EffectLevel = -96; in LvmEffect_limitLevel()
911 gainCorrection, ActiveParams.VC_EffectLevel); in LvmEffect_limitLevel()