Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoSessionNvUtils.hpp35 class IfcVulkanVideoDecodeParser class
42 virtual ~IfcVulkanVideoDecodeParser () {} in ~IfcVulkanVideoDecodeParser()
48 virtual IfcVulkanVideoDecodeParser* createIfcVulkanVideoDecodeParser (VkVideoCodecOperationFlagBitsKHR codecOperation, const VkExtensionProperties* stdExtensionVersion) = 0;
H A DvktVideoSessionNvUtils.cpp51 class ClsVulkanVideoDecodeParser : public IfcVulkanVideoDecodeParser
58 // IfcVulkanVideoDecodeParser commands
143 virtual IfcVulkanVideoDecodeParser* createIfcVulkanVideoDecodeParser (VkVideoCodecOperationFlagBitsKHR codecOperation, const VkExtensionProperties* stdExtensionVersion);
165 IfcVulkanVideoDecodeParser* NvFunctions::createIfcVulkanVideoDecodeParser (VkVideoCodecOperationFlagBitsKHR codecOperation, const VkExtensionProperties* stdExtensionVersion) in createIfcVulkanVideoDecodeParser()
H A DvktVideoDecodeTests.cpp399 MovePtr<IfcVulkanVideoDecodeParser> vulkanVideoDecodeParser (m_decoder->GetNvFuncs()->createIfcVulkanVideoDecodeParser(m_videoCodecOperation, &stdExtensionVersion)); in iterateSingleFrame()
476 MovePtr<IfcVulkanVideoDecodeParser> vulkanVideoDecodeParser (m_decoder->GetNvFuncs()->createIfcVulkanVideoDecodeParser(m_videoCodecOperation, &stdExtensionVersion)); in iterateDoubleFrame()
567 MovePtr<IfcVulkanVideoDecodeParser> vulkanVideoDecodeParser (m_decoder->GetNvFuncs()->createIfcVulkanVideoDecodeParser(m_videoCodecOperation, &stdExtensionVersion)); in iterateMultipleFrame()
923 MovePtr<IfcVulkanVideoDecodeParser> vulkanVideoDecodeParser1 (m_decoder1->GetNvFuncs()->createIfcVulkanVideoDecodeParser(m_videoCodecOperation1, &stdExtensionVersion1));
924 MovePtr<IfcVulkanVideoDecodeParser> vulkanVideoDecodeParser2 (m_decoder2->GetNvFuncs()->createIfcVulkanVideoDecodeParser(m_videoCodecOperation2, &stdExtensionVersion2));

Completed in 3 milliseconds