Home
last modified time | relevance | path

Searched refs:newDpbMaxSize (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp159 int32_t Init(deUint8 newDpbMaxSize, bool reconfigure) in Init() argument
161 DE_ASSERT(newDpbMaxSize <= VkParserPerFrameDecodeParameters::MAX_DPB_REF_AND_SETUP_SLOTS); in Init()
168 if (reconfigure && (newDpbMaxSize < m_dpbMaxSize)) in Init()
174 m_dpbMaxSize = newDpbMaxSize; in Init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.hpp326 int32_t Init (uint32_t newDpbMaxSize,
H A DvktVideoBaseDecodeUtils.cpp422 int32_t DpbSlots::Init (uint32_t newDpbMaxSize, bool reconfigure) in Init() argument
424 DE_ASSERT(newDpbMaxSize <= MAX_DPB_SLOTS_PLUS_1); in Init()
431 if (reconfigure && newDpbMaxSize < m_dpbMaxSize) in Init()
437 m_dpbMaxSize = newDpbMaxSize; in Init()

Completed in 6 milliseconds