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

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c 107 StartAddr = (LVM_UINT32)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/libvideoeditor/vss/common/inc/
LVM_Types.h 142 LVM_TEMPORARY_FAST = LVM_MEMREGION_TEMPORARY_FAST,
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_GetMemoryTable.c 225 pMemoryTable->Region[LVM_TEMPORARY_FAST].Size = InstAlloc_GetTotal(&Temporary);
226 pMemoryTable->Region[LVM_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST;
227 pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress = LVM_NULL;
LVREV_GetInstanceHandle.c 106 InstAlloc_Init(&Temporary, pMemoryTable->Region[LVM_TEMPORARY_FAST].pBaseAddress);
114 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 146 LVM_TEMPORARY_FAST = LVM_MEMREGION_TEMPORARY_FAST,
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 352 InstAlloc_AddMember(&AllocMem[LVM_TEMPORARY_FAST],
355 if (PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size > AlgScratchSize)
357 AlgScratchSize = PSA_MemTab.Region[LVM_TEMPORARY_FAST].Size;
388 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST;
    [all...]

Completed in 892 milliseconds