#[repr(C)]pub struct _VAEncPictureParameterBufferH264 {Show 14 fields
pub CurrPic: _VAPictureH264,
pub ReferenceFrames: [_VAPictureH264; 16],
pub coded_buf: c_uint,
pub pic_parameter_set_id: u8,
pub seq_parameter_set_id: u8,
pub last_picture: u8,
pub frame_num: u16,
pub pic_init_qp: u8,
pub num_ref_idx_l0_active_minus1: u8,
pub num_ref_idx_l1_active_minus1: u8,
pub chroma_qp_index_offset: i8,
pub second_chroma_qp_index_offset: i8,
pub pic_fields: _VAEncPictureParameterBufferH264__bindgen_ty_1,
pub va_reserved: [u32; 4],
}
Fields
CurrPic: _VAPictureH264
ReferenceFrames: [_VAPictureH264; 16]
coded_buf: c_uint
pic_parameter_set_id: u8
seq_parameter_set_id: u8
last_picture: u8
frame_num: u16
pic_init_qp: u8
num_ref_idx_l0_active_minus1: u8
num_ref_idx_l1_active_minus1: u8
chroma_qp_index_offset: i8
second_chroma_qp_index_offset: i8
pic_fields: _VAEncPictureParameterBufferH264__bindgen_ty_1
va_reserved: [u32; 4]
Trait Implementations
sourceimpl Clone for _VAEncPictureParameterBufferH264
impl Clone for _VAEncPictureParameterBufferH264
sourcefn clone(&self) -> _VAEncPictureParameterBufferH264
fn clone(&self) -> _VAEncPictureParameterBufferH264
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 _VAEncPictureParameterBufferH264
Auto Trait Implementations
impl RefUnwindSafe for _VAEncPictureParameterBufferH264
impl Send for _VAEncPictureParameterBufferH264
impl Sync for _VAEncPictureParameterBufferH264
impl Unpin for _VAEncPictureParameterBufferH264
impl UnwindSafe for _VAEncPictureParameterBufferH264
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