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

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
H A DLVPSA.h85 LVPSA_LevelDetectSpeed_en LevelDetectionSpeed; /* Level detection speed */ member in struct:__anon197
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.c81 if(pNewParams->LevelDetectionSpeed >= LVPSA_NR_SUPPORTED_SPEED)
118 pParams->LevelDetectionSpeed = pLVPSA_Inst->CurrentParams.LevelDetectionSpeed;
236 if(Params.LevelDetectionSpeed != pInst->CurrentParams.LevelDetectionSpeed)
395 /* LevelDetectionSpeed from the control parameters. */
416 pCoefficients = &LVPSA_QPD_Coefs[(pParams->LevelDetectionSpeed * LVPSA_NR_SUPPORTED_RATE) + Fs];
H A DLVPSA_Init.c121 pLVPSA_Inst->CurrentParams.LevelDetectionSpeed = LVPSA_SPEED_DUMMY;
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Control.c795 PSA_Params.LevelDetectionSpeed = (LVPSA_LevelDetectSpeed_en)LocalParams.PSA_PeakDecayRate;
H A DLVM_Init.c879 pInstance->PSA_ControlParams.LevelDetectionSpeed = LVPSA_SPEED_MEDIUM;

Completed in 2987 milliseconds