#[repr(C)]pub struct v4l2_ctrl_h264_sps {Show 18 fields
pub profile_idc: __u8,
pub constraint_set_flags: __u8,
pub level_idc: __u8,
pub seq_parameter_set_id: __u8,
pub chroma_format_idc: __u8,
pub bit_depth_luma_minus8: __u8,
pub bit_depth_chroma_minus8: __u8,
pub log2_max_frame_num_minus4: __u8,
pub pic_order_cnt_type: __u8,
pub log2_max_pic_order_cnt_lsb_minus4: __u8,
pub max_num_ref_frames: __u8,
pub num_ref_frames_in_pic_order_cnt_cycle: __u8,
pub offset_for_ref_frame: [__s32; 255],
pub offset_for_non_ref_pic: __s32,
pub offset_for_top_to_bottom_field: __s32,
pub pic_width_in_mbs_minus1: __u16,
pub pic_height_in_map_units_minus1: __u16,
pub flags: __u32,
}
Fields§
§profile_idc: __u8
§constraint_set_flags: __u8
§level_idc: __u8
§seq_parameter_set_id: __u8
§chroma_format_idc: __u8
§bit_depth_luma_minus8: __u8
§bit_depth_chroma_minus8: __u8
§log2_max_frame_num_minus4: __u8
§pic_order_cnt_type: __u8
§log2_max_pic_order_cnt_lsb_minus4: __u8
§max_num_ref_frames: __u8
§num_ref_frames_in_pic_order_cnt_cycle: __u8
§offset_for_ref_frame: [__s32; 255]
§offset_for_non_ref_pic: __s32
§offset_for_top_to_bottom_field: __s32
§pic_width_in_mbs_minus1: __u16
§pic_height_in_map_units_minus1: __u16
§flags: __u32
Trait Implementations§
Source§impl Clone for v4l2_ctrl_h264_sps
impl Clone for v4l2_ctrl_h264_sps
Source§fn clone(&self) -> v4l2_ctrl_h264_sps
fn clone(&self) -> v4l2_ctrl_h264_sps
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 moreSource§impl Debug for v4l2_ctrl_h264_sps
impl Debug for v4l2_ctrl_h264_sps
impl Copy for v4l2_ctrl_h264_sps
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_h264_sps
impl RefUnwindSafe for v4l2_ctrl_h264_sps
impl Send for v4l2_ctrl_h264_sps
impl Sync for v4l2_ctrl_h264_sps
impl Unpin for v4l2_ctrl_h264_sps
impl UnwindSafe for v4l2_ctrl_h264_sps
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