Home
last modified time | relevance | path

Searched refs:m_maxDecodeFramesAllocated (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoBaseDecodeUtils.cpp823 , m_maxDecodeFramesAllocated (0)
2137 m_maxDecodeFramesAllocated = std::max((uint32_t)m_frameCountTrigger, m_numDecodeSurfaces);
2140 DE_ASSERT(m_maxDecodeFramesCount <= m_maxDecodeFramesAllocated);
2142 m_videoFrameBuffer->InitImagePool(vkd, device, queueFamilyIndex, allocator, m_maxDecodeFramesCount, m_maxDecodeFramesAllocated, &outImageCreateInfo, pDpbImageCreateInfo, videoProfile.get());
2144 m_decodeFramesData = new NvVkDecodeFrameData[m_maxDecodeFramesAllocated];
2153 else if (m_maxDecodeFramesCount < m_maxDecodeFramesAllocated)
2161 DE_ASSERT(m_maxDecodeFramesCount <= m_maxDecodeFramesAllocated);
2169 m_videoFrameBuffer->InitImagePool(vkd, device, queueFamilyIndex, allocator, m_maxDecodeFramesCount, m_maxDecodeFramesAllocated, &outImageCreateInfo, pDpbImageCreateInfo, videoProfile.get());
H A DvktVideoBaseDecodeUtils.hpp592 uint32_t m_maxDecodeFramesAllocated; member in vkt::video::VideoBaseDecoder

Completed in 6 milliseconds