Home
last modified time | relevance | path

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

/external/intel-media-driver/media_softlet/agnostic/common/shared/
Doca_rtlog_section_mgr.cpp50 static uint8_t *heapAddr = InitSectionMgrAndGetAddress(); in GetMemAddress() local
52 return heapAddr; in GetMemAddress()
91 …uint8_t *heapAddr = (uint8_t *)((linearAddress + MOS_PAGE_SIZE - 1) & ADDRESS_PAGE_ALIGNMENT_… in InitSectionMgrAndGetAddress() local
98 s_rtLogSectionMgr[i].Init(heapAddr, MAX_OCA_RT_SIZE, initeSize, offset); in InitSectionMgrAndGetAddress()
107 return heapAddr; in InitSectionMgrAndGetAddress()