Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.c168 …if((pParams->VC_EffectLevel < LVM_VC_MIN_EFFECTLEVEL ) || (pParams->VC_EffectLevel > LVM_VC_MAX_EF… in LVM_SetControlParameters()
349 if (pParams->VC_EffectLevel > 0) in LVM_SetVolume()
355 Volume = pParams->VC_EffectLevel; in LVM_SetVolume()
DLVM_Init.c562 pInstance->Params.VC_EffectLevel = 0; in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h288 LVM_INT16 VC_EffectLevel; /* Volume Control setting in dBs */ member
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp638 params.VC_EffectLevel = 0; in LvmBundle_init()
1420 ActiveParams.VC_EffectLevel = pContext->pBundledContext->volume - gainCorrection; in EqualizerLimitBandLevels()
1421 if (ActiveParams.VC_EffectLevel < -96) { in EqualizerLimitBandLevels()
1422 ActiveParams.VC_EffectLevel = -96; in EqualizerLimitBandLevels()