Home
last modified time | relevance | path

Searched refs:m_coordinatesRandomValuesSurfaceArray (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.cpp899 m_allocator->Destroy(m_coordinatesRandomValuesSurfaceArray); in ~Av1DecodeFilmGrainG12()
910 m_allocator->Destroy(m_coordinatesRandomValuesSurfaceArray); in ~Av1DecodeFilmGrainG12()
1319 if (m_coordinatesRandomValuesSurfaceArray == nullptr) in AllocateVariableSizeSurfaces()
1321 m_coordinatesRandomValuesSurfaceArray= m_allocator->AllocateBufferArray( in AllocateVariableSizeSurfaces()
1327 DECODE_CHK_NULL(m_coordinatesRandomValuesSurfaceArray); in AllocateVariableSizeSurfaces()
1328 m_coordinatesRandomValuesSurface = m_coordinatesRandomValuesSurfaceArray->Fetch(); in AllocateVariableSizeSurfaces()
1333 auto &buffer = m_coordinatesRandomValuesSurfaceArray->Fetch(); in AllocateVariableSizeSurfaces()
H A Ddecode_av1_filmgrain_feature_g12.h354 …BufferArray * m_coordinatesRandomValuesSurfaceArray = nullptr; … variable