Searched refs:LVPSA_ControlParams_t (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/ |
D | LVPSA.h | 60 } 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/ |
D | LVPSA_Control.cpp | 26 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()
|
D | LVPSA_Private.h | 79 LVPSA_ControlParams_t CurrentParams; /* Current control parameters of the module */ 80 LVPSA_ControlParams_t NewParams; /* New control parameters given by the user */
|
D | LVPSA_Init.cpp | 43 LVPSA_ControlParams_t* pControlParams, void* pScratch) { in LVPSA_Init()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Private.h | 195 LVPSA_ControlParams_t PSA_ControlParams; /* Spectrum Analyzer control parameters */
|
D | LVM_Control.cpp | 712 LVPSA_ControlParams_t PSA_Params; in LVM_ApplyNewSettings()
|