HomeSort by relevance Sort by last modified time
    Searched refs:LVM_TEMPORARY_FAST (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 107 StartAddr = (uintptr_t)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress;
166 NewMemberAddress = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]);
168 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&pms[LVM_TEMPORARY_FAST]);
169 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST;
170 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL;
183 ptr[3] = InstAlloc_AddMember(&pms[LVM_TEMPORARY_FAST], Size[LVM_TEMPORARY_FAST]);
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c 262 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary);
263 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST;
264 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL;
LVREV_GetInstanceHandle.c 106 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress);
125 (LVM_FLOAT *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress,
126 (LVM_INT16)((pMemoryTable->Region[LVM_TEMPORARY_FAST].Size) / \
132 LoadConst_16(0, (LVM_INT16 *)pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress, (LVM_INT16)((pMemoryTable->Region[LVM_TEMPORARY_FAST].Size)/sizeof(LVM_INT16)));
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
LVM_Types.h 156 LVM_TEMPORARY_FAST = LVM_MEMREGION_TEMPORARY_FAST,
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 360 InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST],
363 if (PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size > AlgScratchSize)
365 AlgScratchSize = PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size;
396 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST;
    [all...]

Completed in 64 milliseconds