Home
last modified time | relevance | path

Searched refs:CodecDebugConfigMgr (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/
H A Dcodechal_debug_config_manager.cpp31 CodecDebugConfigMgr::CodecDebugConfigMgr( in CodecDebugConfigMgr() function in CodecDebugConfigMgr
42 void CodecDebugConfigMgr::GetFunctionType() in GetFunctionType()
70 std::string CodecDebugConfigMgr::InitFileName(MediaDbgFunction mediaFunction) in InitFileName()
75 MediaUserSettingSharedPtr CodecDebugConfigMgr::GetUserSettingInstance() in GetUserSettingInstance()
80 CodecDebugConfigMgr::~CodecDebugConfigMgr() in ~CodecDebugConfigMgr()
84 uint32_t CodecDebugConfigMgr::GetDumpFrameNum() in GetDumpFrameNum()
89 std::string CodecDebugConfigMgr::GetMediaStateStr(CODECHAL_MEDIA_STATE_TYPE mediaState) in GetMediaStateStr()
101 bool CodecDebugConfigMgr::AttrIsEnabled( in AttrIsEnabled()
132 bool CodecDebugConfigMgr::AttrIsEnabled(std::string attrName) in AttrIsEnabled()
H A Dcodechal_debug_config_manager.h34 class CodecDebugConfigMgr : public MediaDebugConfigMgr
37 CodecDebugConfigMgr(
41 virtual ~CodecDebugConfigMgr();
57 MEDIA_CLASS_DEFINE_END(CodecDebugConfigMgr)
H A Dcodechal_debug.cpp2280 …attrEnabled = static_cast<CodecDebugConfigMgr *>(m_configMgr)->AttrIsEnabled(mediaState, attrName); in CodechalDebugInterface()
2309 …std::string kernelName = static_cast<CodecDebugConfigMgr *>(m_configMgr)->GetMediaStateStr(mediaSt… in CodechalDebugInterface()
2414 …attrEnabled = static_cast<CodecDebugConfigMgr *>(m_configMgr)->AttrIsEnabled(mediaState, attrName); in CodechalDebugInterface()
2441 …std::string kernelName = static_cast<CodecDebugConfigMgr *>(m_configMgr)->GetMediaStateStr(mediaSt… in CodechalDebugInterface()
2870 m_configMgr = MOS_New(CodecDebugConfigMgr, this, m_codecFunction, m_outputFilePath); in Initialize()
3428 return static_cast<CodecDebugConfigMgr*>(m_configMgr)->AttrIsEnabled(mediaState, attr); in DumpIsEnabled()
3700 …attrEnabled = static_cast<CodecDebugConfigMgr*>(m_configMgr)->AttrIsEnabled(mediaState, MediaDbgAt… in DumpCmdBuffer()
3710 …std::string funcName = cmdName ? cmdName : static_cast<CodecDebugConfigMgr*>(m_configMgr)->GetMedi… in DumpCmdBuffer()
3753 …attrEnabled = static_cast<CodecDebugConfigMgr*>(m_configMgr)->AttrIsEnabled(mediaState, MediaDbgAt… in Dump2ndLvlBatch()
3761 …std::string funcName = batchName ? batchName : static_cast<CodecDebugConfigMgr*>(m_configMgr)->Get… in Dump2ndLvlBatch()
[all …]
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_debug_misc.cpp62 m_configMgr = MOS_New(CodecDebugConfigMgr, this, m_codecFunction, m_outputFilePath); in Initialize()