#[repr(C)]pub struct v4l2_ctrl_h264_slice_params {Show 17 fields
pub header_bit_size: __u32,
pub first_mb_in_slice: __u32,
pub slice_type: __u8,
pub colour_plane_id: __u8,
pub redundant_pic_cnt: __u8,
pub cabac_init_idc: __u8,
pub slice_qp_delta: __s8,
pub slice_qs_delta: __s8,
pub disable_deblocking_filter_idc: __u8,
pub slice_alpha_c0_offset_div2: __s8,
pub slice_beta_offset_div2: __s8,
pub num_ref_idx_l0_active_minus1: __u8,
pub num_ref_idx_l1_active_minus1: __u8,
pub reserved: __u8,
pub ref_pic_list0: [v4l2_h264_reference; 32],
pub ref_pic_list1: [v4l2_h264_reference; 32],
pub flags: __u32,
}
Fields§
§header_bit_size: __u32
§first_mb_in_slice: __u32
§slice_type: __u8
§colour_plane_id: __u8
§redundant_pic_cnt: __u8
§cabac_init_idc: __u8
§slice_qp_delta: __s8
§slice_qs_delta: __s8
§disable_deblocking_filter_idc: __u8
§slice_alpha_c0_offset_div2: __s8
§slice_beta_offset_div2: __s8
§num_ref_idx_l0_active_minus1: __u8
§num_ref_idx_l1_active_minus1: __u8
§reserved: __u8
§ref_pic_list0: [v4l2_h264_reference; 32]
§ref_pic_list1: [v4l2_h264_reference; 32]
§flags: __u32
Trait Implementations§
Source§impl Clone for v4l2_ctrl_h264_slice_params
impl Clone for v4l2_ctrl_h264_slice_params
Source§fn clone(&self) -> v4l2_ctrl_h264_slice_params
fn clone(&self) -> v4l2_ctrl_h264_slice_params
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_slice_params
impl Debug for v4l2_ctrl_h264_slice_params
impl Copy for v4l2_ctrl_h264_slice_params
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_h264_slice_params
impl RefUnwindSafe for v4l2_ctrl_h264_slice_params
impl Send for v4l2_ctrl_h264_slice_params
impl Sync for v4l2_ctrl_h264_slice_params
impl Unpin for v4l2_ctrl_h264_slice_params
impl UnwindSafe for v4l2_ctrl_h264_slice_params
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