#[repr(C)]pub struct v4l2_ctrl_hevc_decode_params {Show 14 fields
pub pic_order_cnt_val: __s32,
pub short_term_ref_pic_set_size: __u16,
pub long_term_ref_pic_set_size: __u16,
pub num_active_dpb_entries: __u8,
pub num_poc_st_curr_before: __u8,
pub num_poc_st_curr_after: __u8,
pub num_poc_lt_curr: __u8,
pub poc_st_curr_before: [__u8; 16],
pub poc_st_curr_after: [__u8; 16],
pub poc_lt_curr: [__u8; 16],
pub num_delta_pocs_of_ref_rps_idx: __u8,
pub reserved: [__u8; 3],
pub dpb: [v4l2_hevc_dpb_entry; 16],
pub flags: __u64,
}
Fields§
§pic_order_cnt_val: __s32
§short_term_ref_pic_set_size: __u16
§long_term_ref_pic_set_size: __u16
§num_active_dpb_entries: __u8
§num_poc_st_curr_before: __u8
§num_poc_st_curr_after: __u8
§num_poc_lt_curr: __u8
§poc_st_curr_before: [__u8; 16]
§poc_st_curr_after: [__u8; 16]
§poc_lt_curr: [__u8; 16]
§num_delta_pocs_of_ref_rps_idx: __u8
§reserved: [__u8; 3]
§dpb: [v4l2_hevc_dpb_entry; 16]
§flags: __u64
Trait Implementations§
Source§impl Clone for v4l2_ctrl_hevc_decode_params
impl Clone for v4l2_ctrl_hevc_decode_params
Source§fn clone(&self) -> v4l2_ctrl_hevc_decode_params
fn clone(&self) -> v4l2_ctrl_hevc_decode_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_decode_params
impl Debug for v4l2_ctrl_hevc_decode_params
impl Copy for v4l2_ctrl_hevc_decode_params
Auto Trait Implementations§
impl Freeze for v4l2_ctrl_hevc_decode_params
impl RefUnwindSafe for v4l2_ctrl_hevc_decode_params
impl Send for v4l2_ctrl_hevc_decode_params
impl Sync for v4l2_ctrl_hevc_decode_params
impl Unpin for v4l2_ctrl_hevc_decode_params
impl UnwindSafe for v4l2_ctrl_hevc_decode_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