#[repr(C)]
pub struct _VASliceParameterBufferH264 {
Show 31 fields pub slice_data_size: u32, pub slice_data_offset: u32, pub slice_data_flag: u32, pub slice_data_bit_offset: u16, pub first_mb_in_slice: u16, pub slice_type: u8, pub direct_spatial_mv_pred_flag: u8, pub num_ref_idx_l0_active_minus1: u8, pub num_ref_idx_l1_active_minus1: u8, pub cabac_init_idc: u8, pub slice_qp_delta: i8, pub disable_deblocking_filter_idc: u8, pub slice_alpha_c0_offset_div2: i8, pub slice_beta_offset_div2: i8, pub RefPicList0: [_VAPictureH264; 32], pub RefPicList1: [_VAPictureH264; 32], pub luma_log2_weight_denom: u8, pub chroma_log2_weight_denom: u8, pub luma_weight_l0_flag: u8, pub luma_weight_l0: [i16; 32], pub luma_offset_l0: [i16; 32], pub chroma_weight_l0_flag: u8, pub chroma_weight_l0: [[i16; 2]; 32], pub chroma_offset_l0: [[i16; 2]; 32], pub luma_weight_l1_flag: u8, pub luma_weight_l1: [i16; 32], pub luma_offset_l1: [i16; 32], pub chroma_weight_l1_flag: u8, pub chroma_weight_l1: [[i16; 2]; 32], pub chroma_offset_l1: [[i16; 2]; 32], pub va_reserved: [u32; 4],
}

Fields

slice_data_size: u32slice_data_offset: u32slice_data_flag: u32slice_data_bit_offset: u16first_mb_in_slice: u16slice_type: u8direct_spatial_mv_pred_flag: u8num_ref_idx_l0_active_minus1: u8num_ref_idx_l1_active_minus1: u8cabac_init_idc: u8slice_qp_delta: i8disable_deblocking_filter_idc: u8slice_alpha_c0_offset_div2: i8slice_beta_offset_div2: i8RefPicList0: [_VAPictureH264; 32]RefPicList1: [_VAPictureH264; 32]luma_log2_weight_denom: u8chroma_log2_weight_denom: u8luma_weight_l0_flag: u8luma_weight_l0: [i16; 32]luma_offset_l0: [i16; 32]chroma_weight_l0_flag: u8chroma_weight_l0: [[i16; 2]; 32]chroma_offset_l0: [[i16; 2]; 32]luma_weight_l1_flag: u8luma_weight_l1: [i16; 32]luma_offset_l1: [i16; 32]chroma_weight_l1_flag: u8chroma_weight_l1: [[i16; 2]; 32]chroma_offset_l1: [[i16; 2]; 32]va_reserved: [u32; 4]

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.