Home
last modified time | relevance | path

Searched refs:AllocMem (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.c67 INST_ALLOC AllocMem; in LVEQNB_Memory() local
85 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
87 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory()
89 … pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&AllocMem); in LVEQNB_Memory()
98 InstAlloc_Init(&AllocMem, in LVEQNB_Memory()
101 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory()
103 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory()
106 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
109 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
112 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory()
[all …]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c139 INST_ALLOC AllocMem[LVM_NR_MEMORY_REGIONS]; in LVM_GetMemoryTable() local
209 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable()
227 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable()
244 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch buffer */ in LVM_GetMemoryTable()
246 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable()
253 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable()
255 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable()
261 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* Local storage */ in LVM_GetMemoryTable()
263 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* User storage */ in LVM_GetMemoryTable()
288 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable()
[all …]