Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/
H A Dmhw_vdbox_hcp_g11_X.cpp277 m_hevcDatRowStoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
348 if (m_hevcDatRowStoreCache.bSupported) in GetRowstoreCachingAddrs()
350 m_hevcDatRowStoreCache.bEnabled = true; in GetRowstoreCachingAddrs()
351 m_hevcDatRowStoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
368 if (m_hevcDatRowStoreCache.bSupported) in GetRowstoreCachingAddrs()
370 m_hevcDatRowStoreCache.bEnabled = true; in GetRowstoreCachingAddrs()
371 m_hevcDatRowStoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
391 if (m_hevcDatRowStoreCache.bSupported) in GetRowstoreCachingAddrs()
393 m_hevcDatRowStoreCache.bEnabled = false; in GetRowstoreCachingAddrs()
394 m_hevcDatRowStoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/
H A Dmhw_vdbox_hcp_g9_X.h190 this->m_hevcDatRowStoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
223 …if (this->m_hevcDatRowStoreCache.bSupported && (rowstoreParams->Mode == CODECHAL_DECODE_MODE_HEVCV… in GetRowstoreCachingAddrs()
225 this->m_hevcDatRowStoreCache.bEnabled = true; in GetRowstoreCachingAddrs()
228 this->m_hevcDatRowStoreCache.dwAddress = HEVCDATROWSTORE_BASEADDRESS; in GetRowstoreCachingAddrs()
232 this->m_hevcDatRowStoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
233 this->m_hevcDatRowStoreCache.bEnabled = false; in GetRowstoreCachingAddrs()
711 if (this->m_hevcDatRowStoreCache.bEnabled || in AddHcpPipeBufAddrCmd()
847 if (this->m_hevcDatRowStoreCache.bEnabled) in AddHcpPipeBufAddrCmd()
850 … cmd.MetadataLineBuffer.DW0_1.Graphicsaddress476 = this->m_hevcDatRowStoreCache.dwAddress; in AddHcpPipeBufAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_hcp_itf.h189 return m_hevcDatRowStoreCache.enabled ? true : false; in IsHevcDatRowstoreCacheEnabled()
338 RowStoreCache m_hevcDatRowStoreCache = {};
H A Dmhw_vdbox_hcp_impl.h463 m_hevcDatRowStoreCache.enabled = false; in SetRowstoreCachingOffsets()
464 m_hevcDatRowStoreCache.dwAddress = 0; in SetRowstoreCachingOffsets()
492 if (m_hevcDatRowStoreCache.supported) in SetRowstoreCachingOffsets()
494 m_hevcDatRowStoreCache.enabled = RowStoreCacheEnableHEVC[index][0]; in SetRowstoreCachingOffsets()
495 m_hevcDatRowStoreCache.dwAddress = RowStoreCacheAddrHEVC[index][0]; in SetRowstoreCachingOffsets()
661 m_hevcDatRowStoreCache.supported = true; in InitRowstoreUserFeatureSettings()
669 m_hevcDatRowStoreCache.supported = !(outValue.Get<bool>()); in InitRowstoreUserFeatureSettings()
770 vdbox::RowStoreCache m_hevcDatRowStoreCache = {}; variable
793 if (m_hevcDatRowStoreCache.enabled || in ~Impl()
1543 if (m_hevcDatRowStoreCache.enabled) in _MHW_SETCMD_OVERRIDE_DECL()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/hw/vdbox/
H A Dmhw_vdbox_hcp_interface.h375 MHW_VDBOX_ROWSTORE_CACHE m_hevcDatRowStoreCache = {}; variable
564 return m_hevcDatRowStoreCache.bEnabled ? true : false; in IsHevcDatRowstoreCacheEnabled()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/
H A Dmhw_vdbox_hcp_g12_X.cpp342 if (m_hevcDatRowStoreCache.bEnabled || in ~MhwVdboxHcpInterfaceG12()
420 m_hevcDatRowStoreCache.bSupported = userFeatureData.i32Data ? false : true; in InitRowstoreUserFeatureSettings()
497 m_hevcDatRowStoreCache.bEnabled = false; in GetRowstoreCachingAddrs()
498 m_hevcDatRowStoreCache.dwAddress = 0; in GetRowstoreCachingAddrs()
527 if (m_hevcDatRowStoreCache.bSupported) in GetRowstoreCachingAddrs()
529 m_hevcDatRowStoreCache.bEnabled = RowStoreCacheEnableHEVC[index][0]; in GetRowstoreCachingAddrs()
530 m_hevcDatRowStoreCache.dwAddress = RowStoreCacheAddrHEVC[index][0]; in GetRowstoreCachingAddrs()
1841 if (m_hevcDatRowStoreCache.bEnabled) in AddHcpPipeBufAddrCmd()
1844 cmd.MetadataLineBuffer.DW0_1.Graphicsaddress476 = m_hevcDatRowStoreCache.dwAddress; in AddHcpPipeBufAddrCmd()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9_kbl/hw/vdbox/
H A Dmhw_vdbox_hcp_g9_kbl.cpp361 if (m_hevcDatRowStoreCache.bEnabled || in AddHcpPipeBufAddrCmd()
508 if (m_hevcDatRowStoreCache.bEnabled) in AddHcpPipeBufAddrCmd()
511 cmd.MetadataLineBuffer.DW0_1.Graphicsaddress476 = m_hevcDatRowStoreCache.dwAddress; in AddHcpPipeBufAddrCmd()