Home
last modified time | relevance | path

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

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/vvc/pipeline/
H A Ddecode_vvc_pipeline.cpp281 if (m_allocator && m_basicFeature->m_shortFormatInUse && m_sliceLevelBBArray) in Uninitialize()
283 DECODE_CHK_STATUS(m_allocator->Destroy(m_sliceLevelBBArray)); in Uninitialize()
369 if (m_sliceLevelBBArray == nullptr) in AllocateResources()
371 m_sliceLevelBBArray = m_allocator->AllocateBatchBufferArray( in AllocateResources()
373 DECODE_CHK_NULL(m_sliceLevelBBArray); in AllocateResources()
374 PMHW_BATCH_BUFFER &batchBuf = m_sliceLevelBBArray->Fetch(); in AllocateResources()
379 PMHW_BATCH_BUFFER &batchBuf = m_sliceLevelBBArray->Fetch(); in AllocateResources()
418 if (m_sliceLevelBBArray == nullptr) in GetSliceLvlCmdBuffer()
422 return m_sliceLevelBBArray->Peek(); in GetSliceLvlCmdBuffer()
H A Ddecode_vvc_pipeline.h287 … BatchBufferArray *m_sliceLevelBBArray = nullptr; //!< Point to slice level batch buffer variable