Home
last modified time | relevance | path

Searched refs:m_vcmvLineBuffer (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.cpp72 m_allocator->Destroy(m_vcmvLineBuffer); in FreeResources()
659 if (m_vcmvLineBuffer == nullptr) in AllocateVariableResources()
661 m_vcmvLineBuffer = m_allocator->AllocateBuffer( in AllocateVariableResources()
666 DECODE_CHK_NULL(m_vcmvLineBuffer); in AllocateVariableResources()
671 m_vcmvLineBuffer, in AllocateVariableResources()
1238 params.vcmvLineBuffer = &m_vcmvLineBuffer->OsResource; in MHW_SETPAR_DECL_SRC()
H A Ddecode_vvc_picture_packet.h187 PMOS_BUFFER m_vcmvLineBuffer = nullptr; variable