Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h217 LVM_INT16 CS_EffectLevel; /* Concert Sound effect level */ member
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp272 params->CS_EffectLevel = LVM_CS_EFFECT_NONE; in LvmBundle_init()
425 params->CS_EffectLevel = LVM_CS_EFFECT_NONE; in lvmControl()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp96 if (pParams->CS_EffectLevel < LVM_CS_MIN_EFFECT_LEVEL) { in LVM_SetControlParameters()
679 CS_Params.EffectLevel = LocalParams.CS_EffectLevel; in LVM_ApplyNewSettings()
/frameworks/av/media/libeffects/lvm/wrapper/Aidl/
DBundleContext.cpp554 params.CS_EffectLevel = ((strength * 32767) / 1000); in setVirtualizerStrength()
632 params.CS_EffectLevel = LVM_CS_EFFECT_NONE; in initControlParameter()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp544 params.CS_EffectLevel = LVM_CS_EFFECT_NONE; in LvmBundle_init()
1169 ActiveParams.CS_EffectLevel = (int)((strength * 32767) / 1000); in VirtualizerSetStrength()
1172 ALOGV("\tVirtualizerSetStrength() (0- 100) -> %d\n", ActiveParams.CS_EffectLevel); in VirtualizerSetStrength()