/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/ |
H A D | decode_pipeline.cpp | 166 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 167 DECODE_CHK_NULL(m_debugInterface); in Initialize() 169 … m_debugInterface->Initialize(m_hwInterface, codecSettings->codecFunction, m_mediaCopyWrapper)); in Initialize() 226 CODECHAL_DEBUG_TOOL(MOS_Delete(m_debugInterface);); in Uninitialize() 316 DECODE_CHK_STATUS(task->Submit(true, m_scalability, m_debugInterface)); in ExecuteActivePackets() 372 if (!m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDecodeProcParams)) in DumpDownSamplingParams() 404 const char* filePath = m_debugInterface->CreateFileName( in DumpDownSamplingParams() 428 DECODE_CHK_STATUS(m_debugInterface->DumpBuffer( in DumpBitstream() 464 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDelayForDumpOutput)) in DelayForDumpOutput() 488 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDecodeOutputSurface)) in DumpOutput() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/pipeline/ |
H A D | encode_vp9_pipeline.cpp | 130 m_debugInterface->m_currPic = basicFeature->m_currOriginalPic; in Prepare() 131 …m_debugInterface->m_bufferDumpFrameNum = basicFeature->m_frameNum + 1; // +1 for debug purpose wi… in Prepare() 132 m_debugInterface->m_frameType = basicFeature->m_pictureCodingType; in Prepare() 163 ENCODE_CHK_NULL_RETURN(m_debugInterface); in DumpSegmentParams() 165 if (!m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSegmentParams)) in DumpSegmentParams() 184 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDriverUltDump)) in DumpSegmentParams() 186 if (!m_debugInterface->m_ddiFileName.empty()) in DumpSegmentParams() 188 std::ofstream ofs(m_debugInterface->m_ddiFileName, std::ios::app); in DumpSegmentParams() 190 << " = \"" << m_debugInterface->m_fileName << "\"" << std::endl; in DumpSegmentParams() 195 const char *fileName = m_debugInterface->CreateFileName( in DumpSegmentParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/pipeline/ |
H A D | encode_hevc_pipeline.cpp | 90 m_debugInterface->m_currPic = basicFeature->m_currOriginalPic; in Prepare() 91 m_debugInterface->m_bufferDumpFrameNum = basicFeature->m_frameNum; in Prepare() 92 m_debugInterface->m_frameType = basicFeature->m_pictureCodingType; in Prepare() 151 ENCODE_CHK_NULL_RETURN(m_debugInterface); in DumpSeqParams() 153 if (!m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSeqParams)) in DumpSeqParams() 230 const char *fileName = m_debugInterface->CreateFileName( in DumpSeqParams() 239 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDriverUltDump)) in DumpSeqParams() 241 if (!m_debugInterface->m_ddiFileName.empty()) in DumpSeqParams() 243 std::ofstream ofs(m_debugInterface->m_ddiFileName, std::ios::app); in DumpSeqParams() 245 << " = \"" << m_debugInterface->m_fileName << "\"" << std::endl; in DumpSeqParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/pipeline/ |
H A D | encode_avc_vdenc_pipeline.cpp | 125 m_debugInterface->m_currPic = basicFeature->m_currOriginalPic; in Prepare() 126 m_debugInterface->m_bufferDumpFrameNum = basicFeature->m_frameNum + 1; in Prepare() 127 m_debugInterface->m_frameType = basicFeature->m_pictureCodingType; in Prepare() 343 ENCODE_CHK_NULL_RETURN(m_debugInterface); in DumpSeqParams() 345 if (!m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSeqParams)) in DumpSeqParams() 464 const char *fileName = m_debugInterface->CreateFileName( in DumpSeqParams() 473 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDriverUltDump)) in DumpSeqParams() 475 if (!m_debugInterface->m_ddiFileName.empty()) in DumpSeqParams() 477 std::ofstream ofs(m_debugInterface->m_ddiFileName, std::ios::app); in DumpSeqParams() 479 << " = \"" << m_debugInterface->m_fileName << "\"" << std::endl; in DumpSeqParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decoder.cpp | 241 m_debugInterface = debugInterface; in CodechalDecode() 954 m_debugInterface->PackGoldenReferences({m_debugInterface->GetCrcGoldenReference()}); in ~CodechalDecode() 955 m_debugInterface->DumpGoldenReference(); in ~CodechalDecode() 1062 …auto tempSurfNum = m_debugInterface->m_decodeSurfDumpFrameNum; // to handle BB_END da… in EndFrame() 1063 uint16_t preIndex = m_debugInterface->m_preIndex; in EndFrame() 1068 uint16_t index = (m_debugInterface->m_preIndex + i) % CODECHAL_DECODE_STATUS_NUM; in EndFrame() 1082 …(m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDecodeReferenceSurfaces) || m_debugInterface… in EndFrame() 1088 auto tempFrameNum = m_debugInterface->m_bufferDumpFrameNum; in EndFrame() 1089 auto tempPic = m_debugInterface->m_currPic; in EndFrame() 1090 auto tempFrameType = m_debugInterface->m_frameType; in EndFrame() [all …]
|
H A D | codechal_encode_avc.cpp | 3045 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in BrcInitResetKernel() 3049 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in BrcInitResetKernel() 3052 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in BrcInitResetKernel() 3104 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in BrcInitResetKernel() 3136 CODECHAL_DEBUG_TOOL(CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCmdBuffer( in BrcInitResetKernel() 3482 m_debugInterface->m_osInterface = m_osInterface;) in MbEncKernel() 3666 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in MbEncKernel() 3671 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in MbEncKernel() 3675 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in MbEncKernel() 3738 CODECHAL_DEBUG_TOOL(CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in MbEncKernel() [all …]
|
H A D | codechal_encode_mpeg2.cpp | 2703 m_debugInterface->m_currPic = m_picParams->m_currOriginalPic; in InitializePicture() 2704 m_debugInterface->m_bufferDumpFrameNum = m_storeData; in InitializePicture() 2705 m_debugInterface->m_frameType = m_pictureCodingType; in InitializePicture() 2880 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeMeKernel() 2884 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in EncodeMeKernel() 2887 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeMeKernel() 2916 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeMeKernel() 2952 CODECHAL_DEBUG_TOOL(CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCmdBuffer( in EncodeMeKernel() 3206 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeBrcInitResetKernel() 3210 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in EncodeBrcInitResetKernel() [all …]
|
H A D | codechal_encode_vp8.cpp | 1140 m_debugInterface->m_currPic = m_vp8PicParams->CurrOriginalPic; in InitializePicture() 1141 m_debugInterface->m_bufferDumpFrameNum = m_storeData; in InitializePicture() 1142 m_debugInterface->m_frameType = m_pictureCodingType; in InitializePicture() 1467 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpYUVSurface( in ExecuteKernelFunctions() 1517 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in ExecuteKernelFunctions() 1527 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in ExecuteKernelFunctions() 1536 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in ExecuteKernelFunctions() 1551 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in ExecuteKernelFunctions() 1697 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in BrcInitResetKernel() 1701 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in BrcInitResetKernel() [all …]
|
H A D | codechal_encode_sw_scoreboard.cpp | 250 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in Execute() 254 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in Execute() 257 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in Execute() 278 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in Execute() 304 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in Execute() 309 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCmdBuffer( in Execute() 322 CODECHAL_DEBUG_TOOL(CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCmdBuffer( in Execute() 364 m_debugInterface = encoder->GetDebugInterface(); in CodechalEncodeSwScoreboard()
|
H A D | codechal_encode_avc_base.cpp | 2913 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeMeKernel() 2917 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCurbe( in EncodeMeKernel() 2920 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeMeKernel() 2986 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpKernelRegion( in EncodeMeKernel() 2999 CODECHAL_ENCODE_CHK_NULL_RETURN(m_debugInterface); in EncodeMeKernel() 3004 driverMeDumpEnabled = m_debugInterface->DumpIsEnabled(CodechalDbgKernel::kernel4xMe) || in EncodeMeKernel() 3005 m_debugInterface->DumpIsEnabled(CodechalDbgKernel::kernel16xMe) || in EncodeMeKernel() 3006 m_debugInterface->DumpIsEnabled(CodechalDbgKernel::kernel32xMe); in EncodeMeKernel() 3115 CODECHAL_DEBUG_TOOL(CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpCmdBuffer( in EncodeMeKernel() 3331 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpYUVSurface( in SetMfxPipeBufAddrStateParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/jpeg/pipeline/ |
H A D | decode_jpeg_pipeline.cpp | 140 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 142 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 147 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 175 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrScanParams)) in DumpScanParams() 177 const char *fileName = m_debugInterface->CreateFileName( in DumpScanParams() 182 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpScanParams() 210 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrHuffmanTbl)) in DumpHuffmanTable() 212 const char *fileName = m_debugInterface->CreateFileName( in DumpHuffmanTable() 217 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpHuffmanTable() 244 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrIqParams)) in DumpIQParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp8/pipeline/ |
H A D | decode_vp8_pipeline.cpp | 139 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 141 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 146 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 173 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpSliceParams() 175 const char *fileName = m_debugInterface->CreateFileName( in DumpSliceParams() 180 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpSliceParams() 207 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrIqParams)) in DumpIQParams() 209 const char *fileName = m_debugInterface->CreateFileName( in DumpIQParams() 214 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpIQParams() 241 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrCoefProb)) in DumpCoefProbBuffer() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/pipeline/ |
H A D | encode_av1_pipeline.cpp | 98 m_debugInterface->m_currPic = basicFeature->m_currOriginalPic; in Prepare() 99 m_debugInterface->m_bufferDumpFrameNum = basicFeature->m_frameNum; in Prepare() 100 m_debugInterface->m_frameType = basicFeature->m_pictureCodingType; in Prepare() 166 ENCODE_CHK_NULL_RETURN(m_debugInterface); in DumpSeqParams() 168 if (!m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSeqParams)) in DumpSeqParams() 243 const char *fileName = m_debugInterface->CreateFileName( in DumpSeqParams() 252 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrDriverUltDump)) in DumpSeqParams() 254 if (!m_debugInterface->m_ddiFileName.empty()) in DumpSeqParams() 256 std::ofstream ofs(m_debugInterface->m_ddiFileName, std::ios::app); in DumpSeqParams() 258 << " = \"" << m_debugInterface->m_fileName << "\"" << std::endl; in DumpSeqParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/hevc/pipeline/ |
H A D | decode_hevc_pipeline.cpp | 390 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 396 picFileName = m_debugInterface->CreateFileName( in DumpPicParams() 403 extFileName = m_debugInterface->CreateFileName( in DumpPicParams() 411 sccFileName = m_debugInterface->CreateFileName( in DumpPicParams() 417 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 478 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpSliceParams() 489 slcFileName = m_debugInterface->CreateFileName( in DumpSliceParams() 496 extSlcFileName = m_debugInterface->CreateFileName( in DumpSliceParams() 502 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpSliceParams() 565 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrIqParams)) in DumpIQParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/mpeg2/pipeline/ |
H A D | decode_mpeg2_pipeline.cpp | 211 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 213 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 218 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 247 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpSliceParams() 249 const char *fileName = m_debugInterface->CreateFileName( in DumpSliceParams() 254 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpSliceParams() 283 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrMbParams)) in DumpMbParams() 285 const char *fileName = m_debugInterface->CreateFileName( in DumpMbParams() 290 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpMbParams() 318 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrIqParams)) in DumpIQParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/av1/pipeline/ |
H A D | decode_av1_pipeline_g12_base.cpp | 67 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 68 DECODE_CHK_NULL(m_debugInterface); in Initialize() 70 … m_debugInterface->Initialize(m_hwInterface, codecSettings->codecFunction, m_mediaCopyWrapper));); in Initialize() 246 …m_debugInterface->m_frameType = basicFeature.m_av1PicParams->m_picInfoFlags.m_fields.m_fr… in DumpParams() 247 m_debugInterface->m_bufferDumpFrameNum = basicFeature.m_frameNum; in DumpParams() 265 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 267 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 272 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 299 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpTileParams() 301 const char *fileName = m_debugInterface->CreateFileName( in DumpTileParams() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/ |
H A D | codechal_encode_hevc_mbenc_g12.cpp | 1085 m_debugInterface->m_currPic = m_currOriginalPic; in EncodeMbEncKernel() 1086 m_debugInterface->m_bufferDumpFrameNum = m_storeData; in EncodeMbEncKernel() 1087 m_debugInterface->m_frameType = m_pictureCodingType; in EncodeMbEncKernel() 1089 DumpMbEncPakOutput(&currRefList, m_debugInterface); in EncodeMbEncKernel() 1090 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in EncodeMbEncKernel() 1097 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in EncodeMbEncKernel() 1104 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpSurface( in EncodeMbEncKernel() 1117 m_debugInterface->m_currPic = m_currOriginalPic; in EncodeMbEncKernel() 1118 m_debugInterface->m_bufferDumpFrameNum = m_storeData; in EncodeMbEncKernel() 1119 m_debugInterface->m_frameType = m_pictureCodingType; in EncodeMbEncKernel() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/av1/pipeline/ |
H A D | decode_av1_pipeline.cpp | 158 …m_debugInterface->m_frameType = basicFeature.m_av1PicParams->m_picInfoFlags.m_fields.m_frameType ?… in DumpParams() 159 m_debugInterface->m_bufferDumpFrameNum = basicFeature.m_frameNum; in DumpParams() 177 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 179 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 184 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 211 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpTileParams() 213 const char *fileName = m_debugInterface->CreateFileName( in DumpTileParams() 218 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpTileParams()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/avc/pipeline/ |
H A D | decode_avc_pipeline.cpp | 271 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 273 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 278 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 308 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpSliceParams() 310 const char *fileName = m_debugInterface->CreateFileName( in DumpSliceParams() 315 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpSliceParams() 363 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrIqParams)) in DumpIQParams() 365 const char *fileName = m_debugInterface->CreateFileName( in DumpIQParams() 370 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpIQParams()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp9/pipeline/ |
H A D | decode_vp9_pipeline.cpp | 322 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 324 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 329 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 356 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSlcParams)) in DumpSliceParams() 358 const char *fileName = m_debugInterface->CreateFileName( in DumpSliceParams() 363 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpSliceParams() 390 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrSegmentParams)) in DumpSegmentParams() 392 const char *fileName = m_debugInterface->CreateFileName( in DumpSegmentParams() 397 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpSegmentParams()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/pipeline/ |
H A D | decode_vvc_pipeline.cpp | 161 m_debugInterface->m_bufferDumpFrameNum = m_basicFeature->m_frameNum; in Execute() 162 DECODE_CHK_STATUS(m_debugInterface->DumpYUVSurface( in Execute() 172 DECODE_CHK_STATUS(m_debugInterface->Dump2ndLvlBatch( in Execute() 184 DECODE_CHK_STATUS(m_debugInterface->Dump2ndLvlBatch( in Execute() 193 DECODE_CHK_STATUS(m_debugInterface->Dump2ndLvlBatch( in Execute() 437 m_debugInterface->m_bufferDumpFrameNum = basicFeature.m_frameNum; in DumpParams() 464 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrPicParams)) in DumpPicParams() 466 const char *fileName = m_debugInterface->CreateFileName( in DumpPicParams() 471 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrEnableFastDump)) in DumpPicParams() 499 if (m_debugInterface->DumpIsEnabled(CodechalDbgAttr::attrAlfData)) in DumpApsAlfData() [all …]
|
/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 | 105 m_debugInterface->m_bufferDumpFrameNum = m_basicFeature->m_frameNum; in Prepare() 324 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 325 DECODE_CHK_NULL(m_debugInterface); in Initialize() 327 … m_debugInterface->Initialize(m_hwInterface, codecSettings->codecFunction, m_mediaCopyWrapper));); in Initialize() 480 m_debugInterface->m_currPic = basicFeature.m_curRenderPic; in DumpParams() 481 m_debugInterface->m_frameType = basicFeature.m_pictureCodingType; in DumpParams() 482 m_debugInterface->m_secondField = basicFeature.m_secondField; in DumpParams() 483 m_debugInterface->m_bufferDumpFrameNum = basicFeature.m_frameNum; in DumpParams() 490 DECODE_CHK_STATUS(m_debugInterface->DumpBuffer( in DumpParams() 496 DECODE_CHK_STATUS(m_debugInterface->DumpBuffer( in DumpParams()
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/ |
H A D | codechal_common.cpp | 52 m_debugInterface = debugInterface; in Codechal() 65 if (m_debugInterface != nullptr) in ~Codechal() 67 MOS_Delete(m_debugInterface); in ~Codechal() 68 m_debugInterface = nullptr; in ~Codechal() 182 CODECHAL_PUBLIC_CHK_NULL_RETURN(m_debugInterface); in Execute() 185 m_debugInterface->m_bufferDumpFrameNum, in Execute()
|
/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 | 91 if (m_debugInterface != nullptr) { in Initialize() 92 MOS_Delete(m_debugInterface); in Initialize() 94 m_debugInterface = MOS_New(CodechalDebugInterface); in Initialize() 95 ENCODE_CHK_NULL_RETURN(m_debugInterface); in Initialize() 98 m_debugInterface->Initialize(m_hwInterface, m_codecFunction, m_mediaCopyWrapper)); in Initialize()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/codec/hal/ |
H A D | codechal_encode_hevc_g11.cpp | 2362 CODECHAL_ENCODE_CHK_STATUS_RETURN( m_debugInterface->DumpCmdBuffer( in EncTileLevel() 2833 if (m_mmcState && m_debugInterface && m_debugInterface->m_dbgCfgHead){ in Initialize() 3817 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in SendMbEncSurfacesKernel() 3845 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpBuffer( in SendMbEncSurfacesKernel() 3899 m_debugInterface->m_refIndex = (uint16_t)refPic.FrameIdx; in SendMbEncSurfacesKernel() 3900 …refSurfName = "RefSurf" + std::to_string(static_cast<uint32_t>(m_debugInterface->m_refIndex)); in SendMbEncSurfacesKernel() 3901 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpYUVSurface( in SendMbEncSurfacesKernel() 3952 m_debugInterface->m_refIndex = (uint16_t)refPic.FrameIdx; in SendMbEncSurfacesKernel() 3953 …refSurfName = "RefSurf" + std::to_string(static_cast<uint32_t>(m_debugInterface->m_refIndex)); in SendMbEncSurfacesKernel() 3954 CODECHAL_ENCODE_CHK_STATUS_RETURN(m_debugInterface->DumpYUVSurface( in SendMbEncSurfacesKernel() [all …]
|