[−][src]Struct intel_genxml::gen11::HcpPipeModeSelect
Fields
dword_length: u32subopcode: u32media_command_opcode: u32pipeline: u32command_type: u32codec_select: u32deblocker_stream_out_enable: boolpak_pipeline_stream_out_enable: boolpic_status_error_report_enable: boolcodec_standard_select: u32advanced_rate_control_enable: boolvdenc_mode: u32rdoq_enable: boolpak_frame_level_stream_out_enable: boolmulti_engine_mode: u32pipe_working_mode: u32media_soft_reset_counter: u32pic_status_error_report_id: u32Methods
impl HcpPipeModeSelect[src]
pub const DWORD_LENGTH: u32[src]
pub const CABAC_FE_ONLY_DECODE_MODE: u32[src]
pub const DECODE: u32[src]
pub const DECODER_BE_ONLY_OR_ENCODER_MODE: u32[src]
pub const ENCODE: u32[src]
pub const HEVC: u32[src]
pub const LEGACY_DECODER_ENCODER_MODE: u32[src]
pub const MBENC_MODE: u32[src]
pub const VDENC_MODE: u32[src]
pub const VP9: u32[src]
Trait Implementations
impl Default for HcpPipeModeSelect[src]
impl Deserialize for HcpPipeModeSelect[src]
impl<'_> From<&'_ [u32; 6]> for HcpPipeModeSelect[src]
impl Serialize for HcpPipeModeSelect[src]
Auto Trait Implementations
impl RefUnwindSafe for HcpPipeModeSelect
impl Send for HcpPipeModeSelect
impl Sync for HcpPipeModeSelect
impl Unpin for HcpPipeModeSelect
impl UnwindSafe for HcpPipeModeSelect
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>,