#[repr(C)]pub struct StdVideoH264SequenceParameterSet {Show 23 fields
pub flags: StdVideoH264SpsFlags,
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 pOffsetForRefFrame: *const i32,
pub pScalingLists: *const StdVideoH264ScalingLists,
pub pSequenceParameterSetVui: *const StdVideoH264SequenceParameterSetVui,
}Fields
flags: StdVideoH264SpsFlagsprofile_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: u32pOffsetForRefFrame: *const i32pScalingLists: *const StdVideoH264ScalingListspSequenceParameterSetVui: *const StdVideoH264SequenceParameterSetVuiTrait Implementations
sourceimpl Clone for StdVideoH264SequenceParameterSet
impl Clone for StdVideoH264SequenceParameterSet
sourcefn clone(&self) -> StdVideoH264SequenceParameterSet
fn clone(&self) -> StdVideoH264SequenceParameterSet
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for StdVideoH264SequenceParameterSet
Auto Trait Implementations
impl RefUnwindSafe for StdVideoH264SequenceParameterSet
impl !Send for StdVideoH264SequenceParameterSet
impl !Sync for StdVideoH264SequenceParameterSet
impl Unpin for StdVideoH264SequenceParameterSet
impl UnwindSafe for StdVideoH264SequenceParameterSet
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more