Home
last modified time | relevance | path

Searched refs:LVM_TEMPORARY_FAST (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
DInstAlloc.c107 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress; in InstAlloc_InitAll()
166 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAll()
168 …pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&pms[LVM_TEMPOR… in InstAlloc_AddMemberAll()
169 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in InstAlloc_AddMemberAll()
170 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
183 ptr[3] = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAllRet()
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_GetMemoryTable.c225 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary); in LVREV_GetMemoryTable()
226 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in LVREV_GetMemoryTable()
227 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.c106 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle()
114 …LVM_INT16 *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress, (LVM_INT16)((pMemoryTable->Regi… in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c352 InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST], in LVM_GetMemoryTable()
355 if (PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size > AlgScratchSize) in LVM_GetMemoryTable()
357 AlgScratchSize = PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size; in LVM_GetMemoryTable()
388 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in LVM_GetMemoryTable()
871 pInstance->pPSAInput = InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST], in LVM_GetInstanceHandle()
874 …PSA_MemTab.Region[LVM_TEMPORARY_FAST].pBaseAddress = (void *)InstAlloc_AddMember(&AllocMem[L… in LVM_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
DLVM_Types.h147 LVM_TEMPORARY_FAST = LVM_MEMREGION_TEMPORARY_FAST, enumerator