Home
last modified time | relevance | path

Searched refs:pControlParams (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetControlParameters.c47 LVREV_ControlParams_st *pControlParams) in LVREV_GetControlParameters() argument
56 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL)) in LVREV_GetControlParameters()
64 *pControlParams = pLVREV_Private->NewParams; in LVREV_GetControlParameters()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Init.c44 LVPSA_ControlParams_t *pControlParams, in LVPSA_Init() argument
60 …if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemo… in LVPSA_Init()
173 errorCode = LVPSA_Control (*phInstance, pControlParams); in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h232 LVREV_ControlParams_st *pControlParams);
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h178 LVPSA_ControlParams_t *pControlParams,