Vulkan-Hpp
vk::video::H264ScalingLists Struct Reference

#include <vulkan_video.hpp>

Public Types

using NativeType = StdVideoH264ScalingLists
 

Public Member Functions

 operator StdVideoH264ScalingLists const & () const VULKAN_HPP_NOEXCEPT
 
 operator StdVideoH264ScalingLists & () VULKAN_HPP_NOEXCEPT
 
bool operator== (H264ScalingLists const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (H264ScalingLists const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

uint16_t scaling_list_present_mask = {}
 
uint16_t use_default_scaling_matrix_mask = {}
 
vk::ArrayWrapper2D< uint8_t, 6, 16 > ScalingList4x4 = {}
 
vk::ArrayWrapper2D< uint8_t, 6, 64 > ScalingList8x8 = {}
 

Detailed Description

Definition at line 464 of file vulkan_video.hpp.

Member Typedef Documentation

◆ NativeType

Member Function Documentation

◆ operator StdVideoH264ScalingLists &()

vk::video::H264ScalingLists::operator StdVideoH264ScalingLists & ( )
inline

Definition at line 473 of file vulkan_video.hpp.

◆ operator StdVideoH264ScalingLists const &()

vk::video::H264ScalingLists::operator StdVideoH264ScalingLists const & ( ) const
inline

Definition at line 468 of file vulkan_video.hpp.

◆ operator!=()

bool vk::video::H264ScalingLists::operator!= ( H264ScalingLists const &  rhs) const
inline

Definition at line 484 of file vulkan_video.hpp.

◆ operator==()

bool vk::video::H264ScalingLists::operator== ( H264ScalingLists const &  rhs) const
inline

Definition at line 478 of file vulkan_video.hpp.

Member Data Documentation

◆ scaling_list_present_mask

uint16_t vk::video::H264ScalingLists::scaling_list_present_mask = {}

Definition at line 490 of file vulkan_video.hpp.

◆ ScalingList4x4

vk::ArrayWrapper2D<uint8_t, 6 , 16 > vk::video::H264ScalingLists::ScalingList4x4 = {}

Definition at line 493 of file vulkan_video.hpp.

◆ ScalingList8x8

vk::ArrayWrapper2D<uint8_t, 6 , 64 > vk::video::H264ScalingLists::ScalingList8x8 = {}

Definition at line 495 of file vulkan_video.hpp.

◆ use_default_scaling_matrix_mask

uint16_t vk::video::H264ScalingLists::use_default_scaling_matrix_mask = {}

Definition at line 491 of file vulkan_video.hpp.


The documentation for this struct was generated from the following file: