Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp73 if(pNewParams->LevelDetectionSpeed >= LVPSA_NR_SUPPORTED_SPEED) in LVPSA_Control()
110 pParams->LevelDetectionSpeed = pLVPSA_Inst->CurrentParams.LevelDetectionSpeed; in LVPSA_GetControlParams()
225 if(Params.LevelDetectionSpeed != pInst->CurrentParams.LevelDetectionSpeed) in LVPSA_ApplyNewSettings()
399 pCoefficients = &LVPSA_QPD_Float_Coefs[(pParams->LevelDetectionSpeed * \ in LVPSA_SetQPFCoefficients()
DLVPSA_Init.cpp118 pLVPSA_Inst->CurrentParams.LevelDetectionSpeed = LVPSA_SPEED_DUMMY; in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h79 …LVPSA_LevelDetectSpeed_en LevelDetectionSpeed; /* Level detection speed … member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.cpp836 PSA_Params.LevelDetectionSpeed = (LVPSA_LevelDetectSpeed_en)LocalParams.PSA_PeakDecayRate; in LVM_ApplyNewSettings()
DLVM_Init.cpp953 pInstance->PSA_ControlParams.LevelDetectionSpeed = LVPSA_SPEED_MEDIUM; in LVM_GetInstanceHandle()