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

  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Init.c 100 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Size = ScratchSize;
101 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Alignment = LVDBE_SCRATCH_ALIGN;
102 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].Type = LVDBE_SCRATCH;
103 pMemoryTable->Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = LVM_NULL;
LVDBE_Private.h 60 #define LVDBE_MEMREGION_SCRATCH 3 /* Offset to data scratch memory region */
LVDBE_Process.c 83 LVM_INT32 *pScratch = (LVM_INT32 *)pInstance->MemoryTable.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress;
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Init.c 728 DBE_MemTab.Region[LVDBE_MEMREGION_SCRATCH].pBaseAddress = (void *)InstAlloc_AddMember(&AllocMem[LVM_MEMREGION_TEMPORARY_FAST],
    [all...]

Completed in 154 milliseconds