#[repr(i32)]
pub enum vp8_dec_control_id {
Show 15 variants VP8D_GET_LAST_REF_UPDATES, VP8D_GET_FRAME_CORRUPTED, VP8D_GET_LAST_REF_USED, VPXD_SET_DECRYPTOR, VP9D_GET_FRAME_SIZE, VP9D_GET_DISPLAY_SIZE, VP9D_GET_BIT_DEPTH, VP9_SET_BYTE_ALIGNMENT, VP9_INVERT_TILE_DECODE_ORDER, VP9_SET_SKIP_LOOP_FILTER, VP9_DECODE_SVC_SPATIAL_LAYER, VPXD_GET_LAST_QUANTIZER, VP9D_SET_ROW_MT, VP9D_SET_LOOP_FILTER_OPT, VP8_DECODER_CTRL_ID_MAX,
}

Variants

VP8D_GET_LAST_REF_UPDATES

VP8D_GET_FRAME_CORRUPTED

VP8D_GET_LAST_REF_USED

VPXD_SET_DECRYPTOR

VP9D_GET_FRAME_SIZE

VP9D_GET_DISPLAY_SIZE

VP9D_GET_BIT_DEPTH

VP9_SET_BYTE_ALIGNMENT

VP9_INVERT_TILE_DECODE_ORDER

VP9_SET_SKIP_LOOP_FILTER

VP9_DECODE_SVC_SPATIAL_LAYER

VPXD_GET_LAST_QUANTIZER

VP9D_SET_ROW_MT

VP9D_SET_LOOP_FILTER_OPT

VP8_DECODER_CTRL_ID_MAX

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.