Searched refs:m_histogramSurface (Results 1 – 15 of 15) sorted by relevance
101 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 …]
63 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 …]
154 m_histogramSurface = decProcessingParams->m_histogramSurface; in CheckAndInitialize()170 sfcStateParamsG12->histogramSurface = m_histogramSurface; in UpdateInputInfo()
92 …PMOS_SURFACE m_histogramSurface = nullptr; //!< Histogram stream out …
89 …PMOS_SURFACE m_histogramSurface = nullptr; //!< Histogram stream out … variable
142 PMOS_SURFACE m_histogramSurface = nullptr; //!< Internal histogram buffer variable
104 …PMOS_SURFACE m_histogramSurface = nullptr; //!< Histogram stream out bu… variable
180 PMOS_SURFACE m_histogramSurface = nullptr; //!< Internal histogram buffer variable
222 m_histogramSurface = decProcessingParams->m_histogramSurface; in CheckAndInitialize()380 sfcStateParamsG12->histogramSurface = m_histogramSurface; in UpdateInputInfo()
211 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 …]
219 m_histogramSurface = histogramSurface; in CheckAndInitialize()390 sfcStateParamsG12->histogramSurface = m_histogramSurface; in UpdateInputInfo()
470 PMOS_SURFACE m_histogramSurface = nullptr; //!< Internal histogram buffer variable
95 PMOS_RESOURCE dest = &decodeParams->m_histogramSurface.OsResource; in Prepare()96 uint32_t destOffset = decodeParams->m_histogramSurface.dwOffset; in Prepare()
78 PMOS_SURFACE m_histogramSurface; member237 MOS_SURFACE m_histogramSurface = {}; member
167 …if (m_allocator->ResourceIsNull(&decodeParams->m_histogramSurface.OsResource) && !m_histogramDebug) in Update()174 m_histogramDestSurf = &decodeParams->m_histogramSurface; in Update()