Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
DLVCS_Init.cpp79 …pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].Size = (LVM_UINT32)sizeof(LVCS_I… in LVCS_Memory()
80 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].Type = LVCS_PERSISTENT; in LVCS_Memory()
81 pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = LVM_NULL; in LVCS_Memory()
162 …*phInstance = (LVCS_Handle_t)pMemoryTable->Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddres… in LVCS_Init()
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
DLVCS.h75 #define LVCS_MEMREGION_PERSISTENT_SLOW_DATA 0 /* Offset to the instance memory region */ macro
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
DLVM_Init.cpp741 … CS_MemTab.Region[LVCS_MEMREGION_PERSISTENT_SLOW_DATA].pBaseAddress = &pInstance->CS_Instance; in LVM_GetInstanceHandle()