Struct ash::vk::native::StdVideoH265SequenceParameterSetVui
source · #[repr(C)]pub struct StdVideoH265SequenceParameterSetVui {Show 26 fields
pub flags: StdVideoH265SpsVuiFlags,
pub aspect_ratio_idc: StdVideoH265AspectRatioIdc,
pub sar_width: u16,
pub sar_height: u16,
pub video_format: u8,
pub colour_primaries: u8,
pub transfer_characteristics: u8,
pub matrix_coeffs: u8,
pub chroma_sample_loc_type_top_field: u8,
pub chroma_sample_loc_type_bottom_field: u8,
pub reserved1: u8,
pub reserved2: u8,
pub def_disp_win_left_offset: u16,
pub def_disp_win_right_offset: u16,
pub def_disp_win_top_offset: u16,
pub def_disp_win_bottom_offset: u16,
pub vui_num_units_in_tick: u32,
pub vui_time_scale: u32,
pub vui_num_ticks_poc_diff_one_minus1: u32,
pub min_spatial_segmentation_idc: u16,
pub reserved3: u16,
pub max_bytes_per_pic_denom: u8,
pub max_bits_per_min_cu_denom: u8,
pub log2_max_mv_length_horizontal: u8,
pub log2_max_mv_length_vertical: u8,
pub pHrdParameters: *const StdVideoH265HrdParameters,
}
Fields§
§flags: StdVideoH265SpsVuiFlags
§aspect_ratio_idc: StdVideoH265AspectRatioIdc
§sar_width: u16
§sar_height: u16
§video_format: u8
§colour_primaries: u8
§transfer_characteristics: u8
§matrix_coeffs: u8
§chroma_sample_loc_type_top_field: u8
§chroma_sample_loc_type_bottom_field: u8
§reserved1: u8
§reserved2: u8
§def_disp_win_left_offset: u16
§def_disp_win_right_offset: u16
§def_disp_win_top_offset: u16
§def_disp_win_bottom_offset: u16
§vui_num_units_in_tick: u32
§vui_time_scale: u32
§vui_num_ticks_poc_diff_one_minus1: u32
§min_spatial_segmentation_idc: u16
§reserved3: u16
§max_bytes_per_pic_denom: u8
§max_bits_per_min_cu_denom: u8
§log2_max_mv_length_horizontal: u8
§log2_max_mv_length_vertical: u8
§pHrdParameters: *const StdVideoH265HrdParameters
Trait Implementations§
source§impl Clone for StdVideoH265SequenceParameterSetVui
impl Clone for StdVideoH265SequenceParameterSetVui
source§fn clone(&self) -> StdVideoH265SequenceParameterSetVui
fn clone(&self) -> StdVideoH265SequenceParameterSetVui
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for StdVideoH265SequenceParameterSetVui
Auto Trait Implementations§
impl Freeze for StdVideoH265SequenceParameterSetVui
impl RefUnwindSafe for StdVideoH265SequenceParameterSetVui
impl !Send for StdVideoH265SequenceParameterSetVui
impl !Sync for StdVideoH265SequenceParameterSetVui
impl Unpin for StdVideoH265SequenceParameterSetVui
impl UnwindSafe for StdVideoH265SequenceParameterSetVui
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more