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.c81 if(pNewParams->LevelDetectionSpeed >= LVPSA_NR_SUPPORTED_SPEED) in LVPSA_Control()
118 pParams->LevelDetectionSpeed = pLVPSA_Inst->CurrentParams.LevelDetectionSpeed; in LVPSA_GetControlParams()
236 if(Params.LevelDetectionSpeed != pInst->CurrentParams.LevelDetectionSpeed) in LVPSA_ApplyNewSettings()
416 pCoefficients = &LVPSA_QPD_Coefs[(pParams->LevelDetectionSpeed * LVPSA_NR_SUPPORTED_RATE) + Fs]; in LVPSA_SetQPFCoefficients()
DLVPSA_Init.c121 pLVPSA_Inst->CurrentParams.LevelDetectionSpeed = LVPSA_SPEED_DUMMY; in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h85 …LVPSA_LevelDetectSpeed_en LevelDetectionSpeed; /* Level detection speed … member
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Control.c795 PSA_Params.LevelDetectionSpeed = (LVPSA_LevelDetectSpeed_en)LocalParams.PSA_PeakDecayRate; in LVM_ApplyNewSettings()
DLVM_Init.c879 pInstance->PSA_ControlParams.LevelDetectionSpeed = LVPSA_SPEED_MEDIUM; in LVM_GetInstanceHandle()