Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp110011 struct VideoEncodeH265GopRemainingFrameInfoEXT struct
110013 using NativeType = VkVideoEncodeH265GopRemainingFrameInfoEXT;
110015 static const bool allowDuplicate = false;
110016 …R_CONSTEXPR StructureType structureType = StructureType::eVideoEncodeH265GopRemainingFrameInfoEXT;
110019 …VULKAN_HPP_CONSTEXPR VideoEncodeH265GopRemainingFrameInfoEXT( VULKAN_HPP_NAMESPACE::Bool32 useGopR… in VideoEncodeH265GopRemainingFrameInfoEXT() argument
110034VideoEncodeH265GopRemainingFrameInfoEXT( VkVideoEncodeH265GopRemainingFrameInfoEXT const & rhs ) V… in VideoEncodeH265GopRemainingFrameInfoEXT() function
110044 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::VideoEncodeH265GopRemainingFrameInfoEXT const *>( … in operator =()
110049 …PR_14 VideoEncodeH265GopRemainingFrameInfoEXT & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
110056 …setUseGopRemainingFrames( VULKAN_HPP_NAMESPACE::Bool32 useGopRemainingFrames_ ) VULKAN_HPP_NOEXCEPT in setUseGopRemainingFrames()
110062 …ncodeH265GopRemainingFrameInfoEXT & setGopRemainingI( uint32_t gopRemainingI_ ) VULKAN_HPP_NOEXCEPT in setGopRemainingI()
[all …]