Home
last modified time | relevance | path

Searched refs:LVDBE_MEMREGION_INSTANCE (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Bass/src/
DLVDBE_Init.cpp74 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Size = sizeof(LVDBE_Instance_t); in LVDBE_Memory()
75 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Alignment = LVDBE_INSTANCE_ALIGN; in LVDBE_Memory()
76 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].Type = LVDBE_PERSISTENT; in LVDBE_Memory()
77 pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVDBE_Memory()
163 *phInstance = (LVDBE_Handle_t)pMemoryTable->Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress; in LVDBE_Init()
DLVDBE_Private.h51 #define LVDBE_MEMREGION_INSTANCE 0 /* Offset to the instance memory region */ macro
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp799 DBE_MemTab.Region[LVDBE_MEMREGION_INSTANCE].pBaseAddress = &pInstance->DBE_Instance; in LVM_GetInstanceHandle()