Searched refs:AllocMem (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.cpp | 66 INST_ALLOC AllocMem; in LVEQNB_Memory() local 82 InstAlloc_Init(&AllocMem, in LVEQNB_Memory() 84 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory() 86 … pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&AllocMem); in LVEQNB_Memory() 94 InstAlloc_Init(&AllocMem, in LVEQNB_Memory() 96 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory() 98 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory() 101 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 104 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 107 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.cpp | 139 INST_ALLOC AllocMem[LVM_NR_MEMORY_REGIONS]; in LVM_GetMemoryTable() local 207 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable() 225 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable() 237 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch buffer */ in LVM_GetMemoryTable() 239 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable() 246 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() 248 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable() 254 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* Local storage */ in LVM_GetMemoryTable() 256 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* User storage */ in LVM_GetMemoryTable() 281 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() [all …]
|