Home
last modified time | relevance | path

Searched refs:m_vDitheringSurfaceArray (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.cpp903 m_allocator->Destroy(m_vDitheringSurfaceArray); in ~Av1DecodeFilmGrainG12()
1240 m_vDitheringSurfaceArray = m_allocator->AllocateSurfaceArray( in AllocateFixedSizeSurfaces()
1249 DECODE_CHK_NULL(m_vDitheringSurfaceArray); in AllocateFixedSizeSurfaces()
1577 m_vDitheringSurface = m_vDitheringSurfaceArray->Fetch(); in SetFrameStates()
H A Ddecode_av1_filmgrain_feature_g12.h362 …SurfaceArray * m_vDitheringSurfaceArray = nullptr; … variable