Searched refs:AllocMem (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
D | LVEQNB_Init.c | 67 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() 100 InstAlloc_AddMember(&AllocMem, /* Low pass filter */ in LVEQNB_Memory() 102 InstAlloc_AddMember(&AllocMem, /* High pass filter */ in LVEQNB_Memory() 104 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 106 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() 108 InstAlloc_AddMember(&AllocMem, in LVEQNB_Memory() [all …]
|
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
D | LVM_Init.c | 73 INST_ALLOC AllocMem[LVM_NR_MEMORY_REGIONS]; in LVM_GetMemoryTable() local 143 InstAlloc_Init(&AllocMem[i], LVM_NULL); in LVM_GetMemoryTable() 161 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable() 172 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST], /* Scratch buffer */ in LVM_GetMemoryTable() 174 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_SLOW_DATA], in LVM_GetMemoryTable() 181 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() 183 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_COEF], in LVM_GetMemoryTable() 189 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* Local storage */ in LVM_GetMemoryTable() 191 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], /* User storage */ in LVM_GetMemoryTable() 216 InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_PERSISTENT_FAST_DATA], in LVM_GetMemoryTable() [all …]
|