#[repr(C)]pub struct _VAStatsStatisticsParameterH264 {
pub stats_params: VAStatsStatisticsParameter,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 16]>,
pub reserved4: [u32; 2],
}Expand description
\brief Motion Vector and Statistics frame level controls. VAStatsStatisticsParameterBufferType for H264 16x16 block
Fields§
§stats_params: VAStatsStatisticsParameter§_bitfield_align_1: [u32; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 16]>§reserved4: [u32; 2]Implementations§
Source§impl _VAStatsStatisticsParameterH264
impl _VAStatsStatisticsParameterH264
pub fn frame_qp(&self) -> u32
pub fn set_frame_qp(&mut self, val: u32)
pub fn len_sp(&self) -> u32
pub fn set_len_sp(&mut self, val: u32)
pub fn search_path(&self) -> u32
pub fn set_search_path(&mut self, val: u32)
pub fn reserved0(&self) -> u32
pub fn set_reserved0(&mut self, val: u32)
pub fn sub_mb_part_mask(&self) -> u32
pub fn set_sub_mb_part_mask(&mut self, val: u32)
pub fn sub_pel_mode(&self) -> u32
pub fn set_sub_pel_mode(&mut self, val: u32)
pub fn inter_sad(&self) -> u32
pub fn set_inter_sad(&mut self, val: u32)
pub fn intra_sad(&self) -> u32
pub fn set_intra_sad(&mut self, val: u32)
pub fn adaptive_search(&self) -> u32
pub fn set_adaptive_search(&mut self, val: u32)
pub fn mv_predictor_ctrl(&self) -> u32
pub fn set_mv_predictor_ctrl(&mut self, val: u32)
pub fn mb_qp(&self) -> u32
pub fn set_mb_qp(&mut self, val: u32)
pub fn ft_enable(&self) -> u32
pub fn set_ft_enable(&mut self, val: u32)
pub fn intra_part_mask(&self) -> u32
pub fn set_intra_part_mask(&mut self, val: u32)
pub fn reserved1(&self) -> u32
pub fn set_reserved1(&mut self, val: u32)
pub fn ref_width(&self) -> u32
pub fn set_ref_width(&mut self, val: u32)
pub fn ref_height(&self) -> u32
pub fn set_ref_height(&mut self, val: u32)
pub fn search_window(&self) -> u32
pub fn set_search_window(&mut self, val: u32)
pub fn reserved2(&self) -> u32
pub fn set_reserved2(&mut self, val: u32)
pub fn disable_mv_output(&self) -> u32
pub fn set_disable_mv_output(&mut self, val: u32)
pub fn disable_statistics_output(&self) -> u32
pub fn set_disable_statistics_output(&mut self, val: u32)
pub fn enable_8x8_statistics(&self) -> u32
pub fn set_enable_8x8_statistics(&mut self, val: u32)
pub fn reserved3(&self) -> u32
pub fn set_reserved3(&mut self, val: u32)
pub fn new_bitfield_1( frame_qp: u32, len_sp: u32, search_path: u32, reserved0: u32, sub_mb_part_mask: u32, sub_pel_mode: u32, inter_sad: u32, intra_sad: u32, adaptive_search: u32, mv_predictor_ctrl: u32, mb_qp: u32, ft_enable: u32, intra_part_mask: u32, reserved1: u32, ref_width: u32, ref_height: u32, search_window: u32, reserved2: u32, disable_mv_output: u32, disable_statistics_output: u32, enable_8x8_statistics: u32, reserved3: u32, ) -> __BindgenBitfieldUnit<[u8; 16]>
Trait Implementations§
Source§impl Clone for _VAStatsStatisticsParameterH264
impl Clone for _VAStatsStatisticsParameterH264
Source§fn clone(&self) -> _VAStatsStatisticsParameterH264
fn clone(&self) -> _VAStatsStatisticsParameterH264
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for _VAStatsStatisticsParameterH264
impl Eq for _VAStatsStatisticsParameterH264
Source§impl PartialEq for _VAStatsStatisticsParameterH264
impl PartialEq for _VAStatsStatisticsParameterH264
Source§fn eq(&self, other: &_VAStatsStatisticsParameterH264) -> bool
fn eq(&self, other: &_VAStatsStatisticsParameterH264) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for _VAStatsStatisticsParameterH264
Auto Trait Implementations§
impl !Send for _VAStatsStatisticsParameterH264
impl !Sync for _VAStatsStatisticsParameterH264
impl Freeze for _VAStatsStatisticsParameterH264
impl RefUnwindSafe for _VAStatsStatisticsParameterH264
impl Unpin for _VAStatsStatisticsParameterH264
impl UnsafeUnpin for _VAStatsStatisticsParameterH264
impl UnwindSafe for _VAStatsStatisticsParameterH264
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