Home
last modified time | relevance | path

Searched defs:VideoEncodeH264GopRemainingFrameInfoKHR (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp116697 struct VideoEncodeH264GopRemainingFrameInfoKHR struct
116699 using NativeType = VkVideoEncodeH264GopRemainingFrameInfoKHR;
116701 static const bool allowDuplicate = false;
116702 …R_CONSTEXPR StructureType structureType = StructureType::eVideoEncodeH264GopRemainingFrameInfoKHR;
116705 …VULKAN_HPP_CONSTEXPR VideoEncodeH264GopRemainingFrameInfoKHR( VULKAN_HPP_NAMESPACE::Bool32 useGopR… in VideoEncodeH264GopRemainingFrameInfoKHR() function
116720VideoEncodeH264GopRemainingFrameInfoKHR( VkVideoEncodeH264GopRemainingFrameInfoKHR const & rhs ) V… in VideoEncodeH264GopRemainingFrameInfoKHR() function
116730 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeH264GopRemainingFrameInfoKHR const *>( … in operator =()
116735 …PR_14 VideoEncodeH264GopRemainingFrameInfoKHR & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
116742 …setUseGopRemainingFrames( VULKAN_HPP_NAMESPACE::Bool32 useGopRemainingFrames_ ) VULKAN_HPP_NOEXCEPT in setUseGopRemainingFrames()
116748 …ncodeH264GopRemainingFrameInfoKHR & setGopRemainingI( uint32_t gopRemainingI_ ) VULKAN_HPP_NOEXCEPT in setGopRemainingI()
[all …]