/frameworks/av/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_GetControlParameters.c | 56 if((hInstance == LVM_NULL) || (pControlParams == LVM_NULL))
|
LVREV_GetInstanceHandle.c | 67 if((phInstance == LVM_NULL) || (pMemoryTable == LVM_NULL) || (pInstanceParams == LVM_NULL)) 76 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) 119 if (*phInstance == LVM_NULL) 231 pLVREV_Private->BypassMixer.pGeneralPurpose2 = LVM_NULL; 237 pLVREV_Private->BypassMixer.pCallbackHandle1 = LVM_NULL; 238 pLVREV_Private->BypassMixer.pGeneralPurpose1 = LVM_NULL; 239 pLVREV_Private->BypassMixer.pCallBack1 = LVM_NULL; 251 pLVREV_Private->GainMixer.pCallbackHandle = LVM_NULL; [all...] |
LVREV_GetMemoryTable.c | 76 if (pMemoryTable == LVM_NULL) 84 if (pInstanceParams != LVM_NULL) 107 InstAlloc_Init(&SlowData, (void *)LVM_NULL); 108 InstAlloc_Init(&FastData, (void *)LVM_NULL); 109 InstAlloc_Init(&FastCoef, (void *)LVM_NULL); 110 InstAlloc_Init(&Temporary, (void *)LVM_NULL); 116 if (hInstance == LVM_NULL) 121 if (pInstanceParams == LVM_NULL) 155 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; 183 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; [all...] |
LVREV_SetControlParameters.c | 55 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL))
|
LVREV_ClearAudioBuffers.c | 55 if(hInstance == LVM_NULL)
|
LVREV_Process.c | 65 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
|
/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Init.c | 70 if (hInstance == LVM_NULL) 78 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; 86 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; 94 pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; 103 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; 163 if (*phInstance == LVM_NULL) 177 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) 254 pMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; 255 pMixer_Instance->MixerStream[0].pCallBack = LVM_NULL; 268 pBypassMixer_Instance->MixerStream[0].pCallbackHandle = LVM_NULL; [all...] |
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Init.c | 71 if((pMemoryTable == LVM_NULL)|| (pCapabilities == LVM_NULL)) 80 if (hInstance == LVM_NULL) 86 LVM_NULL); 92 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; 99 LVM_NULL); 113 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; 119 LVM_NULL); 129 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; 135 LVM_NULL); [all...] |
LVEQNB_Process.c | 74 if((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
|
LVEQNB_Control.c | 69 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) 107 if((hInstance == LVM_NULL) || (pCapabilities == LVM_NULL)) 344 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) 349 if((pParams->NBands !=0) && (pParams->pBandDefinition==LVM_NULL)) 476 if (CallBack != LVM_NULL){ 477 CallBack(pInstance->Capabilities.pBundleInstance, LVM_NULL, ALGORITHM_EQNB_ID|LVEQNB_EVENT_ALGOFF);
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Memory.c | 63 InstAlloc_Init( &Instance , LVM_NULL); 64 InstAlloc_Init( &Scratch , LVM_NULL); 65 InstAlloc_Init( &Data , LVM_NULL); 66 InstAlloc_Init( &Coef , LVM_NULL); 69 if((pMemoryTable == LVM_NULL) || (pInitParams == LVM_NULL)) 78 if (hInstance == LVM_NULL) 132 pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; 140 pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; 149 pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; [all...] |
LVPSA_Init.c | 60 if((phInstance == LVM_NULL) || (pInitParams == LVM_NULL) || (pControlParams == LVM_NULL) || (pMemoryTable == LVM_NULL)) 95 if (*phInstance == LVM_NULL) 107 if (pMemoryTable->Region[ii].pBaseAddress==LVM_NULL)
|
LVPSA_Process.c | 62 if(hInstance == LVM_NULL || pLVPSA_InputSamples == LVM_NULL) 166 if(hInstance == LVM_NULL || pCurrentValues == LVM_NULL || pPeakValues == LVM_NULL)
|
LVPSA_Control.c | 73 if((hInstance == LVM_NULL) || (pNewParams == LVM_NULL)) 112 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) 144 if((hInstance == LVM_NULL) || (pParams == LVM_NULL)) [all...] |
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_Init.c | 75 if (hInstance == LVM_NULL) 82 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; 89 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; 96 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; 104 pMemoryTable->Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = LVM_NULL; 124 /* hInstance set to LVM_NULL. In this case the algorithm returns the new instance */ 161 if (*phInstance == LVM_NULL) 208 pInstance->TimerParams.pCallBackParams = LVM_NULL;
|
LVCS_BypassMix.c | 108 pConfig->Mixer_Instance.MixerStream[0].pCallbackHandle = LVM_NULL; 109 pConfig->Mixer_Instance.MixerStream[0].pCallBack = LVM_NULL; 273 if((*pInstance->Capabilities.CallBack) != LVM_NULL){ 275 LVM_NULL,
|
LVCS_Control.c | 249 if((pCallBackParams != LVM_NULL) || (CallbackParam != 0)){
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
LVM_API_Specials.c | 64 if(pInstance == LVM_NULL) 77 if((pCurrentPeaks == LVM_NULL) || 78 (pPastPeaks == LVM_NULL))
|
LVM_Init.c | 80 if(pMemoryTable == LVM_NULL) 89 if (hInstance != LVM_NULL) 96 if(pInstParams == LVM_NULL) 143 InstAlloc_Init(&AllocMem[i], LVM_NULL); 209 LVCS_Memory(LVM_NULL, 242 LVDBE_Memory(LVM_NULL, 276 LVEQNB_Memory(LVM_NULL, 304 pLVPSA_Handle_t hPSAInst = LVM_NULL; 367 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; 371 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; [all...] |
LVM_Process.c | 81 if ((hInstance == LVM_NULL) || (pInData == LVM_NULL) || (pOutData == LVM_NULL))
|
LVM_Control.c | 58 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) 109 if ((pParams->pEQNB_BandDefinition == LVM_NULL) && 231 if ((pParams == LVM_NULL) || (hInstance == LVM_NULL)) [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
InstAlloc.c | 152 pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; 158 pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress = LVM_NULL; 164 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; 170 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL;
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
LVM_Types.h | 40 #define LVM_NULL 0 /* NULL pointer */
|
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/ |
EffectReverb.cpp | 568 LVM_NULL); 761 LvmStatus = LVREV_GetMemoryTable(LVM_NULL, 775 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ 792 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ 807 pContext->hInstance = LVM_NULL; [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | 430 pSessionContext->pBundledContext = LVM_NULL; 438 pContext->pBundledContext = LVM_NULL; 484 GlobalSessionMemory[i].pBundledContext = LVM_NULL; 553 LvmStatus = LVM_GetMemoryTable(LVM_NULL, 567 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ 584 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ 599 pContext->pBundledContext->hInstance = LVM_NULL; [all...] |