[−][src]Struct intel_genxml::gen11::MfxJpegPicState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
input_format_yuv: u32
output_mcu_structure: u32
rotation: u32
output_format_yuv: u32
input_surface_format_yuv: u32
average_down_sampling: u32
vertical_down_sampling_enable: bool
horizontal_down_sampling_enable: bool
vertical_up_sampling_enable: bool
pixels_in_vertical_last_mcu: u32
pixels_in_horizontal_last_mcu: u32
frame_width_in_blocks: u32
rounding_quant: u32
frame_height_in_blocks: u32
output_pixel_normalize: u32
Methods
impl MfxJpegPicState
[src]
pub const DWORD_LENGTH: u32
[src]
pub const NV12: u32
[src]
pub const UYVY: u32
[src]
pub const Y8: u32
[src]
pub const YUV400: u32
[src]
pub const YUV420: u32
[src]
pub const YUV422H_2Y: u32
[src]
pub const YUY2: u32
[src]
Trait Implementations
impl Default for MfxJpegPicState
[src]
impl Deserialize for MfxJpegPicState
[src]
impl<'_> From<&'_ [u32; 3]> for MfxJpegPicState
[src]
impl Serialize for MfxJpegPicState
[src]
Auto Trait Implementations
impl RefUnwindSafe for MfxJpegPicState
impl Send for MfxJpegPicState
impl Sync for MfxJpegPicState
impl Unpin for MfxJpegPicState
impl UnwindSafe for MfxJpegPicState
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>,