[−][src]Struct ffmpeg_dev::sys::Picture
Picture.
Fields
f: *mut AVFrame
tf: ThreadFrame
qscale_table_buf: *mut AVBufferRef
qscale_table: *mut i8
motion_val_buf: [*mut AVBufferRef; 2]
motion_val: [*mut [c_short; 2]; 2]
mb_type_buf: *mut AVBufferRef
mb_type: *mut u32
< types and macros are defined in mpegutils.h
mbskip_table_buf: *mut AVBufferRef
mbskip_table: *mut u8
ref_index_buf: [*mut AVBufferRef; 2]
ref_index: [*mut i8; 2]
mb_var_buf: *mut AVBufferRef
mb_var: *mut u16
< Table for MB variances
mc_mb_var_buf: *mut AVBufferRef
mc_mb_var: *mut u16
< Table for motion compensated MB variances
alloc_mb_width: c_int
< mb_width used to allocate tables
alloc_mb_height: c_int
< mb_height used to allocate tables
mb_mean_buf: *mut AVBufferRef
mb_mean: *mut u8
< Table for MB luminance
hwaccel_priv_buf: *mut AVBufferRef
hwaccel_picture_private: *mut c_void
< Hardware accelerator private data
field_picture: c_int
< whether or not the picture was encoded in separate fields
mb_var_sum: i64
< sum of MB variance for current frame
mc_mb_var_sum: i64
< motion compensated MB variance for current frame
b_frame_score: c_int
needs_realloc: c_int
< Picture needs to be reallocated (eg due to a frame size change)
reference: c_int
encoding_error: [u64; 8]
Trait Implementations
Auto Trait Implementations
impl !Send for Picture
impl !Sync for Picture
impl Unpin for Picture
impl UnwindSafe for Picture
impl RefUnwindSafe for Picture
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,