[−][src]Struct ffav_sys::vaapi_context
This structure is used to share data between the FFmpeg library and the client video application. This shall be zero-allocated and available as AVCodecContext.hwaccel_context. All user members can be set once during initialization or through each AVCodecContext.get_buffer() function call. In any case, they must be valid prior to calling decoding functions.
Deprecated: use AVCodecContext.hw_frames_ctx instead.
Fields
display: *mut c_voidWindow system dependent data
- encoding: unused
- decoding: Set by user
config_id: u32Configuration ID
- encoding: unused
- decoding: Set by user
context_id: u32Context ID (video decode pipeline)
- encoding: unused
- decoding: Set by user
Trait Implementations
impl Clone for vaapi_context[src]
fn clone(&self) -> vaapi_context[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for vaapi_context[src]
impl Debug for vaapi_context[src]
impl Eq for vaapi_context[src]
impl PartialEq<vaapi_context> for vaapi_context[src]
fn eq(&self, other: &vaapi_context) -> bool[src]
fn ne(&self, other: &vaapi_context) -> bool[src]
impl StructuralEq for vaapi_context[src]
impl StructuralPartialEq for vaapi_context[src]
Auto Trait Implementations
impl RefUnwindSafe for vaapi_context
impl !Send for vaapi_context
impl !Sync for vaapi_context
impl Unpin for vaapi_context
impl UnwindSafe for vaapi_context
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> 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 = 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>,