v4l2_subdev::sys

Struct v4l2_ctrl_hevc_slice_params

Source
#[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

Source§

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)

Performs copy-assignment from source. Read more
Source§

impl Debug for v4l2_ctrl_hevc_slice_params

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for v4l2_ctrl_hevc_slice_params

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dst: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dst. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

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

fn clone_into(&self, target: &mut T)

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

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.