/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.cpp | 69 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 …]
|
D | LVEQNB_Control.cpp | 68 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()
|
D | LVEQNB_Process.cpp | 78 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVEQNB_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
D | LVREV_GetInstanceHandle.cpp | 65 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 …]
|
D | LVREV_GetMemoryTable.cpp | 75 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 …]
|
D | LVREV_GetControlParameters.cpp | 54 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL)) in LVREV_GetControlParameters()
|
D | LVREV_SetControlParameters.cpp | 54 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVREV_SetControlParameters()
|
D | LVREV_Process.cpp | 64 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVREV_Process()
|
D | LVREV_ClearAudioBuffers.cpp | 53 if(hInstance == LVM_NULL) in LVREV_ClearAudioBuffers()
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
D | LVPSA_Memory.cpp | 62 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()
|
D | LVPSA_Init.cpp | 60 …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()
|
D | LVPSA_Process.cpp | 74 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()
|
D | LVPSA_Control.cpp | 65 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/ |
D | LVDBE_Init.cpp | 69 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/ |
D | LVCS_Init.cpp | 74 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()
|
D | LVCS_BypassMix.cpp | 107 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()
|
D | LVCS_Control.cpp | 241 if((pCallBackParams != LVM_NULL) || (CallbackParam != 0)){ in LVCS_TimerCallBack()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.cpp | 145 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 …]
|
D | LVM_API_Specials.cpp | 62 if(pInstance == LVM_NULL) in LVM_GetSpectrum() 75 if((pCurrentPeaks == LVM_NULL) || in LVM_GetSpectrum() 76 (pPastPeaks == LVM_NULL)) in LVM_GetSpectrum()
|
D | LVM_Control.cpp | 58 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()
|
D | LVM_Process.cpp | 84 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVM_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
D | InstAlloc.cpp | 144 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/ |
D | lvmtest.cpp | 203 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/ |
D | LVM_Types.h | 36 #define LVM_NULL 0 /* NULL pointer */ macro
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 488 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()
|