/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.c | 71 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 …]
|
D | LVEQNB_Process.c | 79 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()
|
D | LVEQNB_Control.c | 69 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/ |
D | LVREV_GetInstanceHandle.c | 67 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 …]
|
D | LVREV_GetMemoryTable.c | 76 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 …]
|
D | LVREV_GetControlParameters.c | 56 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL)) in LVREV_GetControlParameters()
|
D | LVREV_SetControlParameters.c | 55 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVREV_SetControlParameters()
|
D | LVREV_ClearAudioBuffers.c | 55 if(hInstance == LVM_NULL) in LVREV_ClearAudioBuffers()
|
D | LVREV_Process.c | 77 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVREV_Process()
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
D | LVDBE_Init.c | 70 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/ |
D | LVPSA_Memory.c | 63 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()
|
D | LVPSA_Init.c | 64 …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()
|
D | LVPSA_Process.c | 75 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()
|
D | LVPSA_Control.c | 82 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/ |
D | LVCS_Init.c | 75 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()
|
D | LVCS_BypassMix.c | 122 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()
|
D | LVCS_Control.c | 267 if((pCallBackParams != LVM_NULL) || (CallbackParam != 0)){ in LVCS_TimerCallBack()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.c | 146 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 …]
|
D | LVM_API_Specials.c | 64 if(pInstance == LVM_NULL) in LVM_GetSpectrum() 77 if((pCurrentPeaks == LVM_NULL) || in LVM_GetSpectrum() 78 (pPastPeaks == LVM_NULL)) in LVM_GetSpectrum()
|
D | LVM_Process.c | 87 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()
|
D | LVM_Control.c | 60 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/ |
D | InstAlloc.c | 152 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/ |
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 | 40 #define LVM_NULL 0 /* NULL pointer */ macro
|
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
D | EffectBundle.cpp | 462 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()
|