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.cpp69 if((pMemoryTable == LVM_NULL)|| (pCapabilities == LVM_NULL)) in LVEQNB_Memory()
77 if (hInstance == LVM_NULL) in LVEQNB_Memory()
83 LVM_NULL); in LVEQNB_Memory()
89 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
95 LVM_NULL); in LVEQNB_Memory()
112 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
118 LVM_NULL); in LVEQNB_Memory()
129 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
135 LVM_NULL); in LVEQNB_Memory()
142 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
[all …]
DLVEQNB_Control.cpp68 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVEQNB_GetParameters()
105 if((hInstance == LVM_NULL) || (pCapabilities == LVM_NULL)) in LVEQNB_GetCapabilities()
292 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVEQNB_Control()
297 if((pParams->NBands !=0) && (pParams->pBandDefinition==LVM_NULL)) in LVEQNB_Control()
426 if (CallBack != LVM_NULL){ in LVEQNB_BypassMixerCallBack()
427 …CallBack(pInstance->Capabilities.pBundleInstance, LVM_NULL, ALGORITHM_EQNB_ID|LVEQNB_EVENT_ALGOFF); in LVEQNB_BypassMixerCallBack()
DLVEQNB_Process.cpp78 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVEQNB_Process()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.cpp65 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) in LVREV_GetInstanceHandle()
74 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVREV_GetInstanceHandle()
128 if (*phInstance == LVM_NULL) in LVREV_GetInstanceHandle()
265 pLVREV_Private->BypassMixer.pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle()
271 pLVREV_Private->BypassMixer.pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle()
272 pLVREV_Private->BypassMixer.pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle()
273 pLVREV_Private->BypassMixer.pCallBack1 = LVM_NULL; in LVREV_GetInstanceHandle()
284 pLVREV_Private->GainMixer.pCallbackHandle = LVM_NULL; in LVREV_GetInstanceHandle()
285 pLVREV_Private->GainMixer.pGeneralPurpose = LVM_NULL; in LVREV_GetInstanceHandle()
286 pLVREV_Private->GainMixer.pCallBack = LVM_NULL; in LVREV_GetInstanceHandle()
[all …]
DLVREV_GetMemoryTable.cpp75 if (pMemoryTable == LVM_NULL) in LVREV_GetMemoryTable()
83 if (pInstanceParams != LVM_NULL) in LVREV_GetMemoryTable()
106 InstAlloc_Init(&SlowData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
107 InstAlloc_Init(&FastData, (void *)LVM_NULL); in LVREV_GetMemoryTable()
108 InstAlloc_Init(&FastCoef, (void *)LVM_NULL); in LVREV_GetMemoryTable()
109 InstAlloc_Init(&Temporary, (void *)LVM_NULL); in LVREV_GetMemoryTable()
114 if (hInstance == LVM_NULL) in LVREV_GetMemoryTable()
119 if (pInstanceParams == LVM_NULL) in LVREV_GetMemoryTable()
151 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
178 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
[all …]
DLVREV_GetControlParameters.cpp54 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL)) in LVREV_GetControlParameters()
DLVREV_SetControlParameters.cpp54 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVREV_SetControlParameters()
DLVREV_Process.cpp64 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVREV_Process()
DLVREV_ClearAudioBuffers.cpp53 if(hInstance == LVM_NULL) in LVREV_ClearAudioBuffers()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Memory.cpp62 InstAlloc_Init( &Instance , LVM_NULL); in LVPSA_Memory()
63 InstAlloc_Init( &Scratch , LVM_NULL); in LVPSA_Memory()
64 InstAlloc_Init( &Data , LVM_NULL); in LVPSA_Memory()
65 InstAlloc_Init( &Coef , LVM_NULL); in LVPSA_Memory()
67 if((pMemoryTable == LVM_NULL) || (pInitParams == LVM_NULL)) in LVPSA_Memory()
75 if (hInstance == LVM_NULL) in LVPSA_Memory()
128 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVPSA_Memory()
136 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVPSA_Memory()
145 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVPSA_Memory()
154 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVPSA_Memory()
DLVPSA_Init.cpp60 …if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemo… in LVPSA_Init()
93 if (*phInstance == LVM_NULL) in LVPSA_Init()
104 if (pMemoryTable->Region[ii].pBaseAddress==LVM_NULL) in LVPSA_Init()
DLVPSA_Process.cpp74 if(hInstance == LVM_NULL || pLVPSA_InputSamples == LVM_NULL) in LVPSA_Process()
176 if(hInstance == LVM_NULL || pCurrentValues == LVM_NULL || pPeakValues == LVM_NULL) in LVPSA_GetSpectrum()
DLVPSA_Control.cpp65 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVPSA_Control()
104 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVPSA_GetControlParams()
135 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVPSA_GetInitParams()
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Init.cpp69 if (hInstance == LVM_NULL) in LVDBE_Memory()
77 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVDBE_Memory()
85 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVDBE_Memory()
93 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVDBE_Memory()
103 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVDBE_Memory()
161 if (*phInstance == LVM_NULL) in LVDBE_Init()
174 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVDBE_Init()
246 pMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; in LVDBE_Init()
247 pMixer_Instance->MixerStream[0].pCallBack = LVM_NULL; in LVDBE_Init()
260 pBypassMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; in LVDBE_Init()
[all …]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.cpp74 if (hInstance == LVM_NULL) in LVCS_Memory()
81 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVCS_Memory()
88 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in LVCS_Memory()
95 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in LVCS_Memory()
105 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVCS_Memory()
160 if (*phInstance == LVM_NULL) in LVCS_Init()
206 pInstance->TimerParams.pCallBackParams = LVM_NULL; in LVCS_Init()
DLVCS_BypassMix.cpp107 pConfig->Mixer_Instance.MixerStream[0].pCallbackHandle = LVM_NULL; in LVCS_BypassMixInit()
108 pConfig->Mixer_Instance.MixerStream[0].pCallBack = LVM_NULL; in LVCS_BypassMixInit()
271 if((*pInstance->Capabilities.CallBack) != LVM_NULL){ in LVCS_MixerCallback()
273 LVM_NULL, in LVCS_MixerCallback()
DLVCS_Control.cpp241 if((pCallBackParams != LVM_NULL) || (CallbackParam != 0)){ in LVCS_TimerCallBack()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp145 if(pMemoryTable == LVM_NULL) in LVM_GetMemoryTable()
153 if (hInstance != LVM_NULL) in LVM_GetMemoryTable()
160 if(pInstParams == LVM_NULL) in LVM_GetMemoryTable()
207 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable()
274 LVCS_Memory(LVM_NULL, in LVM_GetMemoryTable()
312 LVDBE_Memory(LVM_NULL, in LVM_GetMemoryTable()
351 LVEQNB_Memory(LVM_NULL, in LVM_GetMemoryTable()
378 pLVPSA_Handle_t hPSAInst = LVM_NULL; in LVM_GetMemoryTable()
441 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable()
445 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable()
[all …]
DLVM_API_Specials.cpp62 if(pInstance == LVM_NULL) in LVM_GetSpectrum()
75 if((pCurrentPeaks == LVM_NULL) || in LVM_GetSpectrum()
76 (pPastPeaks == LVM_NULL)) in LVM_GetSpectrum()
DLVM_Control.cpp58 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) in LVM_SetControlParameters()
122 if ((pParams->pEQNB_BandDefinition == LVM_NULL) && in LVM_SetControlParameters()
241 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) in LVM_GetControlParameters()
897 if ((hInstance == LVM_NULL) || (pHeadroomParams == LVM_NULL)) in LVM_SetHeadroomParams()
901 … if ((pHeadroomParams->NHeadroomBands != 0) && (pHeadroomParams->pHeadroomDefinition == LVM_NULL)) in LVM_SetHeadroomParams()
957 if ((hInstance == LVM_NULL) || (pHeadroomParams == LVM_NULL)) in LVM_GetHeadroomParams()
DLVM_Process.cpp84 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVM_Process()
/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.cpp144 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
150 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
156 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
162 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.h36 #define LVM_NULL 0 /* NULL pointer */ macro
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp488 LVM_NULL); in Reverb_free()
682 LvmStatus = LVREV_GetMemoryTable(LVM_NULL, in Reverb_init()
696 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in Reverb_init()
713 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in Reverb_init()
728 pContext->hInstance = LVM_NULL; in Reverb_init()

12