Struct AVDOVIRpuDataHeader
#[repr(C)]pub struct AVDOVIRpuDataHeader {Show 17 fields
pub rpu_type: u8,
pub rpu_format: u16,
pub vdr_rpu_profile: u8,
pub vdr_rpu_level: u8,
pub chroma_resampling_explicit_filter_flag: u8,
pub coef_data_type: u8,
pub coef_log2_denom: u8,
pub vdr_rpu_normalized_idc: u8,
pub bl_video_full_range_flag: u8,
pub bl_bit_depth: u8,
pub el_bit_depth: u8,
pub vdr_bit_depth: u8,
pub spatial_resampling_filter_flag: u8,
pub el_spatial_resampling_filter_flag: u8,
pub disable_residual_flag: u8,
pub ext_mapping_idc_0_4: u8,
pub ext_mapping_idc_5_7: u8,
}
Expand description
Dolby Vision RPU data header.
@note sizeof(AVDOVIRpuDataHeader) is not part of the public ABI.
Fields§
§rpu_type: u8
§rpu_format: u16
§vdr_rpu_profile: u8
§vdr_rpu_level: u8
§chroma_resampling_explicit_filter_flag: u8
§coef_data_type: u8
§coef_log2_denom: u8
§vdr_rpu_normalized_idc: u8
§bl_video_full_range_flag: u8
§bl_bit_depth: u8
§el_bit_depth: u8
§vdr_bit_depth: u8
§spatial_resampling_filter_flag: u8
§el_spatial_resampling_filter_flag: u8
§disable_residual_flag: u8
§ext_mapping_idc_0_4: u8
§ext_mapping_idc_5_7: u8
Trait Implementations§
§impl Clone for AVDOVIRpuDataHeader
impl Clone for AVDOVIRpuDataHeader
§fn clone(&self) -> AVDOVIRpuDataHeader
fn clone(&self) -> AVDOVIRpuDataHeader
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 more§impl Debug for AVDOVIRpuDataHeader
impl Debug for AVDOVIRpuDataHeader
impl Copy for AVDOVIRpuDataHeader
Auto Trait Implementations§
impl Freeze for AVDOVIRpuDataHeader
impl RefUnwindSafe for AVDOVIRpuDataHeader
impl Send for AVDOVIRpuDataHeader
impl Sync for AVDOVIRpuDataHeader
impl Unpin for AVDOVIRpuDataHeader
impl UnwindSafe for AVDOVIRpuDataHeader
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