Struct h264_reader::nal::pps::PicParameterSet
source · pub struct PicParameterSet {Show 16 fields
pub pic_parameter_set_id: ParamSetId,
pub seq_parameter_set_id: ParamSetId,
pub entropy_coding_mode_flag: bool,
pub bottom_field_pic_order_in_frame_present_flag: bool,
pub slice_groups: Option<SliceGroup>,
pub num_ref_idx_l0_default_active_minus1: u32,
pub num_ref_idx_l1_default_active_minus1: u32,
pub weighted_pred_flag: bool,
pub weighted_bipred_idc: u8,
pub pic_init_qp_minus26: i32,
pub pic_init_qs_minus26: i32,
pub chroma_qp_index_offset: i32,
pub deblocking_filter_control_present_flag: bool,
pub constrained_intra_pred_flag: bool,
pub redundant_pic_cnt_present_flag: bool,
pub extension: Option<PicParameterSetExtra>,
}
Fields§
§pic_parameter_set_id: ParamSetId
§seq_parameter_set_id: ParamSetId
§entropy_coding_mode_flag: bool
§bottom_field_pic_order_in_frame_present_flag: bool
§slice_groups: Option<SliceGroup>
§num_ref_idx_l0_default_active_minus1: u32
§num_ref_idx_l1_default_active_minus1: u32
§weighted_pred_flag: bool
§weighted_bipred_idc: u8
§pic_init_qp_minus26: i32
§pic_init_qs_minus26: i32
§chroma_qp_index_offset: i32
§deblocking_filter_control_present_flag: bool
§constrained_intra_pred_flag: bool
§redundant_pic_cnt_present_flag: bool
§extension: Option<PicParameterSetExtra>
Implementations§
Trait Implementations§
source§impl Clone for PicParameterSet
impl Clone for PicParameterSet
source§fn clone(&self) -> PicParameterSet
fn clone(&self) -> PicParameterSet
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 moreAuto Trait Implementations§
impl Freeze for PicParameterSet
impl RefUnwindSafe for PicParameterSet
impl Send for PicParameterSet
impl Sync for PicParameterSet
impl Unpin for PicParameterSet
impl UnwindSafe for PicParameterSet
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