#[repr(C)]pub struct _VAStatsStatisticsH264 {
pub _bitfield_align_1: [u16; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 16]>,
pub sum_coef: u32,
pub _bitfield_align_2: [u32; 0],
pub _bitfield_2: __BindgenBitfieldUnit<[u8; 4]>,
pub variance_16x16: u32,
pub variance_8x8: [u32; 4],
pub pixel_average_16x16: u32,
pub pixel_average_8x8: [u32; 4],
}
Fields
_bitfield_align_1: [u16; 0]
_bitfield_1: __BindgenBitfieldUnit<[u8; 16]>
sum_coef: u32
_bitfield_align_2: [u32; 0]
_bitfield_2: __BindgenBitfieldUnit<[u8; 4]>
variance_16x16: u32
variance_8x8: [u32; 4]
pixel_average_16x16: u32
pixel_average_8x8: [u32; 4]
Implementations
sourceimpl _VAStatsStatisticsH264
impl _VAStatsStatisticsH264
pub fn best_inter_distortion0(&self) -> u32
pub fn set_best_inter_distortion0(&mut self, val: u32)
pub fn inter_mode0(&self) -> u32
pub fn set_inter_mode0(&mut self, val: u32)
pub fn best_inter_distortion1(&self) -> u32
pub fn set_best_inter_distortion1(&mut self, val: u32)
pub fn inter_mode1(&self) -> u32
pub fn set_inter_mode1(&mut self, val: u32)
pub fn best_intra_distortion(&self) -> u32
pub fn set_best_intra_distortion(&mut self, val: u32)
pub fn intra_mode(&self) -> u32
pub fn set_intra_mode(&mut self, val: u32)
pub fn num_non_zero_coef(&self) -> u32
pub fn set_num_non_zero_coef(&mut self, val: u32)
pub fn reserved0(&self) -> u32
pub fn set_reserved0(&mut self, val: u32)
pub fn new_bitfield_1(
best_inter_distortion0: u32,
inter_mode0: u32,
best_inter_distortion1: u32,
inter_mode1: u32,
best_intra_distortion: u32,
intra_mode: u32,
num_non_zero_coef: u32,
reserved0: u32
) -> __BindgenBitfieldUnit<[u8; 16]>
pub fn mb_is_flat(&self) -> u32
pub fn set_mb_is_flat(&mut self, val: u32)
pub fn reserved1(&self) -> u32
pub fn set_reserved1(&mut self, val: u32)
pub fn new_bitfield_2(
mb_is_flat: u32,
reserved1: u32
) -> __BindgenBitfieldUnit<[u8; 4]>
Trait Implementations
sourceimpl Clone for _VAStatsStatisticsH264
impl Clone for _VAStatsStatisticsH264
sourcefn clone(&self) -> _VAStatsStatisticsH264
fn clone(&self) -> _VAStatsStatisticsH264
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 moresourceimpl Debug for _VAStatsStatisticsH264
impl Debug for _VAStatsStatisticsH264
sourceimpl Default for _VAStatsStatisticsH264
impl Default for _VAStatsStatisticsH264
sourcefn default() -> _VAStatsStatisticsH264
fn default() -> _VAStatsStatisticsH264
Returns the “default value” for a type. Read more
sourceimpl PartialEq<_VAStatsStatisticsH264> for _VAStatsStatisticsH264
impl PartialEq<_VAStatsStatisticsH264> for _VAStatsStatisticsH264
sourcefn eq(&self, other: &_VAStatsStatisticsH264) -> bool
fn eq(&self, other: &_VAStatsStatisticsH264) -> bool
impl Copy for _VAStatsStatisticsH264
impl Eq for _VAStatsStatisticsH264
impl StructuralEq for _VAStatsStatisticsH264
impl StructuralPartialEq for _VAStatsStatisticsH264
Auto Trait Implementations
impl RefUnwindSafe for _VAStatsStatisticsH264
impl Send for _VAStatsStatisticsH264
impl Sync for _VAStatsStatisticsH264
impl Unpin for _VAStatsStatisticsH264
impl UnwindSafe for _VAStatsStatisticsH264
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