Home
last modified time | relevance | path

Searched refs:m_uDitheringSurfaceArray (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12/codec/hal/dec/av1/features/
H A Ddecode_av1_filmgrain_feature_g12.cpp902 m_allocator->Destroy(m_uDitheringSurfaceArray); in ~Av1DecodeFilmGrainG12()
1228 m_uDitheringSurfaceArray = m_allocator->AllocateSurfaceArray( in AllocateFixedSizeSurfaces()
1237 DECODE_CHK_NULL(m_uDitheringSurfaceArray); in AllocateFixedSizeSurfaces()
1575 m_uDitheringSurface = m_uDitheringSurfaceArray->Fetch(); in SetFrameStates()
H A Ddecode_av1_filmgrain_feature_g12.h361 …SurfaceArray * m_uDitheringSurfaceArray = nullptr; … variable