[−][src]Struct intel_genxml::gen6::MfxMpeg2PicState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
scan_order: u32
intra_vlc_format: u32
quantizer_scale_type: u32
concealment_mv: bool
frame_prediction_frame_dct: u32
top_field_first: bool
picture_structure: u32
intra_dc_precision: u32
f_code_0_0: u32
f_code_0_1: u32
f_code_1_0: u32
f_code_1_1: u32
picture_coding_type: u32
frame_width_in_mbs: u32
frame_height_in_mbs: u32
Methods
impl MfxMpeg2PicState
[src]
pub const DWORD_LENGTH: u32
[src]
pub const MPEG_ALTERNATE_VERTICAL_SCAN: u32
[src]
pub const MPEG_BOTTOM_FIELD: u32
[src]
pub const MPEG_B_PICTURE: u32
[src]
pub const MPEG_FRAME: u32
[src]
pub const MPEG_I_PICTURE: u32
[src]
pub const MPEG_P_PICTURE: u32
[src]
pub const MPEG_QSCALE_LINEAR: u32
[src]
pub const MPEG_QSCALE_NONLINEAR: u32
[src]
pub const MPEG_TOP_FIELD: u32
[src]
pub const MPEG_ZIGZAG_SCAN: u32
[src]
Trait Implementations
impl Default for MfxMpeg2PicState
[src]
impl Deserialize for MfxMpeg2PicState
[src]
impl<'_> From<&'_ [u32; 4]> for MfxMpeg2PicState
[src]
impl Serialize for MfxMpeg2PicState
[src]
Auto Trait Implementations
impl RefUnwindSafe for MfxMpeg2PicState
impl Send for MfxMpeg2PicState
impl Sync for MfxMpeg2PicState
impl Unpin for MfxMpeg2PicState
impl UnwindSafe for MfxMpeg2PicState
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>,