[][src]Struct intel_genxml::gen75::MfxAvcImgState

pub struct MfxAvcImgState {
    pub dword_length: u32,
    pub subopcode_b: u32,
    pub subopcode_a: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub frame_size: u32,
    pub frame_width: u32,
    pub frame_height: u32,
    pub image_structure: u32,
    pub weighted_biprediction_idc: u32,
    pub weighted_prediction_enable: bool,
    pub first_chroma_qp_offset: u32,
    pub second_chroma_qp_offset: u32,
    pub field_picure: bool,
    pub mbaff_mode: bool,
    pub frame_mb_only: bool,
    pub _8x8_idct_transform_mode: bool,
    pub direct_8x8_inference: bool,
    pub constrained_intra_prediction: bool,
    pub non_reference_picture: bool,
    pub entropy_coding_sync_enable: bool,
    pub mb_mv_format: u32,
    pub chroma_format_idc: u32,
    pub mv_unpacked_enable: bool,
    pub load_bitstream_pointer_per_slice: bool,
    pub mb_status_read: bool,
    pub minimum_frame_size: u32,
    pub intra_mb_max_bit_control: bool,
    pub inter_mb_max_bit_control: bool,
    pub frame_bitrate_max_report: bool,
    pub frame_bitrate_min_report: bool,
    pub force_ipcm_control: bool,
    pub mb_level_rate_control: bool,
    pub minimum_frame_size_units: u32,
    pub inter_mb_force_cbp_to_zero_control: bool,
    pub non_first_pass: u32,
    pub trellis_quantization_chroma_disable: bool,
    pub trellis_quantization_rounding: u32,
    pub trellis_quantization_enable: bool,
    pub intra_mb_conformance_max_size: u32,
    pub inter_mb_conformance_max_size: u32,
    pub slice_delta_qp_max_0: i32,
    pub slice_delta_qp_max_1: i32,
    pub slice_delta_qp_max_2: u32,
    pub slice_delta_qp_max_3: i32,
    pub slice_delta_qp_min_0: i32,
    pub slice_delta_qp_min_1: i32,
    pub slice_delta_qp_min_2: i32,
    pub slice_delta_qp_min_3: i32,
    pub frame_bitrate_min: u32,
    pub frame_bitrate_min_unit_mode: u32,
    pub frame_bitrate_min_unit: u32,
    pub frame_bitrate_max: u32,
    pub frame_bitrate_max_unit_mode: u32,
    pub frame_bitrate_max_unit: u32,
    pub frame_bitrate_min_delta: u32,
    pub frame_bitrate_max_delta: u32,
    pub slice_stats_stream_out_enable: bool,
    pub initial_qp_value: i32,
    pub number_of_active_reference_pictures_from_l0: u32,
    pub number_of_active_reference_pictures_from_l1: u32,
    pub number_of_reference_frames: u32,
    pub current_picture_has_performed_mmco5: bool,
    pub pic_order_present: bool,
    pub delta_pic_order_always_zero: bool,
    pub pic_order_count_type: u32,
    pub slice_group_map_type: u32,
    pub redundant_pic_count_present: bool,
    pub number_of_slice_groups: u32,
    pub deblocking_filter_control_present: bool,
    pub log2_max_frame_number: u32,
    pub log2_max_pic_order_count_lsb: u32,
    pub slice_group_change_rate: u32,
    pub current_picture_frame_number: u32,
    pub current_frame_view_id: u32,
    pub max_view_idxl0: u32,
    pub max_view_idxl1: u32,
    pub inter_view_order_disable: bool,
}

Fields

dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32frame_size: u32frame_width: u32frame_height: u32image_structure: u32weighted_biprediction_idc: u32weighted_prediction_enable: boolfirst_chroma_qp_offset: u32second_chroma_qp_offset: u32field_picure: boolmbaff_mode: boolframe_mb_only: bool_8x8_idct_transform_mode: booldirect_8x8_inference: boolconstrained_intra_prediction: boolnon_reference_picture: boolentropy_coding_sync_enable: boolmb_mv_format: u32chroma_format_idc: u32mv_unpacked_enable: boolload_bitstream_pointer_per_slice: boolmb_status_read: boolminimum_frame_size: u32intra_mb_max_bit_control: boolinter_mb_max_bit_control: boolframe_bitrate_max_report: boolframe_bitrate_min_report: boolforce_ipcm_control: boolmb_level_rate_control: boolminimum_frame_size_units: u32inter_mb_force_cbp_to_zero_control: boolnon_first_pass: u32trellis_quantization_chroma_disable: booltrellis_quantization_rounding: u32trellis_quantization_enable: boolintra_mb_conformance_max_size: u32inter_mb_conformance_max_size: u32slice_delta_qp_max_0: i32slice_delta_qp_max_1: i32slice_delta_qp_max_2: u32slice_delta_qp_max_3: i32slice_delta_qp_min_0: i32slice_delta_qp_min_1: i32slice_delta_qp_min_2: i32slice_delta_qp_min_3: i32frame_bitrate_min: u32frame_bitrate_min_unit_mode: u32frame_bitrate_min_unit: u32frame_bitrate_max: u32frame_bitrate_max_unit_mode: u32frame_bitrate_max_unit: u32frame_bitrate_min_delta: u32frame_bitrate_max_delta: u32slice_stats_stream_out_enable: boolinitial_qp_value: i32number_of_active_reference_pictures_from_l0: u32number_of_active_reference_pictures_from_l1: u32number_of_reference_frames: u32current_picture_has_performed_mmco5: boolpic_order_present: booldelta_pic_order_always_zero: boolpic_order_count_type: u32slice_group_map_type: u32redundant_pic_count_present: boolnumber_of_slice_groups: u32deblocking_filter_control_present: boollog2_max_frame_number: u32log2_max_pic_order_count_lsb: u32slice_group_change_rate: u32current_picture_frame_number: u32current_frame_view_id: u32max_view_idxl0: u32max_view_idxl1: u32inter_view_order_disable: bool

Methods

impl MfxAvcImgState[src]

pub const DWORD_LENGTH: u32[src]

pub const BOTTOM_FIELD_PICTURE: u32[src]

pub const COMPATIBILITY_MODE: u32[src]

pub const DEFAULT: u32[src]

pub const EXPLICIT: u32[src]

pub const FOLLOW: u32[src]

pub const FRAME_PICTURE: u32[src]

pub const IGNORE: u32[src]

pub const IMPLICIT: u32[src]

pub const INVALID_NOT_ALLOWED: u32[src]

pub const MONOCHROME_PICTURE: u32[src]

pub const NEW_MODE: u32[src]

pub const TOP_FIELD_PICTURE: u32[src]

pub const _16KB: u32[src]

pub const _16_BYTES: u32[src]

pub const _4KB: u32[src]

pub const _4_2_0_PICTURE: u32[src]

pub const _4_2_2_PICTURE_NOT_SUPPORTED: u32[src]

pub const _4_4_4_PICTURE_NOT_SUPPORTED: u32[src]

Trait Implementations

impl Default for MfxAvcImgState[src]

impl Deserialize for MfxAvcImgState[src]

impl<'_> From<&'_ [u32; 17]> for MfxAvcImgState[src]

impl Serialize for MfxAvcImgState[src]

type Out = [u32; 17]

Auto Trait Implementations

impl RefUnwindSafe for MfxAvcImgState

impl Send for MfxAvcImgState

impl Sync for MfxAvcImgState

impl Unpin for MfxAvcImgState

impl UnwindSafe for MfxAvcImgState

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.