/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() 113 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVEQNB_Memory() 119 LVM_NULL); in LVEQNB_Memory() 129 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVEQNB_Memory() 135 LVM_NULL); in LVEQNB_Memory() 141 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVEQNB_Memory() [all …]
|
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() 344 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVEQNB_Control() 349 if((pParams->NBands !=0) && (pParams->pBandDefinition==LVM_NULL)) in LVEQNB_Control() 476 if (CallBack != LVM_NULL){ in LVEQNB_BypassMixerCallBack() 477 …CallBack(pInstance->Capabilities.pBundleInstance, LVM_NULL, ALGORITHM_EQNB_ID|LVEQNB_EVENT_ALGOFF); in LVEQNB_BypassMixerCallBack()
|
D | LVEQNB_Process.c | 74 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVEQNB_Process()
|
/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() 119 if (*phInstance == LVM_NULL) in LVREV_GetInstanceHandle() 231 pLVREV_Private->BypassMixer.pGeneralPurpose2 = LVM_NULL; in LVREV_GetInstanceHandle() 237 pLVREV_Private->BypassMixer.pCallbackHandle1 = LVM_NULL; in LVREV_GetInstanceHandle() 238 pLVREV_Private->BypassMixer.pGeneralPurpose1 = LVM_NULL; in LVREV_GetInstanceHandle() 239 pLVREV_Private->BypassMixer.pCallBack1 = LVM_NULL; in LVREV_GetInstanceHandle() 251 pLVREV_Private->GainMixer.pCallbackHandle = LVM_NULL; in LVREV_GetInstanceHandle() 252 pLVREV_Private->GainMixer.pGeneralPurpose = LVM_NULL; in LVREV_GetInstanceHandle() 253 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() 183 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_Process.c | 65 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVREV_Process()
|
D | LVREV_ClearAudioBuffers.c | 55 if(hInstance == LVM_NULL) in LVREV_ClearAudioBuffers()
|
/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() 86 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVDBE_Memory() 94 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVDBE_Memory() 103 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVDBE_Memory() 163 if (*phInstance == LVM_NULL) in LVDBE_Init() 177 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVDBE_Init() 254 pMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; in LVDBE_Init() 255 pMixer_Instance->MixerStream[0].pCallBack = LVM_NULL; in LVDBE_Init() 268 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() 132 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVPSA_Memory() 140 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVPSA_Memory() 149 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVPSA_Memory() 158 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVPSA_Memory()
|
D | LVPSA_Init.c | 60 …if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemo… in LVPSA_Init() 95 if (*phInstance == LVM_NULL) in LVPSA_Init() 107 if (pMemoryTable->Region[ii].pBaseAddress==LVM_NULL) in LVPSA_Init()
|
D | LVPSA_Process.c | 62 if(hInstance == LVM_NULL || pLVPSA_InputSamples == LVM_NULL) in LVPSA_Process() 166 if(hInstance == LVM_NULL || pCurrentValues == LVM_NULL || pPeakValues == LVM_NULL) in LVPSA_GetSpectrum()
|
D | LVPSA_Control.c | 73 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) in LVPSA_Control() 112 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVPSA_GetControlParams() 144 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) in LVPSA_GetInitParams()
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.c | 80 if(pMemoryTable == LVM_NULL) in LVM_GetMemoryTable() 89 if (hInstance != LVM_NULL) in LVM_GetMemoryTable() 96 if(pInstParams == LVM_NULL) in LVM_GetMemoryTable() 143 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable() 209 LVCS_Memory(LVM_NULL, in LVM_GetMemoryTable() 242 LVDBE_Memory(LVM_NULL, in LVM_GetMemoryTable() 276 LVEQNB_Memory(LVM_NULL, in LVM_GetMemoryTable() 304 pLVPSA_Handle_t hPSAInst = LVM_NULL; in LVM_GetMemoryTable() 367 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable() 371 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_Control.c | 58 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) in LVM_SetControlParameters() 109 if ((pParams->pEQNB_BandDefinition == LVM_NULL) && in LVM_SetControlParameters() 231 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) in LVM_GetControlParameters() 858 if ((hInstance == LVM_NULL) || (pHeadroomParams == LVM_NULL)) in LVM_SetHeadroomParams() 862 … if ((pHeadroomParams->NHeadroomBands != 0) && (pHeadroomParams->pHeadroomDefinition == LVM_NULL)) in LVM_SetHeadroomParams() 918 if ((hInstance == LVM_NULL) || (pHeadroomParams == LVM_NULL)) in LVM_GetHeadroomParams()
|
D | LVM_Process.c | 81 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL)) in LVM_Process()
|
/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() 104 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVCS_Memory() 161 if (*phInstance == LVM_NULL) in LVCS_Init() 208 pInstance->TimerParams.pCallBackParams = LVM_NULL; in LVCS_Init()
|
D | LVCS_BypassMix.c | 108 pConfig->Mixer_Instance.MixerStream[0].pCallbackHandle = LVM_NULL; in LVCS_BypassMixInit() 109 pConfig->Mixer_Instance.MixerStream[0].pCallBack = LVM_NULL; in LVCS_BypassMixInit() 273 if((*pInstance->Capabilities.CallBack) != LVM_NULL){ in LVCS_MixerCallback() 275 LVM_NULL, in LVCS_MixerCallback()
|
D | LVCS_Control.c | 249 if((pCallBackParams != LVM_NULL) || (CallbackParam != 0)){ in LVCS_TimerCallBack()
|
/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/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 | 430 pSessionContext->pBundledContext = LVM_NULL; in EffectRelease() 438 pContext->pBundledContext = LVM_NULL; in EffectRelease() 484 GlobalSessionMemory[i].pBundledContext = LVM_NULL; in LvmGlobalBundle_init() 553 LvmStatus = LVM_GetMemoryTable(LVM_NULL, in LvmBundle_init() 567 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in LvmBundle_init() 584 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in LvmBundle_init() 599 pContext->pBundledContext->hInstance = LVM_NULL; in LvmBundle_init() 1049 LVM_NULL); in LvmEffect_free() 3398 if(pReplyData == LVM_NULL){ in Effect_command()
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
D | EffectReverb.cpp | 568 LVM_NULL); in Reverb_free() 761 LvmStatus = LVREV_GetMemoryTable(LVM_NULL, in Reverb_init() 775 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in Reverb_init() 792 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in Reverb_init() 807 pContext->hInstance = LVM_NULL; in Reverb_init()
|