CUVIDMPEG4PICPARAMS

Type Alias CUVIDMPEG4PICPARAMS 

Source
pub type CUVIDMPEG4PICPARAMS = _CUVIDMPEG4PICPARAMS;

Aliased Type§

#[repr(C)]
pub struct CUVIDMPEG4PICPARAMS {
Show 23 fields pub ForwardRefIdx: i32, pub BackwardRefIdx: i32, pub video_object_layer_width: i32, pub video_object_layer_height: i32, pub vop_time_increment_bitcount: i32, pub top_field_first: i32, pub resync_marker_disable: i32, pub quant_type: i32, pub quarter_sample: i32, pub short_video_header: i32, pub divx_flags: i32, pub vop_coding_type: i32, pub vop_coded: i32, pub vop_rounding_type: i32, pub alternate_vertical_scan_flag: i32, pub interlaced: i32, pub vop_fcode_forward: i32, pub vop_fcode_backward: i32, pub trd: [i32; 2], pub trb: [i32; 2], pub QuantMatrixIntra: [u8; 64], pub QuantMatrixInter: [u8; 64], pub gmc_enabled: i32,
}

Fields§

§ForwardRefIdx: i32§BackwardRefIdx: i32§video_object_layer_width: i32§video_object_layer_height: i32§vop_time_increment_bitcount: i32§top_field_first: i32§resync_marker_disable: i32§quant_type: i32§quarter_sample: i32§short_video_header: i32§divx_flags: i32§vop_coding_type: i32§vop_coded: i32§vop_rounding_type: i32§alternate_vertical_scan_flag: i32§interlaced: i32§vop_fcode_forward: i32§vop_fcode_backward: i32§trd: [i32; 2]§trb: [i32; 2]§QuantMatrixIntra: [u8; 64]§QuantMatrixInter: [u8; 64]§gmc_enabled: i32