Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/bufferMgr/
H A Ddecode_allocator.cpp75 MOS_BUFFER* buffer = m_allocator->AllocateBuffer(allocParams, false, COMPONENT_Decode); in AllocateBuffer()
151 MOS_SURFACE* surface = m_allocator->AllocateSurface(allocParams, false, COMPONENT_Decode); in AllocateSurface()
189 MOS_SURFACE *surface = m_allocator->AllocateSurface(allocParams, false, COMPONENT_Decode); in AllocateLinearSurface()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/mediacontext/
H A Dmedia_context.cpp586 … MOS_GPU_NODE node = m_osInterface->pfnGetLatestVirtualNode(m_osInterface, COMPONENT_Decode); in FindGpuNodeToUse()
754 …MOS_GPU_NODE decoderNode = m_osInterface->pfnGetLatestVirtualNode(m_osInterface, COMPONENT_Decode); in ReassignContextForDecoder()
807 …MOS_GPU_NODE decoderNode = m_osInterface->pfnGetLatestVirtualNode(m_osInterface, COMPONENT_Decode); in ReassignContextForDecoder()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
H A Dcodechal_oca_debug.cpp88 m_pOcaDecodeParam->Component = COMPONENT_Decode; in SetAvcDecodeParam()
153 m_pOcaDecodeParam->Component = COMPONENT_Decode; in SetHevcDecodeParam()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/vp9/pipeline/
H A Ddecode_vp9_pipeline_m12.cpp211 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, true); in InitContexOption()
291 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, false); in Destroy()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/os/
H A Dmos_os_virtualengine_singlepipe_next.cpp52 case COMPONENT_Decode: in PopulateDbgOvrdParams()
H A Dmos_os_virtualengine_scalability_next.cpp47 case COMPONENT_Decode: in PopulateDbgOvrdParams()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/os/
H A Dmos_os_virtualengine_singlepipe.cpp67 case COMPONENT_Decode: in Mos_VirtualEngine_SinglePipe_PopulateDbgOvrdParams()
H A Dmos_os_virtualengine_scalability.cpp51 case COMPONENT_Decode: in Mos_VirtualEngine_Scalability_PopulateDbgOvrdParams()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline_m12.cpp126 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, true); in InitContexOption()
446 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, false); in Destroy()
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/os/
H A Dmos_defs.h508 COMPONENT_Decode, enumerator
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/jpeg/pipeline/
H A Ddecode_jpeg_pipeline_m12.cpp244 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, false); in InitContext()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/mpeg2/pipeline/
H A Ddecode_mpeg2_pipeline_m12.cpp254 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, false); in InitContext()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/pipeline/
H A Ddecode_av1_pipeline_g12.cpp113 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, false); in InitContext()
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_M_base/codec/hal/dec/avc/pipeline/
H A Ddecode_avc_pipeline_m12.cpp274 m_osInterface->pfnSetMultiEngineEnabled(m_osInterface, COMPONENT_Decode, false); in InitContext()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/media_interfaces/
H A Dmedia_interfaces_next.cpp271 … MOS_COMPONENT component = CodecHalIsDecode(CodecFunction) ? COMPONENT_Decode : COMPONENT_Encode; in CreateFactory()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/media_interfaces/
H A Dmedia_interfaces.cpp278 … MOS_COMPONENT component = CodecHalIsDecode(CodecFunction) ? COMPONENT_Decode : COMPONENT_Encode; in CreateFactory()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/Xe_M/Xe_HPM/codec/hal/
H A Dcodechal_vdenc_avc_xe_hpm.cpp1127 …MOS_GPU_NODE decoderNode = m_osInterface->pfnGetLatestVirtualNode(m_osInterface, COMPONENT_Decode); in SwitchContext()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/os/
H A Dmos_interface.cpp3239 case COMPONENT_Decode: in SetPerfTag()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/
H A Dvp_dumper.cpp3563 case COMPONENT_Decode: return _T("COMPONENT_Decode"); in GetComponentStr()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/
H A Dvphal_debug.c4191 case COMPONENT_Decode: return _T("COMPONENT_Decode"); in GetComponentStr()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/renderhal/
H A Drenderhal.cpp5337 pRenderHal->pOsInterface->osStreamState->component != COMPONENT_Decode))) in RenderHal_Initialize()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_encoder_base.cpp43 MOS_GPU_NODE node = m_osInterface->pfnGetLatestVirtualNode(m_osInterface, COMPONENT_Decode); in PrepareNodes()
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/os/
H A Dmos_os_specific.c4934 case COMPONENT_Decode: in Mos_Specific_SetPerfTag()