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.cpp42 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()
93 if (*phInstance == LVM_NULL) in LVPSA_Init()
95 *phInstance = InstAlloc_AddMember( &Instance, sizeof(LVPSA_InstancePr_t) ); in LVPSA_Init()
97 pLVPSA_Inst =(LVPSA_InstancePr_t*)*phInstance; in LVPSA_Init()
181 errorCode = LVPSA_Control (*phInstance, pControlParams); in LVPSA_Init()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.cpp149 LVCS_ReturnStatus_en LVCS_Init(LVCS_Handle_t *phInstance, in LVCS_Init() argument
160 if (*phInstance == LVM_NULL) in LVCS_Init()
162 …*phInstance = (LVCS_Handle_t)pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddres… in LVCS_Init()
164 pInstance =(LVCS_Instance_t *)*phInstance; in LVCS_Init()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.cpp187 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.cpp147 LVDBE_ReturnStatus_en LVDBE_Init(LVDBE_Handle_t *phInstance, in LVDBE_Init() argument
161 if (*phInstance == LVM_NULL) in LVDBE_Init()
163 *phInstance = (LVDBE_Handle_t)pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress; in LVDBE_Init()
165 pInstance =(LVDBE_Instance_t *)*phInstance; in LVDBE_Init()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.cpp48 LVREV_ReturnStatus_en LVREV_GetInstanceHandle(LVREV_Handle_t *phInstance, in LVREV_GetInstanceHandle() argument
65 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()
128 if (*phInstance == LVM_NULL) in LVREV_GetInstanceHandle()
130 *phInstance = InstAlloc_AddMember(&SlowData, sizeof(LVREV_Instance_st)); in LVREV_GetInstanceHandle()
132 pLVREV_Private =(LVREV_Instance_st *)*phInstance; in LVREV_GetInstanceHandle()
348 LVREV_ClearAudioBuffers(*phInstance); in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Reverb/lib/
DLVREV.h193 LVREV_ReturnStatus_en LVREV_GetInstanceHandle(LVREV_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h168 LVPSA_RETURN LVPSA_Init ( pLVPSA_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h289 LVCS_ReturnStatus_en LVCS_Init(LVCS_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
DLVDBE.h330 LVDBE_ReturnStatus_en LVDBE_Init(LVDBE_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h355 LVEQNB_ReturnStatus_en LVEQNB_Init(LVEQNB_Handle_t *phInstance,
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp496 LVM_ReturnStatus_en LVM_GetInstanceHandle(LVM_Handle_t *phInstance, in LVM_GetInstanceHandle() argument
511 if ((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstParams == LVM_NULL)) in LVM_GetInstanceHandle()
573 *phInstance = (LVM_Handle_t)InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetInstanceHandle()
575 pInstance =(LVM_Instance_t *)*phInstance; in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
DLVM.h402 LVM_ReturnStatus_en LVM_GetInstanceHandle(LVM_Handle_t *phInstance,