#[repr(C)]pub struct _VADecPictureParameterBufferVP9 {Show 15 fields
pub frame_width: u16,
pub frame_height: u16,
pub reference_frames: [VASurfaceID; 8],
pub pic_fields: _VADecPictureParameterBufferVP9__bindgen_ty_1,
pub filter_level: u8,
pub sharpness_level: u8,
pub log2_tile_rows: u8,
pub log2_tile_columns: u8,
pub frame_header_length_in_bytes: u8,
pub first_partition_size: u16,
pub mb_segment_tree_probs: [u8; 7],
pub segment_pred_probs: [u8; 3],
pub profile: u8,
pub bit_depth: u8,
pub va_reserved: [u32; 8],
}
Fields
frame_width: u16
frame_height: u16
reference_frames: [VASurfaceID; 8]
pic_fields: _VADecPictureParameterBufferVP9__bindgen_ty_1
filter_level: u8
sharpness_level: u8
log2_tile_rows: u8
log2_tile_columns: u8
frame_header_length_in_bytes: u8
first_partition_size: u16
mb_segment_tree_probs: [u8; 7]
segment_pred_probs: [u8; 3]
profile: u8
bit_depth: u8
va_reserved: [u32; 8]
Trait Implementations
sourceimpl Clone for _VADecPictureParameterBufferVP9
impl Clone for _VADecPictureParameterBufferVP9
sourcefn clone(&self) -> _VADecPictureParameterBufferVP9
fn clone(&self) -> _VADecPictureParameterBufferVP9
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _VADecPictureParameterBufferVP9
Auto Trait Implementations
impl RefUnwindSafe for _VADecPictureParameterBufferVP9
impl Send for _VADecPictureParameterBufferVP9
impl Sync for _VADecPictureParameterBufferVP9
impl Unpin for _VADecPictureParameterBufferVP9
impl UnwindSafe for _VADecPictureParameterBufferVP9
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more