/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/bufferMgr/ |
H A D | decode_allocator.cpp | 75 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 D | media_context.cpp | 586 … 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 D | codechal_oca_debug.cpp | 88 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 D | decode_vp9_pipeline_m12.cpp | 211 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 D | mos_os_virtualengine_singlepipe_next.cpp | 52 case COMPONENT_Decode: in PopulateDbgOvrdParams()
|
H A D | mos_os_virtualengine_scalability_next.cpp | 47 case COMPONENT_Decode: in PopulateDbgOvrdParams()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/os/ |
H A D | mos_os_virtualengine_singlepipe.cpp | 67 case COMPONENT_Decode: in Mos_VirtualEngine_SinglePipe_PopulateDbgOvrdParams()
|
H A D | mos_os_virtualengine_scalability.cpp | 51 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 D | decode_hevc_pipeline_m12.cpp | 126 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 D | mos_defs.h | 508 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 D | decode_jpeg_pipeline_m12.cpp | 244 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 D | decode_mpeg2_pipeline_m12.cpp | 254 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 D | decode_av1_pipeline_g12.cpp | 113 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 D | decode_avc_pipeline_m12.cpp | 274 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 D | media_interfaces_next.cpp | 271 … 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 D | media_interfaces.cpp | 278 … 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 D | codechal_vdenc_avc_xe_hpm.cpp | 1127 …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 D | mos_interface.cpp | 3239 case COMPONENT_Decode: in SetPerfTag()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/utils/ |
H A D | vp_dumper.cpp | 3563 case COMPONENT_Decode: return _T("COMPONENT_Decode"); in GetComponentStr()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/vp/hal/ |
H A D | vphal_debug.c | 4191 case COMPONENT_Decode: return _T("COMPONENT_Decode"); in GetComponentStr()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/renderhal/ |
H A D | renderhal.cpp | 5337 pRenderHal->pOsInterface->osStreamState->component != COMPONENT_Decode))) in RenderHal_Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_encoder_base.cpp | 43 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 D | mos_os_specific.c | 4934 case COMPONENT_Decode: in Mos_Specific_SetPerfTag()
|