Home
last modified time | relevance | path

Searched refs:pBaseAddress (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.cpp86 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress; in InstAlloc_InitAll()
91 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress; in InstAlloc_InitAll()
96 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress; in InstAlloc_InitAll()
101 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress; in InstAlloc_InitAll()
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/lib/Bass/src/
DLVDBE_Init.cpp77 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()
163 *phInstance = (LVDBE_Handle_t)pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress; in LVDBE_Init()
174 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVDBE_Init()
178 … if (((uintptr_t)pMemoryTable->Region[i].pBaseAddress % pMemoryTable->Region[i].Alignment)!=0){ in LVDBE_Init()
210 (LVDBE_Data_FLOAT_t *)pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_DATA].pBaseAddress; in LVDBE_Init()
212 (LVDBE_Coef_FLOAT_t *)pMemoryTable->Region[LVDBE_MEMREGION_PERSISTENT_COEF].pBaseAddress; in LVDBE_Init()
DLVDBE_Process.cpp95 (LVM_FLOAT *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress; in LVDBE_Process()
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.cpp89 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
112 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
129 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
142 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
212 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVEQNB_Init()
223 InstAlloc_Init(&AllocMem, pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress); in LVEQNB_Init()
246 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVEQNB_Init()
257 pMemoryTable->Region[LVEQNB_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVEQNB_Init()
276 pMemoryTable->Region[LVEQNB_MEMREGION_SCRATCH].pBaseAddress); in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp441 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()
453 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable()
463 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVM_GetMemoryTable()
522 (pMemoryTable->Region[i].pBaseAddress==LVM_NULL)) in LVM_GetInstanceHandle()
567 pMemoryTable->Region[i].pBaseAddress); in LVM_GetInstanceHandle()
741 … CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = &pInstance->CS_Instance; in LVM_GetInstanceHandle()
742 …CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress = (void *)InstAlloc_AddMember(&… in LVM_GetInstanceHandle()
744 …CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress = (void *)InstAlloc_AddMember(&… in LVM_GetInstanceHandle()
746 …CS_MemTab.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress = (void *)InstAlloc_AddMember(&… in LVM_GetInstanceHandle()
[all …]
DLVM_Private.h122 void *pBaseAddress; /* Pointer to the region base address */ member
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.cpp81 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()
162 …phInstance = (LVCS_Handle_t)pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress; in LVCS_Init()
DLVCS_StereoEnhancer.cpp66 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress; in LVCS_SEnhancerInit()
69 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_SEnhancerInit()
193 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_StereoEnhancer()
196 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; in LVCS_StereoEnhancer()
DLVCS_ReverbGenerator.cpp74 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress; in LVCS_ReverbGeneratorInit()
77 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_ReverbGeneratorInit()
196 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_ReverbGenerator()
199 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; in LVCS_ReverbGenerator()
DLVCS_Equaliser.cpp69 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_DATA].pBaseAddress; in LVCS_EqualiserInit()
72 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_EqualiserInit()
148 pInstance->MemoryTable.Region[LVCS_MEMREGION_PERSISTENT_FAST_COEF].pBaseAddress; in LVCS_Equaliser()
DLVCS_Process.cpp95 pInstance->MemoryTable.Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress; in LVCS_Process_CS()
253 Region[LVCS_MEMREGION_TEMPORARY_FAST].pBaseAddress + in LVCS_Process()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetInstanceHandle.cpp74 if (pMemoryTable->Region[i].pBaseAddress==LVM_NULL) in LVREV_GetInstanceHandle()
101 InstAlloc_Init(&SlowData, pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress); in LVREV_GetInstanceHandle()
102 InstAlloc_Init(&FastData, pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress); in LVREV_GetInstanceHandle()
103 InstAlloc_Init(&FastCoef, pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress); in LVREV_GetInstanceHandle()
104 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle()
110 (LVM_FLOAT *)pMemoryTable->Region[LVM_PERSISTENT_SLOW_DATA].pBaseAddress, in LVREV_GetInstanceHandle()
114 (LVM_FLOAT *)pMemoryTable->Region[LVM_PERSISTENT_FAST_DATA].pBaseAddress, in LVREV_GetInstanceHandle()
118 (LVM_FLOAT *)pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress, in LVREV_GetInstanceHandle()
122 (LVM_FLOAT *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress, in LVREV_GetInstanceHandle()
DLVREV_GetMemoryTable.cpp151 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()
186 pMemoryTable->Region[LVM_PERSISTENT_FAST_COEF].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
224 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
DLVPSA_Init.cpp87 InstAlloc_Init( &Instance , pMemoryTable->Region[LVPSA_MEMREGION_INSTANCE].pBaseAddress); in LVPSA_Init()
88 InstAlloc_Init( &Scratch , pMemoryTable->Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress); in LVPSA_Init()
89 … InstAlloc_Init( &Data , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_DATA].pBaseAddress); in LVPSA_Init()
90 … InstAlloc_Init( &Coef , pMemoryTable->Region[LVPSA_MEMREGION_PERSISTENT_COEF].pBaseAddress); in LVPSA_Init()
104 if (pMemoryTable->Region[ii].pBaseAddress==LVM_NULL) in LVPSA_Init()
DLVPSA_Memory.cpp128 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_Process.cpp83 pScratch = (LVM_FLOAT*)pLVPSA_Inst->MemoryTable.Region[LVPSA_MEMREGION_SCRATCH].pBaseAddress; in LVPSA_Process()
/frameworks/av/media/libeffects/lvm/tests/
Dlvmtest.cpp209 if (MemTab.Region[i].pBaseAddress != NULL) { in LvmEffect_free()
212 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmEffect_free()
214 free(MemTab.Region[i].pBaseAddress); in LvmEffect_free()
218 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmEffect_free()
223 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmEffect_free()
299 MemTab.Region[i].pBaseAddress = malloc(MemTab.Region[i].Size); in LvmBundle_init()
301 if (MemTab.Region[i].pBaseAddress == LVM_NULL) { in LvmBundle_init()
311 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmBundle_init()
322 if (MemTab.Region[i].pBaseAddress == LVM_NULL) { in LvmBundle_init()
331 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmBundle_init()
[all …]
/frameworks/av/media/libeffects/lvm/wrapper/Reverb/
DEffectReverb.cpp494 if (MemTab.Region[i].pBaseAddress != NULL){ in Reverb_free()
495 free(MemTab.Region[i].pBaseAddress); in Reverb_free()
499 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in Reverb_free()
694 MemTab.Region[i].pBaseAddress = malloc(MemTab.Region[i].Size); in Reverb_init()
696 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in Reverb_init()
703 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in Reverb_init()
713 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in Reverb_init()
719 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in Reverb_init()
720 free(MemTab.Region[i].pBaseAddress); in Reverb_init()
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
DLVPSA.h88 …void *pBaseAddress; /* Pointer to the region base address … member
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h172 void *pBaseAddress; /* Pointer to the region base address */ member
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h174 void *pBaseAddress; /* Pointer to the region base address */ member
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
DLVDBE.h222 void *pBaseAddress; /* Pointer to the region base address */ member
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h229 void *pBaseAddress; /* Pointer to the region base address */ member
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
DEffectBundle.cpp567 MemTab.Region[i].pBaseAddress = malloc(MemTab.Region[i].Size); in LvmBundle_init()
569 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in LvmBundle_init()
576 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmBundle_init()
586 if (MemTab.Region[i].pBaseAddress == LVM_NULL){ in LvmBundle_init()
592 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmBundle_init()
593 free(MemTab.Region[i].pBaseAddress); in LvmBundle_init()
1058 if (MemTab.Region[i].pBaseAddress != NULL){ in LvmEffect_free()
1059 free(MemTab.Region[i].pBaseAddress); in LvmEffect_free()
1063 MemTab.Region[i].Size, i, MemTab.Region[i].pBaseAddress); in LvmEffect_free()