Home
last modified time | relevance | path

Searched refs:m_picLevelBBArray (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.cpp108 if (m_picLevelBBArray) in FreeResources()
110 DECODE_CHK_STATUS(m_allocator->Destroy(m_picLevelBBArray)); in FreeResources()
142 if (m_picLevelBBArray == nullptr) in AllocatePicLvlBB()
144 m_picLevelBBArray = m_allocator->AllocateBatchBufferArray( in AllocatePicLvlBB()
146 DECODE_CHK_NULL(m_picLevelBBArray); in AllocatePicLvlBB()
147 m_curPicLvlBatchBuffer = m_picLevelBBArray->Fetch(); in AllocatePicLvlBB()
152 m_curPicLvlBatchBuffer = m_picLevelBBArray->Fetch(); in AllocatePicLvlBB()
H A Ddecode_vvc_picture_packet.h219 …BatchBufferArray *m_picLevelBBArray = nullptr; //!< Point to picture level batch buff… variable