Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp163 if ((pParams->VC_EffectLevel < LVM_VC_MIN_EFFECTLEVEL) || in LVM_SetControlParameters()
164 (pParams->VC_EffectLevel > LVM_VC_MAX_EFFECTLEVEL)) { in LVM_SetControlParameters()
319 if (pParams->VC_EffectLevel > 0) { in LVM_SetVolume()
322 Volume = pParams->VC_EffectLevel; in LVM_SetVolume()
DLVM_Init.cpp157 pInstance->Params.VC_EffectLevel = 0; in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp261 params.VC_EffectLevel = mVolumedB - gainCorrection; in limitLevel()
262 if (params.VC_EffectLevel < -96) { in limitLevel()
263 params.VC_EffectLevel = -96; in limitLevel()
639 params.VC_EffectLevel = 0; in initControlParameter()
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h231 LVM_INT16 VC_EffectLevel; /* Volume Control setting in dBs */ member
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp286 params->VC_EffectLevel = 0; in LvmBundle_init()
440 params->VC_EffectLevel = 0; in lvmControl()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp558 params.VC_EffectLevel = 0; in LvmBundle_init()
804 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in LvmEffect_limitLevel()
805 if (ActiveParams.VC_EffectLevel < -96) { in LvmEffect_limitLevel()
806 ActiveParams.VC_EffectLevel = -96; in LvmEffect_limitLevel()
809 gainCorrection, ActiveParams.VC_EffectLevel); in LvmEffect_limitLevel()