Vulkan-Hpp
|
#include <vulkan_video.hpp>
Public Types | |
using | NativeType = StdVideoEncodeH264ReferenceListsInfo |
Public Member Functions | |
operator StdVideoEncodeH264ReferenceListsInfo const & () const VULKAN_HPP_NOEXCEPT | |
operator StdVideoEncodeH264ReferenceListsInfo & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (EncodeH264ReferenceListsInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (EncodeH264ReferenceListsInfo const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::video ::EncodeH264ReferenceListsInfoFlags | flags = {} |
uint8_t | num_ref_idx_l0_active_minus1 = {} |
uint8_t | num_ref_idx_l1_active_minus1 = {} |
vk::ArrayWrapper1D< uint8_t, 32 > | RefPicList0 = {} |
vk::ArrayWrapper1D< uint8_t, 32 > | RefPicList1 = {} |
uint8_t | refList0ModOpCount = {} |
uint8_t | refList1ModOpCount = {} |
uint8_t | refPicMarkingOpCount = {} |
vk::ArrayWrapper1D< uint8_t, 7 > | reserved1 = {} |
const vk::video ::EncodeH264RefListModEntry * | pRefList0ModOperations = {} |
const vk::video ::EncodeH264RefListModEntry * | pRefList1ModOperations = {} |
const vk::video ::EncodeH264RefPicMarkingEntry * | pRefPicMarkingOperations = {} |
Definition at line 1053 of file vulkan_video.hpp.
Definition at line 1055 of file vulkan_video.hpp.
|
inline |
Definition at line 1062 of file vulkan_video.hpp.
|
inline |
Definition at line 1057 of file vulkan_video.hpp.
|
inline |
Definition at line 1077 of file vulkan_video.hpp.
|
inline |
Definition at line 1067 of file vulkan_video.hpp.
vk:: video ::EncodeH264ReferenceListsInfoFlags vk::video::EncodeH264ReferenceListsInfo::flags = {} |
Definition at line 1083 of file vulkan_video.hpp.
uint8_t vk::video::EncodeH264ReferenceListsInfo::num_ref_idx_l0_active_minus1 = {} |
Definition at line 1084 of file vulkan_video.hpp.
uint8_t vk::video::EncodeH264ReferenceListsInfo::num_ref_idx_l1_active_minus1 = {} |
Definition at line 1085 of file vulkan_video.hpp.
const vk:: video ::EncodeH264RefListModEntry* vk::video::EncodeH264ReferenceListsInfo::pRefList0ModOperations = {} |
Definition at line 1092 of file vulkan_video.hpp.
const vk:: video ::EncodeH264RefListModEntry* vk::video::EncodeH264ReferenceListsInfo::pRefList1ModOperations = {} |
Definition at line 1093 of file vulkan_video.hpp.
const vk:: video ::EncodeH264RefPicMarkingEntry* vk::video::EncodeH264ReferenceListsInfo::pRefPicMarkingOperations = {} |
Definition at line 1094 of file vulkan_video.hpp.
uint8_t vk::video::EncodeH264ReferenceListsInfo::refList0ModOpCount = {} |
Definition at line 1088 of file vulkan_video.hpp.
uint8_t vk::video::EncodeH264ReferenceListsInfo::refList1ModOpCount = {} |
Definition at line 1089 of file vulkan_video.hpp.
vk::ArrayWrapper1D<uint8_t, 32 > vk::video::EncodeH264ReferenceListsInfo::RefPicList0 = {} |
Definition at line 1086 of file vulkan_video.hpp.
vk::ArrayWrapper1D<uint8_t, 32 > vk::video::EncodeH264ReferenceListsInfo::RefPicList1 = {} |
Definition at line 1087 of file vulkan_video.hpp.
uint8_t vk::video::EncodeH264ReferenceListsInfo::refPicMarkingOpCount = {} |
Definition at line 1090 of file vulkan_video.hpp.
vk::ArrayWrapper1D<uint8_t, 7> vk::video::EncodeH264ReferenceListsInfo::reserved1 = {} |
Definition at line 1091 of file vulkan_video.hpp.