[−][src]Struct intel_genxml::gen6::MfxAvcImgState
Fields
dword_length: u32
subopcode_b: u32
subopcode_a: u32
media_command_opcode: u32
pipeline: u32
command_type: u32
frame_size: u32
frame_width: u32
frame_height: u32
current_decoded_image_frame_store_id: u32
image_structure: u32
qm_present: bool
monochrome_pwt_decoding_mode: bool
inter_mb_conformance: bool
intra_mb_conformance: bool
second_chroma_qp_offset: u32
field_picture: bool
mbaff_mode: bool
frame_mb_only: bool
_8x8_idct_transform_mode: bool
direct_8x8_inference: bool
constrained_intra_prediction: bool
non_reference_picture: bool
entropy_coding: bool
chroma_format_idc: u32
mv_unpacked_enable: bool
load_bitstream_pointer_per_slice: bool
mb_status_read: bool
minimum_frame_size: u32
intra_mb_max_bit_control: bool
inter_mb_max_bit_control: bool
frame_bitrate_max_report: bool
frame_bitrate_min_report: bool
force_ipcm_control: bool
mb_level_rate_control: bool
inter_mb_force_cbp_to_zero_control: bool
frame_size_rate_control: bool
intra_mb_conformance_max_size: u32
inter_mb_conformance_max_size: u32
slice_delta_qp_max_0: i32
slice_delta_qp_max_1: i32
slice_delta_qp_max_2: i32
slice_delta_qp_max_3: i32
slice_delta_qp_min_0: i32
slice_delta_qp_min_1: i32
slice_delta_qp_min_2: i32
slice_delta_qp_min_3: i32
frame_bitrate_min: u32
frame_bitrate_min_unit: u32
frame_bitrate_max: u32
frame_bitrate_max_unit: u32
frame_bitrate_min_delta: u32
frame_bitrate_max_delta: u32
Methods
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>,