[][src]Struct intel_genxml::gen10::HcpSurfaceState

pub struct HcpSurfaceState {
    pub dword_length: u32,
    pub subopcode: u32,
    pub media_command_opcode: u32,
    pub pipeline: u32,
    pub command_type: u32,
    pub surface_pitch: u32,
    pub surface_id: u32,
    pub y_offset_for_u_cb: u32,
    pub surface_format: u32,
}

Fields

dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32surface_pitch: u32surface_id: u32y_offset_for_u_cb: u32surface_format: u32

Methods

impl HcpSurfaceState[src]

pub const DWORD_LENGTH: u32[src]

pub const ALTREF_REFERENCE_PICTURE: u32[src]

pub const CURRENT_DECODED_PICTURE: u32[src]

pub const GOLDEN_REFERENCE_PICTURE: u32[src]

pub const P010: u32[src]

pub const P010VARIANT: u32[src]

pub const P016: u32[src]

pub const PLANAR_420_8: u32[src]

pub const PREV_REFERENCE_PICTURE: u32[src]

pub const SOURCE_INPUT_PICTURE: u32[src]

Trait Implementations

impl Default for HcpSurfaceState[src]

impl Deserialize for HcpSurfaceState[src]

impl<'_> From<&'_ [u32; 3]> for HcpSurfaceState[src]

impl Serialize for HcpSurfaceState[src]

type Out = [u32; 3]

Auto Trait Implementations

impl RefUnwindSafe for HcpSurfaceState

impl Send for HcpSurfaceState

impl Sync for HcpSurfaceState

impl Unpin for HcpSurfaceState

impl UnwindSafe for HcpSurfaceState

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.