[−][src]Struct ffmpeg_dev::sys::ERContext
Fields
avctx: *mut AVCodecContext
mecc: MECmpContext
mecc_inited: c_int
mb_index2xy: *mut c_int
mb_num: c_int
mb_width: c_int
mb_height: c_int
mb_stride: isize
b8_stride: isize
error_count: atomic_int
error_occurred: c_int
error_status_table: *mut u8
er_temp_buffer: *mut u8
dc_val: [*mut i16; 3]
mbskip_table: *mut u8
mbintra_table: *mut u8
mv: [[[c_int; 2]; 4]; 2]
cur_pic: ERPicture
last_pic: ERPicture
next_pic: ERPicture
ref_index_buf: [*mut AVBufferRef; 2]
motion_val_buf: [*mut AVBufferRef; 2]
pp_time: u16
pb_time: u16
quarter_sample: c_int
partitioned_frame: c_int
ref_count: c_int
decode_mb: Option<unsafe extern "C" fn(opaque: *mut c_void, ref_: c_int, mv_dir: c_int, mv_type: c_int, mv: *mut [[[c_int; 2]; 4]; 2], mb_x: c_int, mb_y: c_int, mb_intra: c_int, mb_skipped: c_int)>
opaque: *mut c_void
Trait Implementations
Auto Trait Implementations
impl !Send for ERContext
impl !Sync for ERContext
impl Unpin for ERContext
impl UnwindSafe for ERContext
impl RefUnwindSafe for ERContext
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = !
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
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> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,