#[repr(C)]pub struct v4l2_ctrl_hevc_slice_params {Show 30 fields
pub bit_size: __u32,
pub data_byte_offset: __u32,
pub num_entry_point_offsets: __u32,
pub nal_unit_type: __u8,
pub nuh_temporal_id_plus1: __u8,
pub slice_type: __u8,
pub colour_plane_id: __u8,
pub slice_pic_order_cnt: __s32,
pub num_ref_idx_l0_active_minus1: __u8,
pub num_ref_idx_l1_active_minus1: __u8,
pub collocated_ref_idx: __u8,
pub five_minus_max_num_merge_cand: __u8,
pub slice_qp_delta: __s8,
pub slice_cb_qp_offset: __s8,
pub slice_cr_qp_offset: __s8,
pub slice_act_y_qp_offset: __s8,
pub slice_act_cb_qp_offset: __s8,
pub slice_act_cr_qp_offset: __s8,
pub slice_beta_offset_div2: __s8,
pub slice_tc_offset_div2: __s8,
pub pic_struct: __u8,
pub reserved0: [__u8; 3],
pub slice_segment_addr: __u32,
pub ref_idx_l0: [__u8; 16],
pub ref_idx_l1: [__u8; 16],
pub short_term_ref_pic_set_size: __u16,
pub long_term_ref_pic_set_size: __u16,
pub pred_weight_table: v4l2_hevc_pred_weight_table,
pub reserved1: [__u8; 2],
pub flags: __u64,
}
Fields§
§bit_size: __u32
§data_byte_offset: __u32
§num_entry_point_offsets: __u32
§nal_unit_type: __u8
§nuh_temporal_id_plus1: __u8
§slice_type: __u8
§colour_plane_id: __u8
§slice_pic_order_cnt: __s32
§num_ref_idx_l0_active_minus1: __u8
§num_ref_idx_l1_active_minus1: __u8
§collocated_ref_idx: __u8
§five_minus_max_num_merge_cand: __u8
§slice_qp_delta: __s8
§slice_cb_qp_offset: __s8
§slice_cr_qp_offset: __s8
§slice_act_y_qp_offset: __s8
§slice_act_cb_qp_offset: __s8
§slice_act_cr_qp_offset: __s8
§slice_beta_offset_div2: __s8
§slice_tc_offset_div2: __s8
§pic_struct: __u8
§reserved0: [__u8; 3]
§slice_segment_addr: __u32
§ref_idx_l0: [__u8; 16]
§ref_idx_l1: [__u8; 16]
§short_term_ref_pic_set_size: __u16
§long_term_ref_pic_set_size: __u16
§pred_weight_table: v4l2_hevc_pred_weight_table
§reserved1: [__u8; 2]
§flags: __u64
Trait Implementations§
Source§impl Clone for v4l2_ctrl_hevc_slice_params
impl Clone for v4l2_ctrl_hevc_slice_params
Source§fn clone(&self) -> v4l2_ctrl_hevc_slice_params
fn clone(&self) -> v4l2_ctrl_hevc_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_hevc_slice_params
impl Debug for v4l2_ctrl_hevc_slice_params
impl Copy for v4l2_ctrl_hevc_slice_params
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_hevc_slice_params
impl RefUnwindSafe for v4l2_ctrl_hevc_slice_params
impl Send for v4l2_ctrl_hevc_slice_params
impl Sync for v4l2_ctrl_hevc_slice_params
impl Unpin for v4l2_ctrl_hevc_slice_params
impl UnwindSafe for v4l2_ctrl_hevc_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