Home
last modified time | relevance | path

Searched refs:m_histogramSurface (Results 1 – 15 of 15) sorted by relevance

/external/intel-media-driver/media_driver/agnostic/gen12/codec/hal/
Dcodechal_decode_avc_g12.cpp101 if (m_histogramSurface) in ~CodechalDecodeAvcG12()
103 if (!Mos_ResourceIsNull(&m_histogramSurface->OsResource)) in ~CodechalDecodeAvcG12()
107 &m_histogramSurface->OsResource); in ~CodechalDecodeAvcG12()
110 MOS_FreeMemory(m_histogramSurface); in ~CodechalDecodeAvcG12()
111 m_histogramSurface = nullptr; in ~CodechalDecodeAvcG12()
162 if (m_histogramSurface == nullptr) in AllocateHistogramSurface()
164 m_histogramSurface = (MOS_SURFACE*)MOS_AllocAndZeroMemory(sizeof(MOS_SURFACE)); in AllocateHistogramSurface()
165 CODECHAL_DECODE_CHK_NULL_RETURN(m_histogramSurface); in AllocateHistogramSurface()
177 &m_histogramSurface->OsResource)); in AllocateHistogramSurface()
181 m_histogramSurface)); in AllocateHistogramSurface()
[all …]
Dcodechal_decode_vp9_g12.cpp63 if (m_histogramSurface) in ~CodechalDecodeVp9G12()
65 if (!Mos_ResourceIsNull(&m_histogramSurface->OsResource)) in ~CodechalDecodeVp9G12()
69 &m_histogramSurface->OsResource); in ~CodechalDecodeVp9G12()
71 MOS_FreeMemory(m_histogramSurface); in ~CodechalDecodeVp9G12()
72 m_histogramSurface = nullptr; in ~CodechalDecodeVp9G12()
508 if (m_histogramSurface == nullptr) in AllocateHistogramSurface()
510 m_histogramSurface = (MOS_SURFACE*)MOS_AllocAndZeroMemory(sizeof(MOS_SURFACE)); in AllocateHistogramSurface()
511 CODECHAL_DECODE_CHK_NULL_RETURN(m_histogramSurface); in AllocateHistogramSurface()
523 &m_histogramSurface->OsResource)); in AllocateHistogramSurface()
527 m_histogramSurface)); in AllocateHistogramSurface()
[all …]
Dcodechal_decode_sfc_avc_g12.cpp154 m_histogramSurface = decProcessingParams->m_histogramSurface; in CheckAndInitialize()
170 sfcStateParamsG12->histogramSurface = m_histogramSurface; in UpdateInputInfo()
Dcodechal_decode_sfc_avc_g12.h92 …PMOS_SURFACE m_histogramSurface = nullptr; //!< Histogram stream out …
Dcodechal_decode_sfc_vp9_g12.h89 …PMOS_SURFACE m_histogramSurface = nullptr; //!< Histogram stream out … variable
Dcodechal_decode_avc_g12.h142 PMOS_SURFACE m_histogramSurface = nullptr; //!< Internal histogram buffer variable
Dcodechal_decode_sfc_hevc_g12.h104 …PMOS_SURFACE m_histogramSurface = nullptr; //!< Histogram stream out bu… variable
Dcodechal_decode_vp9_g12.h180 PMOS_SURFACE m_histogramSurface = nullptr; //!< Internal histogram buffer variable
Dcodechal_decode_sfc_vp9_g12.cpp222 m_histogramSurface = decProcessingParams->m_histogramSurface; in CheckAndInitialize()
380 sfcStateParamsG12->histogramSurface = m_histogramSurface; in UpdateInputInfo()
Dcodechal_decode_hevc_g12.cpp211 if (m_histogramSurface == nullptr) in AllocateHistogramSurface()
213 m_histogramSurface = (MOS_SURFACE*)MOS_AllocAndZeroMemory(sizeof(MOS_SURFACE)); in AllocateHistogramSurface()
214 CODECHAL_DECODE_CHK_NULL_RETURN(m_histogramSurface); in AllocateHistogramSurface()
226 &m_histogramSurface->OsResource)); in AllocateHistogramSurface()
230 m_histogramSurface)); in AllocateHistogramSurface()
234 m_decodeHistogram->SetSrcHistogramSurface(m_histogramSurface); in AllocateHistogramSurface()
283 if (m_histogramSurface) in ~CodechalDecodeHevcG12()
285 if (!Mos_ResourceIsNull(&m_histogramSurface->OsResource)) in ~CodechalDecodeHevcG12()
289 &m_histogramSurface->OsResource); in ~CodechalDecodeHevcG12()
291 MOS_FreeMemory(m_histogramSurface); in ~CodechalDecodeHevcG12()
[all …]
Dcodechal_decode_sfc_hevc_g12.cpp219 m_histogramSurface = histogramSurface; in CheckAndInitialize()
390 sfcStateParamsG12->histogramSurface = m_histogramSurface; in UpdateInputInfo()
Dcodechal_decode_hevc_g12.h470 PMOS_SURFACE m_histogramSurface = nullptr; //!< Internal histogram buffer variable
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/pipeline/
Ddecode_sfc_histogram_postsubpipeline.cpp95 PMOS_RESOURCE dest = &decodeParams->m_histogramSurface.OsResource; in Prepare()
96 uint32_t destOffset = decodeParams->m_histogramSurface.dwOffset; in Prepare()
/external/intel-media-driver/media_common/agnostic/common/codec/shared/
Dcodec_def_decode.h78 PMOS_SURFACE m_histogramSurface; member
237 MOS_SURFACE m_histogramSurface = {}; member
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/features/
Ddecode_downsampling_feature.cpp167 …if (m_allocator->ResourceIsNull(&decodeParams->m_histogramSurface.OsResource) && !m_histogramDebug) in Update()
174 m_histogramDestSurf = &decodeParams->m_histogramSurface; in Update()