Home
last modified time | relevance | path

Searched refs:m_histogramDebug (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/features/
H A Ddecode_downsampling_feature.cpp82m_histogramDebug = ReadUserFeature(m_userSettingPtr, "Decode Histogram Debug", MediaUserSetting::G… in Init()
167 …if (m_allocator->ResourceIsNull(&decodeParams->m_histogramSurface.OsResource) && !m_histogramDebug) in Update()
247 if ((m_histogramDestSurf != nullptr || m_histogramDebug) && in DumpSfcOutputs()
H A Ddecode_downsampling_feature.h92 bool m_histogramDebug = false; variable
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
H A Dcodechal_decode_vp9_g12.cpp98 m_histogramDebug = userFeatureData.u32Data ? true : false; in CodechalDecodeVp9G12()
343 if (m_histogramDebug) in InitializeDecodeMode()
1080 if (m_histogramDebug && m_histogramSurface) { in DecodePrimitiveLevel()
H A Dcodechal_decode_vp9_g12.h174 bool m_histogramDebug = true; //!< Internal histogram buffer debug variable
H A Dcodechal_decode_hevc_g12.h467 bool m_histogramDebug = true; //!< Internal histogram buffer debug variable
H A Dcodechal_decode_hevc_g12.cpp643 if (m_histogramDebug) in InitializeDecodeMode()
2262 if (m_histogramDebug && m_histogramSurface) in DecodePrimitiveLevel()
2499 m_histogramDebug = userFeatureData.u32Data ? true : false; in CodechalDecodeHevcG12()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/packet/
H A Ddecode_downsampling_packet.cpp152 if (m_downSampling->m_histogramDestSurf || m_downSampling->m_histogramDebug) in InitSfcParams()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vp9/pipeline/
H A Ddecode_vp9_pipeline.cpp231 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitContexOption()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/dec/vp9/pipeline/
H A Ddecode_vp9_pipeline_xe2_lpm_base.cpp354 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitContexOption()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/vp9/pipeline/
H A Ddecode_vp9_pipeline_xe_lpm_plus_base.cpp361 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitContexOption()
/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.cpp198 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitContexOption()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline_xe_lpm_plus_base.cpp110 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitScalabOption()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe2_M_plus/Xe2_LPM_base/codec/hal/dec/hevc/pipeline/
H A Ddecode_hevc_pipeline_xe2_lpm_base.cpp110 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitScalabOption()
/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.cpp190 … != nullptr && (downSamplingFeature->m_histogramDestSurf || downSamplingFeature->m_histogramDebug)) in InitScalabOption()