Home
last modified time | relevance | path

Searched refs:LVM_NULL (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.c71 if((pMemoryTable == LVM_NULL)|| (pCapabilities == LVM_NULL)) in LVEQNB_Memory()
80 if (hInstance == LVM_NULL) in LVEQNB_Memory()
86 LVM_NULL); in LVEQNB_Memory()
92 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
99 LVM_NULL); in LVEQNB_Memory()
129 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
135 LVM_NULL); in LVEQNB_Memory()
155 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
161 LVM_NULL); in LVEQNB_Memory()
173 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
[all …]
DLVEQNB_Process.c79 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVEQNB_Process()
211 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVEQNB_Process()
DLVEQNB_Control.c69 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVEQNB_GetParameters()
107 if((hInstance == LVM_NULL) || (pCapabilities == LVM_NULL)) in LVEQNB_GetCapabilities()
388 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVEQNB_Control()
393 if((pParams->NBands !=0) && (pParams->pBandDefinition==LVM_NULL)) in LVEQNB_Control()
541 if (CallBack != LVM_NULL){
542 …CallBack(pInstance->Capabilities.pBundleInstance, LVM_NULL, ALGORITHM_EQNB_ID|LVEQNB_EVENT_ALGOFF);
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.c67 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()
76 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVREV_GetInstanceHandle()
137 if (*phInstance == LVM_NULL) in LVREV_GetInstanceHandle()
318 pLVREV_Private->BypassMixer.pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle()
324 pLVREV_Private->BypassMixer.pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle()
325 pLVREV_Private->BypassMixer.pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle()
326 pLVREV_Private->BypassMixer.pCallBack1 = LVM_NULL; in LVREV_GetInstanceHandle()
338 pLVREV_Private->GainMixer.pCallbackHandle = LVM_NULL; in LVREV_GetInstanceHandle()
339 pLVREV_Private->GainMixer.pGeneralPurpose = LVM_NULL; in LVREV_GetInstanceHandle()
340 pLVREV_Private->GainMixer.pCallBack = LVM_NULL; in LVREV_GetInstanceHandle()
[all …]
DLVREV_GetMemoryTable.c76 if (pMemoryTable == LVM_NULL) in LVREV_GetMemoryTable()
84 if (pInstanceParams != LVM_NULL) in LVREV_GetMemoryTable()
107 InstAlloc_Init(&SlowData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
108 InstAlloc_Init(&FastData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
109 InstAlloc_Init(&FastCoef, (void *)LVM_NULL); in LVREV_GetMemoryTable()
110 InstAlloc_Init(&Temporary, (void *)LVM_NULL); in LVREV_GetMemoryTable()
116 if (hInstance == LVM_NULL) in LVREV_GetMemoryTable()
121 if (pInstanceParams == LVM_NULL) in LVREV_GetMemoryTable()
155 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
199 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
[all …]
DLVREV_GetControlParameters.c56 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL)) in LVREV_GetControlParameters()
DLVREV_SetControlParameters.c55 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVREV_SetControlParameters()
DLVREV_ClearAudioBuffers.c55 if(hInstance == LVM_NULL) in LVREV_ClearAudioBuffers()
DLVREV_Process.c77 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVREV_Process()
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Init.c70 if (hInstance == LVM_NULL) in LVDBE_Memory()
78 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVDBE_Memory()
90 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVDBE_Memory()
102 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVDBE_Memory()
116 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVDBE_Memory()
182 if (*phInstance == LVM_NULL) in LVDBE_Init()
196 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVDBE_Init()
281 pMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; in LVDBE_Init()
282 pMixer_Instance->MixerStream[0].pCallBack = LVM_NULL; in LVDBE_Init()
295 pBypassMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; in LVDBE_Init()
[all …]
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.c63 InstAlloc_Init( &Instance , LVM_NULL); in LVPSA_Memory()
64 InstAlloc_Init( &Scratch , LVM_NULL); in LVPSA_Memory()
65 InstAlloc_Init( &Data , LVM_NULL); in LVPSA_Memory()
66 InstAlloc_Init( &Coef , LVM_NULL); in LVPSA_Memory()
69 if((pMemoryTable == LVM_NULL) || (pInitParams == LVM_NULL)) in LVPSA_Memory()
78 if (hInstance == LVM_NULL) in LVPSA_Memory()
136 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVPSA_Memory()
148 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVPSA_Memory()
162 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVPSA_Memory()
176 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVPSA_Memory()
DLVPSA_Init.c64 …if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemo… in LVPSA_Init()
99 if (*phInstance == LVM_NULL) in LVPSA_Init()
111 if (pMemoryTable->Region[ii].pBaseAddress==LVM_NULL) in LVPSA_Init()
DLVPSA_Process.c75 if(hInstance == LVM_NULL || pLVPSA_InputSamples == LVM_NULL) in LVPSA_Process()
163 if(hInstance == LVM_NULL || pLVPSA_InputSamples == LVM_NULL) in LVPSA_Process()
267 if(hInstance == LVM_NULL || pCurrentValues == LVM_NULL || pPeakValues == LVM_NULL) in LVPSA_GetSpectrum()
DLVPSA_Control.c82 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVPSA_Control()
121 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVPSA_GetControlParams()
153 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVPSA_GetInitParams()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.c75 if (hInstance == LVM_NULL) in LVCS_Memory()
82 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVCS_Memory()
89 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in LVCS_Memory()
96 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in LVCS_Memory()
110 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVCS_Memory()
167 if (*phInstance == LVM_NULL) in LVCS_Init()
215 pInstance->TimerParams.pCallBackParams = LVM_NULL; in LVCS_Init()
DLVCS_BypassMix.c122 pConfig->Mixer_Instance.MixerStream[0].pCallbackHandle = LVM_NULL; in LVCS_BypassMixInit()
123 pConfig->Mixer_Instance.MixerStream[0].pCallBack = LVM_NULL; in LVCS_BypassMixInit()
364 if((*pInstance->Capabilities.CallBack) != LVM_NULL){ in LVCS_MixerCallback()
366 LVM_NULL, in LVCS_MixerCallback()
DLVCS_Control.c267 if((pCallBackParams != LVM_NULL) || (CallbackParam != 0)){ in LVCS_TimerCallBack()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c146 if(pMemoryTable == LVM_NULL) in LVM_GetMemoryTable()
155 if (hInstance != LVM_NULL) in LVM_GetMemoryTable()
162 if(pInstParams == LVM_NULL) in LVM_GetMemoryTable()
209 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable()
281 LVCS_Memory(LVM_NULL, in LVM_GetMemoryTable()
324 LVDBE_Memory(LVM_NULL, in LVM_GetMemoryTable()
368 LVEQNB_Memory(LVM_NULL, in LVM_GetMemoryTable()
396 pLVPSA_Handle_t hPSAInst = LVM_NULL; in LVM_GetMemoryTable()
464 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable()
468 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable()
[all …]
DLVM_API_Specials.c64 if(pInstance == LVM_NULL) in LVM_GetSpectrum()
77 if((pCurrentPeaks == LVM_NULL) || in LVM_GetSpectrum()
78 (pPastPeaks == LVM_NULL)) in LVM_GetSpectrum()
DLVM_Process.c87 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVM_Process()
363 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVM_Process()
DLVM_Control.c60 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) in LVM_SetControlParameters()
130 if ((pParams->pEQNB_BandDefinition == LVM_NULL) && in LVM_SetControlParameters()
252 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) in LVM_GetControlParameters()
1006 if ((hInstance == LVM_NULL) || (pHeadroomParams == LVM_NULL)) in LVM_SetHeadroomParams()
1010 … if ((pHeadroomParams->NHeadroomBands != 0) && (pHeadroomParams->pHeadroomDefinition == LVM_NULL)) in LVM_SetHeadroomParams()
1066 if ((hInstance == LVM_NULL) || (pHeadroomParams == LVM_NULL)) in LVM_GetHeadroomParams()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.c152 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
158 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
164 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
170 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp203 LVM_NULL); in LvmEffect_free()
289 LvmStatus = LVM_GetMemoryTable(LVM_NULL, &MemTab, &InstParams); in LvmBundle_init()
301 if (MemTab.Region[i].pBaseAddress == LVM_NULL) { in LvmBundle_init()
322 if (MemTab.Region[i].pBaseAddress == LVM_NULL) { in LvmBundle_init()
340 pContext->pBundledContext->hInstance = LVM_NULL; in LvmBundle_init()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h40 #define LVM_NULL 0 /* NULL pointer */ macro
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp462 pSessionContext->pBundledContext = LVM_NULL; in EffectRelease()
474 pContext->pBundledContext = LVM_NULL; in EffectRelease()
520 GlobalSessionMemory[i].pBundledContext = LVM_NULL; in LvmGlobalBundle_init()
587 LvmStatus = LVM_GetMemoryTable(LVM_NULL, in LvmBundle_init()
601 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in LvmBundle_init()
618 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in LvmBundle_init()
633 pContext->pBundledContext->hInstance = LVM_NULL; in LvmBundle_init()
1208 LVM_NULL); in LvmEffect_free()
3817 if(pReplyData == LVM_NULL){ in Effect_command()

12