Home
last modified time | relevance | path

Searched refs:LVPSA_ControlParams_t (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h60 } LVPSA_ControlParams_t, *pLVPSA_ControlParams_t; typedef
101 LVPSA_ControlParams_t* pControlParams, void* pScratch);
132 LVPSA_RETURN LVPSA_Control(pLVPSA_Handle_t hInstance, LVPSA_ControlParams_t* pNewParams);
193 LVPSA_RETURN LVPSA_GetControlParams(pLVPSA_Handle_t hInstance, LVPSA_ControlParams_t* pParams);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Control.cpp26 LVPSA_RETURN LVPSA_SetBPFiltersType(LVPSA_InstancePr_t* pInst, LVPSA_ControlParams_t* pParams);
28 LVPSA_RETURN LVPSA_SetQPFCoefficients(LVPSA_InstancePr_t* pInst, LVPSA_ControlParams_t* pParams);
35 LVPSA_RETURN LVPSA_SetBPFCoefficients(LVPSA_InstancePr_t* pInst, LVPSA_ControlParams_t* pParams);
55 LVPSA_RETURN LVPSA_Control(pLVPSA_Handle_t hInstance, LVPSA_ControlParams_t* pNewParams) { in LVPSA_Control()
89 LVPSA_RETURN LVPSA_GetControlParams(pLVPSA_Handle_t hInstance, LVPSA_ControlParams_t* pParams) { in LVPSA_GetControlParams()
153 LVPSA_ControlParams_t Params; in LVPSA_ApplyNewSettings()
236 LVPSA_RETURN LVPSA_SetBPFiltersType(LVPSA_InstancePr_t* pInst, LVPSA_ControlParams_t* pParams) { in LVPSA_SetBPFiltersType()
293 LVPSA_RETURN LVPSA_SetBPFCoefficients(LVPSA_InstancePr_t* pInst, LVPSA_ControlParams_t* pParams) { in LVPSA_SetBPFCoefficients()
366 LVPSA_RETURN LVPSA_SetQPFCoefficients(LVPSA_InstancePr_t* pInst, LVPSA_ControlParams_t* pParams) { in LVPSA_SetQPFCoefficients()
DLVPSA_Private.h79 LVPSA_ControlParams_t CurrentParams; /* Current control parameters of the module */
80 LVPSA_ControlParams_t NewParams; /* New control parameters given by the user */
DLVPSA_Init.cpp43 LVPSA_ControlParams_t* pControlParams, void* pScratch) { in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Private.h195 LVPSA_ControlParams_t PSA_ControlParams; /* Spectrum Analyzer control parameters */
DLVM_Control.cpp712 LVPSA_ControlParams_t PSA_Params; in LVM_ApplyNewSettings()