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.cpp101 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress; in InstAlloc_InitAll()
158 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]); in InstAlloc_AddMemberAll()
160 …pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&pms[LVM_TEMPOR… in InstAlloc_AddMemberAll()
161 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in InstAlloc_AddMemberAll()
162 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in InstAlloc_AddMemberAll()
174 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.cpp222 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary); in LVREV_GetMemoryTable()
223 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in LVREV_GetMemoryTable()
224 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL; in LVREV_GetMemoryTable()
DLVREV_GetInstanceHandle.cpp104 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress); in LVREV_GetInstanceHandle()
122 (LVM_FLOAT *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress, in LVREV_GetInstanceHandle()
123 (LVM_INT16)((pMemoryTable->Region[LVM_TEMPORARY_FAST].Size) / \ in LVREV_GetInstanceHandle()
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp426 InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST], in LVM_GetMemoryTable()
429 if (PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size > AlgScratchSize) in LVM_GetMemoryTable()
431 AlgScratchSize = PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size; in LVM_GetMemoryTable()
462 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST; in LVM_GetMemoryTable()
946 pInstance->pPSAInput = (LVM_FLOAT *)InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST], in LVM_GetInstanceHandle()
949 …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.h163 LVM_TEMPORARY_FAST = LVM_MEMREGION_TEMPORARY_FAST, enumerator