Struct pilka_lib::ash::vk::native::StdVideoH264SequenceParameterSet[]

#[repr(C)]
pub struct StdVideoH264SequenceParameterSet {
Show 23 fields pub profile_idc: u32, pub level_idc: u32, pub seq_parameter_set_id: u8, pub chroma_format_idc: u32, pub bit_depth_luma_minus8: u8, pub bit_depth_chroma_minus8: u8, pub log2_max_frame_num_minus4: u8, pub pic_order_cnt_type: u32, pub log2_max_pic_order_cnt_lsb_minus4: u8, pub offset_for_non_ref_pic: i32, pub offset_for_top_to_bottom_field: i32, pub num_ref_frames_in_pic_order_cnt_cycle: u8, pub max_num_ref_frames: u8, pub pic_width_in_mbs_minus1: u32, pub pic_height_in_map_units_minus1: u32, pub frame_crop_left_offset: u32, pub frame_crop_right_offset: u32, pub frame_crop_top_offset: u32, pub frame_crop_bottom_offset: u32, pub flags: StdVideoH264SpsFlags, pub offset_for_ref_frame: [i32; 255], pub pScalingLists: *mut StdVideoH264ScalingLists, pub pSequenceParameterSetVui: *mut StdVideoH264SequenceParameterSetVui,
}

Fields

profile_idc: u32level_idc: u32seq_parameter_set_id: u8chroma_format_idc: u32bit_depth_luma_minus8: u8bit_depth_chroma_minus8: u8log2_max_frame_num_minus4: u8pic_order_cnt_type: u32log2_max_pic_order_cnt_lsb_minus4: u8offset_for_non_ref_pic: i32offset_for_top_to_bottom_field: i32num_ref_frames_in_pic_order_cnt_cycle: u8max_num_ref_frames: u8pic_width_in_mbs_minus1: u32pic_height_in_map_units_minus1: u32frame_crop_left_offset: u32frame_crop_right_offset: u32frame_crop_top_offset: u32frame_crop_bottom_offset: u32flags: StdVideoH264SpsFlagsoffset_for_ref_frame: [i32; 255]pScalingLists: *mut StdVideoH264ScalingListspSequenceParameterSetVui: *mut StdVideoH264SequenceParameterSetVui

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.