Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/Eq/src/
DLVEQNB_Init.c89 … pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Size = InstAlloc_GetTotal(&AllocMem); in LVEQNB_Memory()
90 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Alignment = LVEQNB_INSTANCE_ALIGN; in LVEQNB_Memory()
91 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].Type = LVEQNB_PERSISTENT; in LVEQNB_Memory()
92 pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = LVM_NULL; in LVEQNB_Memory()
223 InstAlloc_Init(&AllocMem, pMemoryTable->Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress); in LVEQNB_Init()
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
DLVEQNB.h96 #define LVEQNB_MEMREGION_INSTANCE 0 /* Offset to the instance memory region */ macro
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.c780 … EQNB_MemTab.Region[LVEQNB_MEMREGION_INSTANCE].pBaseAddress = &pInstance->EQNB_Instance; in LVM_GetInstanceHandle()