Home
last modified time | relevance | path

Searched refs:phInstance (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Init.c42 LVPSA_RETURN LVPSA_Init ( pLVPSA_Handle_t *phInstance, in LVPSA_Init() argument
60 …if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemo… in LVPSA_Init()
95 if (*phInstance == LVM_NULL) in LVPSA_Init()
97 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Init()
99 pLVPSA_Inst =(LVPSA_InstancePr_t*)*phInstance; in LVPSA_Init()
173 errorCode = LVPSA_Control (*phInstance, pControlParams); in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.c149 LVCS_ReturnStatus_en LVCS_Init(LVCS_Handle_t *phInstance, in LVCS_Init() argument
161 if (*phInstance == LVM_NULL) in LVCS_Init()
163 …*phInstance = (LVCS_Handle_t)pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddres… in LVCS_Init()
165 pInstance =(LVCS_Instance_t *)*phInstance; in LVCS_Init()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.c187 LVEQNB_ReturnStatus_en LVEQNB_Init(LVEQNB_Handle_t *phInstance, in LVEQNB_Init() argument
200 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pCapabilities == LVM_NULL)) in LVEQNB_Init()
225 if (*phInstance == LVM_NULL) in LVEQNB_Init()
227 *phInstance = InstAlloc_AddMember(&AllocMem, sizeof(LVEQNB_Instance_t)); in LVEQNB_Init()
229 pInstance =(LVEQNB_Instance_t *)*phInstance; in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Init.c148 LVDBE_ReturnStatus_en LVDBE_Init(LVDBE_Handle_t *phInstance, in LVDBE_Init() argument
163 if (*phInstance == LVM_NULL) in LVDBE_Init()
165 *phInstance = (LVDBE_Handle_t)pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress; in LVDBE_Init()
167 pInstance =(LVDBE_Instance_t *)*phInstance; in LVDBE_Init()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.c49 LVREV_ReturnStatus_en LVREV_GetInstanceHandle(LVREV_Handle_t *phInstance, in LVREV_GetInstanceHandle() argument
67 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()
119 if (*phInstance == LVM_NULL) in LVREV_GetInstanceHandle()
121 *phInstance = InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetInstanceHandle()
123 pLVREV_Private =(LVREV_Instance_st *)*phInstance; in LVREV_GetInstanceHandle()
317 LVREV_ClearAudioBuffers(*phInstance); in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h206 LVREV_ReturnStatus_en LVREV_GetInstanceHandle(LVREV_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h304 LVCS_ReturnStatus_en LVCS_Init(LVCS_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h176 LVPSA_RETURN LVPSA_Init ( pLVPSA_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h360 LVEQNB_ReturnStatus_en LVEQNB_Init(LVEQNB_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
DLVDBE.h339 LVDBE_ReturnStatus_en LVDBE_Init(LVDBE_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c423 LVM_ReturnStatus_en LVM_GetInstanceHandle(LVM_Handle_t *phInstance, in LVM_GetInstanceHandle() argument
439 if ((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstParams == LVM_NULL)) in LVM_GetInstanceHandle()
502 *phInstance = (LVM_Handle_t)InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetInstanceHandle()
504 pInstance =(LVM_Instance_t *)*phInstance; in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h413 LVM_ReturnStatus_en LVM_GetInstanceHandle(LVM_Handle_t *phInstance,