/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/ |
H A D | codechal_common.h | 33 class CodechalDebugInterface; variable 226 CodechalDebugInterface *debugInterface); 357 CodechalDebugInterface *GetDebugInterface() { return m_debugInterface; } in GetDebugInterface() 378 CodechalDebugInterface *m_debugInterface = nullptr; 382 CodechalDebugInterface *m_statusReportDebugInterface = nullptr;
|
H A D | codechal_debug.cpp | 1876 CodechalDebugInterface::CodechalDebugInterface() in CodechalDebugInterface() function in CodechalDebugInterface 2462 CodechalDebugInterface::~CodechalDebugInterface() in ~CodechalDebugInterface() 2472 CodechalDebugInterface* CodechalDebugInterface::Create() in Create() 2474 return MOS_New(CodechalDebugInterface); in Create() 2477 void CodechalDebugInterface::CheckGoldenReferenceExist() in CheckGoldenReferenceExist() 2483 MOS_STATUS CodechalDebugInterface::DumpRgbDataOnYUVSurface( in DumpRgbDataOnYUVSurface() 2805 MOS_STATUS CodechalDebugInterface::DumpBltOutput( in DumpBltOutput() 2821 MOS_STATUS CodechalDebugInterface::InitializeUserSetting() in InitializeUserSetting() 2850 MOS_STATUS CodechalDebugInterface::Initialize( in Initialize() 2926 MOS_STATUS CodechalDebugInterface::DumpHucDmem( in DumpHucDmem() [all …]
|
H A D | codechal_debug.h | 174 class CodechalDebugInterface : public MediaDebugInterface 177 CodechalDebugInterface(); 178 virtual ~CodechalDebugInterface(); 180 static CodechalDebugInterface* Create(); 377 MEDIA_CLASS_DEFINE_END(CodechalDebugInterface)
|
H A D | codechal_debug_config_manager.h | 38 CodechalDebugInterface *debugInterface, 54 CodechalDebugInterface *m_debugInterface = nullptr;
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_debug_misc.cpp | 41 MOS_STATUS CodechalDebugInterface::Initialize( in Initialize() 120 MOS_STATUS CodechalDebugInterface::DetectCorruptionSw(std::vector<MOS_RESOURCE> &vResource, PMOS_RE… in DetectCorruptionSw() 157 MOS_STATUS CodechalDebugInterface::DetectCorruptionHw(void *hwInterface, PMOS_RESOURCE frameCntRes,… in DetectCorruptionHw() 178 MOS_STATUS CodechalDebugInterface::StoreNumFrame(PMHW_MI_INTERFACE pMiInterface, PMOS_RESOURCE pRes… in StoreNumFrame() 190 MOS_STATUS CodechalDebugInterface::DumpEncodeStatusReport(const EncodeStatusReport *report) in DumpEncodeStatusReport()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/pipeline/ |
H A D | encode_pipeline.h | 62 CodechalDebugInterface *debugInterface); 93 CodechalDebugInterface *GetDebugInterface() const { return m_debugInterface; } in GetDebugInterface() 100 …CodechalDebugInterface *GetStatusReportDebugInterface() const { return m_statusReportDebugInterfac… in GetStatusReportDebugInterface() 342 …CodechalDebugInterface *m_statusReportDebugInterface = nullptr; //!< Interface used for debug dum…
|
H A D | encode_pipeline.cpp | 41 CodechalDebugInterface *debugInterface): in EncodePipeline() 85 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 91 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/task/ |
H A D | media_cmd_task.h | 50 …ATUS Submit(bool immediateSubmit, MediaScalability *scalability, CodechalDebugInterface *debugInte… 54 …virtual MOS_STATUS DumpCmdBuffer(PMOS_COMMAND_BUFFER cmdBuffer, CodechalDebugInterface *debugInter… 55 …virtual MOS_STATUS DumpCmdBufferAllPipes(PMOS_COMMAND_BUFFER cmdBuffer, CodechalDebugInterface *de…
|
H A D | media_cmd_task.cpp | 73 …ask::Submit(bool immediateSubmit, MediaScalability *scalability, CodechalDebugInterface *debugInte… in Submit() 157 MOS_STATUS CmdTask::DumpCmdBuffer(PMOS_COMMAND_BUFFER cmdBuffer, CodechalDebugInterface *debugInter… in DumpCmdBuffer() 188 MOS_STATUS CmdTask::DumpCmdBufferAllPipes(PMOS_COMMAND_BUFFER cmdBuffer, CodechalDebugInterface *de… in DumpCmdBufferAllPipes()
|
H A D | media_task.h | 38 class CodechalDebugInterface; variable 72 …ATUS Submit(bool immediateSubmit, MediaScalability *scalability, CodechalDebugInterface *debugInte…
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_interface/media_interfaces_dg2/ |
H A D | media_interfaces_dg2.cpp | 565 CodechalDebugInterface *debugInterface = nullptr; in Initialize() 848 CodechalDebugInterface *debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 863 CodechalDebugInterface *debugInterface = nullptr; in Initialize() 1014 … CodechalDebugInterface *&pDebugInterface, in CreateCodecHalInterface() 1037 pDebugInterface = MOS_New(CodechalDebugInterface); in CreateCodecHalInterface() 1058 CodechalDebugInterface *&pDebugInterface, in CreateCodecHalInterface() 1097 pDebugInterface = MOS_New(CodechalDebugInterface); in CreateCodecHalInterface()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_HPM/codec/hal/enc/hevc/pipeline/ |
H A D | encode_hevc_vdenc_pipeline_xe_hpm.cpp | 45 CodechalDebugInterface *debugInterface) in HevcVdencPipelineXe_Hpm() 116 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 125 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/ |
H A D | decode_pipeline.h | 76 CodechalDebugInterface *debugInterface); 132 CodechalDebugInterface *GetDebugInterface() const { return m_debugInterface; } in GetDebugInterface() 503 CodechalDebugInterface* m_debugInterface = nullptr; //!< Debug Interface
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/jpeg/pipeline/ |
H A D | encode_jpeg_pipeline.cpp | 38 CodechalDebugInterface *debugInterface) in JpegPipeline() 58 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 67 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/Xe_M/Xe_XPM_base/codec/hal/enc/hevc/pipeline/ |
H A D | encode_hevc_vdenc_pipeline_xe_xpm_base.cpp | 37 CodechalDebugInterface *debugInterface) in HevcVdencPipelineXe_Xpm_Base() 195 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 204 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_interface/media_interfaces_pvc/ |
H A D | media_interfaces_pvc.cpp | 437 CodechalDebugInterface *debugInterface = nullptr; in Initialize() 765 … CodechalDebugInterface *&pDebugInterface, in CreateCodecHalInterface() 789 pDebugInterface = MOS_New(CodechalDebugInterface); in CreateCodecHalInterface() 812 CodechalDebugInterface *&pDebugInterface, in CreateCodecHalInterface() 851 pDebugInterface = MOS_New(CodechalDebugInterface); in CreateCodecHalInterface()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/vp9/pipeline/ |
H A D | encode_vp9_vdenc_pipeline_xe_lpm_plus_base.cpp | 44 CodechalDebugInterface *debugInterface) in Vp9VdencPipelineXe_Lpm_Plus_Base() 263 } m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 271 } m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/enc/hevc/pipeline/ |
H A D | encode_hevc_vdenc_pipeline_xe2_lpm_base.cpp | 48 CodechalDebugInterface *debugInterface) in HevcVdencPipelineXe2_Lpm_Base() 284 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 293 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_interface/media_interfaces_m8_bdw/ |
H A D | media_interfaces_g8_bdw.cpp | 152 CodechalDebugInterface *debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 169 CodechalDebugInterface *debugInterface = nullptr; in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_interface/media_interfaces_m9_glk/ |
H A D | media_interfaces_g9_glk.cpp | 120 CodechalDebugInterface *debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 137 CodechalDebugInterface *debugInterface = nullptr; in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_interface/media_interfaces_m11_jsl_ehl/ |
H A D | media_interfaces_g11_jsl_ehl.cpp | 178 CodechalDebugInterface *debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 195 CodechalDebugInterface *debugInterface = nullptr; in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM/codec/hal/enc/avc/pipeline/ |
H A D | encode_avc_vdenc_pipeline_xe2_lpm.cpp | 94 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 103 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/hevc/pipeline/ |
H A D | encode_hevc_vdenc_pipeline_xe_lpm_plus_base.cpp | 48 CodechalDebugInterface *debugInterface) in HevcVdencPipelineXe_Lpm_Plus_Base() 339 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 348 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/shared/pipeline/ |
H A D | media_pipeline.h | 44 class CodechalDebugInterface; variable 260 … CodechalDebugInterface *m_debugInterface = nullptr; //!< Interface used for debug dumps
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/avc/pipeline/ |
H A D | encode_avc_vdenc_pipeline_xe_lpm_plus_base.cpp | 101 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 110 m_statusReportDebugInterface = MOS_New(CodechalDebugInterface); in Initialize()
|