[−][src]Struct intel_genxml::gen6::MfxAvcImgState
Fields
dword_length: u32subopcode_b: u32subopcode_a: u32media_command_opcode: u32pipeline: u32command_type: u32frame_size: u32frame_width: u32frame_height: u32current_decoded_image_frame_store_id: u32image_structure: u32qm_present: boolmonochrome_pwt_decoding_mode: boolinter_mb_conformance: boolintra_mb_conformance: boolsecond_chroma_qp_offset: u32field_picture: boolmbaff_mode: boolframe_mb_only: bool_8x8_idct_transform_mode: booldirect_8x8_inference: boolconstrained_intra_prediction: boolnon_reference_picture: boolentropy_coding: boolchroma_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: boolinter_mb_force_cbp_to_zero_control: boolframe_size_rate_control: 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: i32slice_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: u32frame_bitrate_max: u32frame_bitrate_max_unit: u32frame_bitrate_min_delta: u32frame_bitrate_max_delta: u32Methods
impl MfxAvcImgState[src]
pub const DWORD_LENGTH: u32[src]
pub const BOTTOM_FIELD_PICTURE: u32[src]
pub const FRAME_PICTURE: u32[src]
pub const INVALID_NOT_ALLOWED: u32[src]
pub const MONOCHROME_PICTURE: u32[src]
pub const TOP_FIELD_PICTURE: 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; 13]> for MfxAvcImgState[src]
impl Serialize for MfxAvcImgState[src]
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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,