Home
last modified time | relevance | path

Searched refs:GetSurfaceInfo (Results 1 – 25 of 33) sorted by relevance

12

/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/cm/hal/
H A Dcm_surface_manager.cpp118 result = GetSurfaceInfo(mosResource, width, height, pitch, format); in CreateSurface2DFromMosResource()
297 int32_t CmSurfaceManager::GetSurfaceInfo( MOS_RESOURCE * mosResource, uint32_t &width, uint32_t &he… in GetSurfaceInfo() function in CMRT_UMD::CmSurfaceManager
324 int result = GetSurfaceInfo(mosResource, width, height, pitch, format); in UpdateSurface2D()
H A Dcm_surface_manager.h70 …int32_t GetSurfaceInfo( MOS_RESOURCE *mosResource, uint32_t &width, uint32_t &height, uint32_t &pi…
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/cm/hal/
H A Dcm_surface_manager.cpp118 result = GetSurfaceInfo(mosResource, width, height, pitch, format); in CreateSurface2DFromMosResource()
297 int32_t CmSurfaceManager::GetSurfaceInfo( MOS_RESOURCE * mosResource, uint32_t &width, uint32_t &he… in GetSurfaceInfo() function in CMRT_UMD::CmSurfaceManager
324 int result = GetSurfaceInfo(mosResource, width, height, pitch, format); in UpdateSurface2D()
H A Dcm_surface_manager.h70 …int32_t GetSurfaceInfo( MOS_RESOURCE *mosResource, uint32_t &width, uint32_t &height, uint32_t &pi…
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/bufferMgr/
H A Dvp_allocator.h290 MOS_STATUS GetSurfaceInfo(VPHAL_SURFACE *surface, VPHAL_GET_SURFACE_INFO &info);
292 MOS_STATUS GetSurfaceInfo(VP_SURFACE* surface, VPHAL_GET_SURFACE_INFO& info);
H A Dvp_allocator.cpp258 if (MOS_FAILED(m_allocator->GetSurfaceInfo(&osSurface.OsResource, &osSurface))) in AllocateVpSurface()
522 MOS_STATUS VpAllocator::GetSurfaceInfo(VPHAL_SURFACE *surface, VPHAL_GET_SURFACE_INFO &info) in GetSurfaceInfo() function in VpAllocator
540 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo(&surface->OsResource, &resDetails)); in GetSurfaceInfo()
613 MOS_STATUS VpAllocator::GetSurfaceInfo(VP_SURFACE* surface, VPHAL_GET_SURFACE_INFO& info) in GetSurfaceInfo() function in VpAllocator
636 …VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo(&surface->osSurface->OsResource, &resDetai… in GetSurfaceInfo()
881 VP_PUBLIC_CHK_STATUS_RETURN(GetSurfaceInfo(surface, info)); in ReAllocateSurface()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/dec/shared/features/
H A Ddecode_downsampling_feature.cpp119 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&m_outputSurface)); in Update()
131 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(m_inputSurface)); in Update()
H A Ddecode_basic_feature.cpp121 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&m_destSurface)); in Update()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/
H A Ddecode_pipeline.cpp398 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in DumpOutput()
419 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&sfcDstSurface)); in DumpOutput()
460 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpOutput()
595 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&sfcDstSurface)); in ReportSfcLinearSurfaceUsage()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/codec/hal/dec/shared/bufferMgr/
H A Ddecode_allocator.cpp150 if (GetSurfaceInfo(surface) != MOS_STATUS_SUCCESS) in AllocateSurface()
188 if (GetSurfaceInfo(surface) != MOS_STATUS_SUCCESS) in AllocateLinearSurface()
591 MOS_STATUS DecodeAllocator::GetSurfaceInfo(PMOS_SURFACE surface) in GetSurfaceInfo() function in decode::DecodeAllocator
600 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&surface->OsResource, surface)); in GetSurfaceInfo()
H A Ddecode_allocator.h493 MOS_STATUS GetSurfaceInfo(PMOS_SURFACE surface);
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/vp/hal/pipeline/
H A Dvp_pipeline.cpp306 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo( in PrepareVpPipelineParams()
312 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo( in PrepareVpPipelineParams()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/shared/bufferMgr/
H A Dmedia_allocator.h193 MOS_STATUS GetSurfaceInfo(PMOS_RESOURCE osResource, PMOS_SURFACE resDetails);
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/shared/bufferMgr/
H A Dmedia_allocator.h195 MOS_STATUS GetSurfaceInfo(PMOS_RESOURCE osResource, PMOS_SURFACE resDetails);
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/agnostic/common/vp/hal/bufferMgr/
H A Dvp_allocator.cpp178 if (MOS_FAILED(m_allocator->GetSurfaceInfo(&osSurface.OsResource, &osSurface))) in AllocateVpSurface()
401 MOS_STATUS VpAllocator::GetSurfaceInfo(VPHAL_SURFACE *surface, VPHAL_GET_SURFACE_INFO &info) in GetSurfaceInfo() function in VpAllocator
418 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo(&surface->OsResource, &resDetails)); in GetSurfaceInfo()
603 VP_PUBLIC_CHK_STATUS_RETURN(GetSurfaceInfo(surface, info)); in ReAllocateSurface()
H A Dvp_allocator.h256 MOS_STATUS GetSurfaceInfo(VPHAL_SURFACE *surface, VPHAL_GET_SURFACE_INFO &info);
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/agnostic/common/vp/hal/pipeline/
H A Dvp_pipeline.cpp758 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo( in PrepareVpPipelineParams()
764 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo( in PrepareVpPipelineParams()
774 VP_PUBLIC_CHK_STATUS_RETURN(m_allocator->GetSurfaceInfo( in PrepareVpPipelineParams()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/vp9/packet/
H A Ddecode_vp9_picture_packet_xe_m_base.cpp698 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpRefResources()
769 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpRefResources()
840 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpRefResources()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/avc/packet/
H A Ddecode_avc_picture_xe_m_base_packet.cpp560 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&destSurface)); in DumpResources()
595 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpReferences()
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dcm_surface_manager.h142 INT GetSurfaceInfo(CmOsResource * pCmOsResource, UINT & width,
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_basic_feature_g12.cpp583 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(procParams->m_outputSurface)); in SetPictureStructs()
605 … DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(m_filmGrainProcParams->m_inputSurface)); in SetPictureStructs()
634 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(m_filmGrainProcParams->m_outputSurface)); in SetPictureStructs()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/av1/packet/
H A Ddecode_av1_picture_packet_g12_base.cpp1054 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&refSurface[i])); in SetAvpRefSurfaceParams()
1077 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(m_intrabcDecodedOutputFrameBuffer)); in SetAvpIntraBCSurfaceParams()
1645 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&destSurface)); in DumpResources()
1709 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpReferences()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/packet/
H A Ddecode_hevc_picture_packet_xe_m_base.cpp521 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&refSurface)); in SetHcpPipeBufAddrParams()
602 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&dstSurface)); in TraceDataDumpReferences()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_surface_manager_base.h195 virtual int32_t GetSurfaceInfo( PMOS_RESOURCE pResource, uint32_t &width,
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/pipeline/
H A Ddecode_av1_pipeline_g12.cpp360 DECODE_CHK_STATUS(m_allocator->GetSurfaceInfo(&fgOutputSurface)); in DumpOutput()

12