Home
last modified time | relevance | path

Searched refs:m_tileLevelBBArray (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.cpp285 if (m_allocator && m_basicFeature->m_shortFormatInUse && m_tileLevelBBArray) in Uninitialize()
287 DECODE_CHK_STATUS(m_allocator->Destroy(m_tileLevelBBArray)); in Uninitialize()
397 if (m_tileLevelBBArray == nullptr) in AllocateResources()
399m_tileLevelBBArray = m_allocator->AllocateBatchBufferArray(tileLvlCmdSize, 1, CODEC_VVC_B… in AllocateResources()
400 PMHW_BATCH_BUFFER&BatchBuf = m_tileLevelBBArray->Fetch(); in AllocateResources()
405 PMHW_BATCH_BUFFER &batchBuf = m_tileLevelBBArray->Fetch(); in AllocateResources()
427 if (m_tileLevelBBArray == nullptr) in GetTileLvlCmdBuffer()
431 return m_tileLevelBBArray->Peek(); in GetTileLvlCmdBuffer()
H A Ddecode_vvc_pipeline.h288 … BatchBufferArray *m_tileLevelBBArray = nullptr; //!< Pointer to third level batch buffer variable