#[repr(C)]
pub struct _VAEncSliceParameterBufferH264 {
Show 35 fields pub macroblock_address: u32, pub num_macroblocks: u32, pub macroblock_info: c_uint, pub slice_type: u8, pub pic_parameter_set_id: u8, pub idr_pic_id: u16, pub pic_order_cnt_lsb: u16, pub delta_pic_order_cnt_bottom: i32, pub delta_pic_order_cnt: [i32; 2], pub direct_spatial_mv_pred_flag: u8, pub num_ref_idx_active_override_flag: u8, pub num_ref_idx_l0_active_minus1: u8, pub num_ref_idx_l1_active_minus1: u8, 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: [c_short; 32], pub luma_offset_l0: [c_short; 32], pub chroma_weight_l0_flag: u8, pub chroma_weight_l0: [[c_short; 2]; 32], pub chroma_offset_l0: [[c_short; 2]; 32], pub luma_weight_l1_flag: u8, pub luma_weight_l1: [c_short; 32], pub luma_offset_l1: [c_short; 32], pub chroma_weight_l1_flag: u8, pub chroma_weight_l1: [[c_short; 2]; 32], pub chroma_offset_l1: [[c_short; 2]; 32], 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 va_reserved: [u32; 4],
}

Fields

macroblock_address: u32num_macroblocks: u32macroblock_info: c_uintslice_type: u8pic_parameter_set_id: u8idr_pic_id: u16pic_order_cnt_lsb: u16delta_pic_order_cnt_bottom: i32delta_pic_order_cnt: [i32; 2]direct_spatial_mv_pred_flag: u8num_ref_idx_active_override_flag: u8num_ref_idx_l0_active_minus1: u8num_ref_idx_l1_active_minus1: u8RefPicList0: [_VAPictureH264; 32]RefPicList1: [_VAPictureH264; 32]luma_log2_weight_denom: u8chroma_log2_weight_denom: u8luma_weight_l0_flag: u8luma_weight_l0: [c_short; 32]luma_offset_l0: [c_short; 32]chroma_weight_l0_flag: u8chroma_weight_l0: [[c_short; 2]; 32]chroma_offset_l0: [[c_short; 2]; 32]luma_weight_l1_flag: u8luma_weight_l1: [c_short; 32]luma_offset_l1: [c_short; 32]chroma_weight_l1_flag: u8chroma_weight_l1: [[c_short; 2]; 32]chroma_offset_l1: [[c_short; 2]; 32]cabac_init_idc: u8slice_qp_delta: i8disable_deblocking_filter_idc: u8slice_alpha_c0_offset_div2: i8slice_beta_offset_div2: i8va_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.