Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp107951 struct VideoEncodeH264GopRemainingFrameInfoEXT struct
107953 using NativeType = VkVideoEncodeH264GopRemainingFrameInfoEXT;
107955 static const bool allowDuplicate = false;
107956 …R_CONSTEXPR StructureType structureType = StructureType::eVideoEncodeH264GopRemainingFrameInfoEXT;
107959 …VULKAN_HPP_CONSTEXPR VideoEncodeH264GopRemainingFrameInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 useGopR… in VideoEncodeH264GopRemainingFrameInfoEXT() argument
107974VideoEncodeH264GopRemainingFrameInfoEXT( VkVideoEncodeH264GopRemainingFrameInfoEXT const & rhs ) V… in VideoEncodeH264GopRemainingFrameInfoEXT() function
107984 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeH264GopRemainingFrameInfoEXT const *>( … in operator =()
107989 …PR_14 VideoEncodeH264GopRemainingFrameInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
107996 …setUseGopRemainingFrames( VULKAN_HPP_NAMESPACE::Bool32 useGopRemainingFrames_ ) VULKAN_HPP_NOEXCEPT in setUseGopRemainingFrames()
108002 …ncodeH264GopRemainingFrameInfoEXT & setGopRemainingI( uint32_t gopRemainingI_ ) VULKAN_HPP_NOEXCEPT in setGopRemainingI()
[all …]