Searched refs:hInstance (Results 26 - 44 of 44) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Init.c36 /* hInstance = NULL Returns the memory requirements */
37 /* hInstance = Instance handle Returns the memory requirements and */
40 /* When this function is called for memory allocation (hInstance=NULL) it is */
46 /* When the function is called for free (hInstance = Instance Handle) the */
51 /* hInstance Instance Handle */
63 LVCS_ReturnStatus_en LVCS_Memory(LVCS_Handle_t hInstance, argument
69 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
75 if (hInstance == LVM_NULL)
124 /* hInstance set to LVM_NULL. In this case the algorithm returns the new instance */
128 /* by calling with hInstance
[all...]
H A DLVCS_ReverbGenerator.c48 /* hInstance Instance Handle */
61 LVCS_ReturnStatus_en LVCS_ReverbGeneratorInit(LVCS_Handle_t hInstance, argument
67 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
168 /* hInstance Instance Handle */
183 LVCS_ReturnStatus_en LVCS_ReverbGenerator(LVCS_Handle_t hInstance, argument
189 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
H A DLVCS_StereoEnhancer.c43 /* hInstance Instance Handle */
53 LVCS_ReturnStatus_en LVCS_SEnhancerInit(LVCS_Handle_t hInstance, argument
58 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
168 /* hInstance Instance Handle */
181 LVCS_ReturnStatus_en LVCS_StereoEnhancer(LVCS_Handle_t hInstance, argument
187 LVCS_Instance_t *pInstance = (LVCS_Instance_t *)hInstance;
H A DLVCS_Private.h155 void LVCS_TimerCallBack ( void* hInstance,
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
H A DLVEQNB_Private.h126 LVM_INT32 LVEQNB_BypassMixerCallBack (void* hInstance, void *pGeneralPurpose, LVM_INT16 CallbackParam);
H A DLVEQNB_Init.c38 /* hInstance = NULL Returns the memory requirements */
39 /* hInstance = Instance handle Returns the memory requirements and */
42 /* When this function is called for memory allocation (hInstance=NULL) the memory */
45 /* When the function is called for free (hInstance = Instance Handle) the memory */
49 /* hInstance Instance Handle */
62 LVEQNB_ReturnStatus_en LVEQNB_Memory(LVEQNB_Handle_t hInstance, argument
68 LVEQNB_Instance_t *pInstance = (LVEQNB_Instance_t *)hInstance;
80 if (hInstance == LVM_NULL)
161 /* hInstance set to NULL. In this case the algorithm returns the new instance */
165 /* by calling with hInstance
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Process.c57 /* hInstance Instance handle */
76 LVDBE_ReturnStatus_en LVDBE_Process(LVDBE_Handle_t hInstance, argument
82 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance;
H A DLVDBE_Control.c39 /* hInstance Instance handle */
50 LVDBE_ReturnStatus_en LVDBE_GetParameters(LVDBE_Handle_t hInstance, argument
54 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance;
70 /* hInstance Instance handle */
81 LVDBE_ReturnStatus_en LVDBE_GetCapabilities(LVDBE_Handle_t hInstance, argument
85 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance;
296 /* hInstance Instance handle */
307 LVDBE_ReturnStatus_en LVDBE_Control(LVDBE_Handle_t hInstance, argument
311 LVDBE_Instance_t *pInstance =(LVDBE_Instance_t *)hInstance;
H A DLVDBE_Init.c35 /* hInstance = NULL Returns the memory requirements */
36 /* hInstance = Instance handle Returns the memory requirements and */
39 /* When this function is called for memory allocation (hInstance=NULL) the memory */
42 /* When the function is called for free (hInstance = Instance Handle) the memory */
46 /* hInstance Instance Handle */
58 LVDBE_ReturnStatus_en LVDBE_Memory(LVDBE_Handle_t hInstance, argument
64 LVDBE_Instance_t *pInstance = (LVDBE_Instance_t *)hInstance;
70 if (hInstance == LVM_NULL)
123 /* hInstance set to NULL. In this case the algorithm returns the new instance */
127 /* by calling with hInstance
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
H A DEffectReverb.cpp138 LVREV_Handle_t hInstance; member in struct:android::__anon229::ReverbContext
224 pContext->hInstance = NULL;
472 LvmStatus = LVREV_Process(pContext->hInstance, /* Instance handle */
566 LvmStatus = LVREV_GetMemoryTable(pContext->hInstance,
657 LvmStatus = LVREV_GetControlParameters(pContext->hInstance,
665 LvmStatus = LVREV_SetControlParameters(pContext->hInstance, &ActiveParams);
717 if (pContext->hInstance != NULL){
807 pContext->hInstance = LVM_NULL;
810 LvmStatus = LVREV_GetInstanceHandle(&pContext->hInstance,
856 LvmStatus = LVREV_SetControlParameters(pContext->hInstance,
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Control.c39 /* hInstance Instance handle */
44 /* LVM_NULLADDRESS When hInstance, pParams or any control pointers are NULL */
52 LVM_ReturnStatus_en LVM_SetControlParameters(LVM_Handle_t hInstance, argument
55 LVM_Instance_t *pInstance =(LVM_Instance_t *)hInstance;
58 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL))
210 /* hInstance Instance handle */
215 /* LVM_NULLADDRESS when any of hInstance or pParams is NULL */
222 LVM_ReturnStatus_en LVM_GetControlParameters(LVM_Handle_t hInstance, argument
225 LVM_Instance_t *pInstance =(LVM_Instance_t *)hInstance;
231 if ((pParams == LVM_NULL) || (hInstance
499 LVM_ApplyNewSettings(LVM_Handle_t hInstance) argument
851 LVM_SetHeadroomParams(LVM_Handle_t hInstance, LVM_HeadroomParams_t *pHeadroomParams) argument
911 LVM_GetHeadroomParams(LVM_Handle_t hInstance, LVM_HeadroomParams_t *pHeadroomParams) argument
[all...]
H A DLVM_Init.c37 /* hInstance = NULL Returns the memory requirements */
38 /* hInstance = Instance handle Returns the memory requirements and */
41 /* When this function is called for memory allocation (hInstance=NULL) the memory */
44 /* When the function is called for free (hInstance = Instance Handle) the memory */
48 /* hInstance Instance Handle */
64 LVM_ReturnStatus_en LVM_GetMemoryTable(LVM_Handle_t hInstance, argument
69 LVM_Instance_t *pInstance = (LVM_Instance_t *)hInstance;
89 if (hInstance != LVM_NULL)
947 /* hInstance Instance handle */
958 LVM_ReturnStatus_en LVM_ClearAudioBuffers(LVM_Handle_t hInstance) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
H A DLVPSA_Control.c59 /* hInstance Pointer to the instance */
67 LVPSA_RETURN LVPSA_Control ( pLVPSA_Handle_t hInstance, argument
71 LVPSA_InstancePr_t *pLVPSA_Inst = (LVPSA_InstancePr_t*)hInstance;
73 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL))
100 /* hInstance Pointer to the instance */
107 LVPSA_RETURN LVPSA_GetControlParams ( pLVPSA_Handle_t hInstance, argument
110 LVPSA_InstancePr_t *pLVPSA_Inst = (LVPSA_InstancePr_t*)hInstance;
112 if((hInstance == LVM_NULL) || (pParams == LVM_NULL))
132 /* hInstance Pointer to the instance */
139 LVPSA_RETURN LVPSA_GetInitParams ( pLVPSA_Handle_t hInstance, argument
[all...]
H A DLVPSA_Memory.c30 /* hInstance = NULL Returns the memory requirements */
31 /* hInstance = Instance handle Returns the memory requirements and */
34 /* When this function is called for memory allocation (hInstance=NULL) the memory */
37 /* When the function is called for free (hInstance = Instance Handle) the memory */
41 /* hInstance Instance Handle */
50 LVPSA_RETURN LVPSA_Memory ( pLVPSA_Handle_t hInstance, argument
60 LVPSA_InstancePr_t *pLVPSA_Inst = (LVPSA_InstancePr_t*)hInstance;
78 if (hInstance == LVM_NULL)
H A DLVPSA_QPD_Process.c57 void LVPSA_QPD_Process ( void *hInstance, argument
66 LVPSA_InstancePr_t *pLVPSA_Inst = (LVPSA_InstancePr_t*)hInstance;
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_GetMemoryTable.c34 /* hInstance = NULL Returns the memory requirements */
35 /* hInstance = Instance handle Returns the memory requirements and allocated */
38 /* When this function is called for memory allocation (hInstance=NULL) the memory */
41 /* When the function is called for free (hInstance = Instance Handle) the memory */
45 /* hInstance Instance Handle */
59 LVREV_ReturnStatus_en LVREV_GetMemoryTable(LVREV_Handle_t hInstance, argument
116 if (hInstance == LVM_NULL)
232 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
H A DLVREV_Process.c35 /* hInstance Instance handle */
43 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
49 LVREV_ReturnStatus_en LVREV_Process(LVREV_Handle_t hInstance, argument
54 LVREV_Instance_st *pLVREV_Private = (LVREV_Instance_st *)hInstance;
65 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
164 /* hInstance Instance handle */
172 /* LVREV_NULLADDRESS When one of hInstance, pInData or pOutData is NULL */
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.cpp219 pContext->pBundledContext->hInstance = NULL;
526 if (pContext->pBundledContext->hInstance != NULL){
598 pContext->pBundledContext->hInstance = LVM_NULL;
601 LvmStatus = LVM_GetInstanceHandle(&pContext->pBundledContext->hInstance,
664 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance,
683 LvmStatus = LVM_SetHeadroomParams(pContext->pBundledContext->hInstance,
747 LvmStatus = LVM_Process(pContext->pBundledContext->hInstance, /* Instance handle */
786 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
800 LvmStatus = LVM_SetControlParameters(pContext->pBundledContext->hInstance, &ActiveParams);
824 LvmStatus = LVM_GetControlParameters(pContext->pBundledContext->hInstance,
[all...]
H A DEffectBundle.h67 LVM_Handle_t hInstance; /* Instance handle */ member in struct:BundledEffectContext

Completed in 756 milliseconds

12