Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/packet/
H A Ddecode_vvc_picture_packet.cpp44 m_allocator->Destroy(m_scalingListBufferArray); in FreeResources()
214 DECODE_CHK_NULL(m_scalingListBufferArray); in Execute()
215 m_apsScalingListBuffer = m_scalingListBufferArray->Fetch(); in Execute()
264 if (m_scalingListBufferArray == nullptr) in AllocateFixedResources()
266 m_scalingListBufferArray= m_allocator->AllocateBufferArray( in AllocateFixedResources()
272 DECODE_CHK_NULL(m_scalingListBufferArray); in AllocateFixedResources()
H A Ddecode_vvc_picture_packet.h181 BufferArray *m_scalingListBufferArray = nullptr; variable