Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h241 LVM_PSA_DecaySpeed_en PSA_PeakDecayRate; /* Peak value decay rate*/ member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp174 if (((LVPSA_LevelDetectSpeed_en)pParams->PSA_PeakDecayRate > LVPSA_SPEED_HIGH) || in LVM_SetControlParameters()
719 PSA_Params.LevelDetectionSpeed = (LVPSA_LevelDetectSpeed_en)LocalParams.PSA_PeakDecayRate; in LVM_ApplyNewSettings()
DLVM_Init.cpp417 pInstance->Params.PSA_PeakDecayRate = LVM_PSA_SPEED_MEDIUM; in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp295 params->PSA_PeakDecayRate = (LVM_PSA_DecaySpeed_en)0; in LvmBundle_init()
305 params->PSA_PeakDecayRate = LVM_PSA_SPEED_MEDIUM; in LvmBundle_init()
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp567 params.PSA_PeakDecayRate = (LVM_PSA_DecaySpeed_en)0; in LvmBundle_init()
577 params.PSA_PeakDecayRate = LVM_PSA_SPEED_MEDIUM; in LvmBundle_init()