Home
last modified time | relevance | path

Searched refs:AvCodecContext (Results 1 – 3 of 3) sorted by relevance

/external/crosvm/media/ffmpeg/src/
Davcodec.rs144 fn alloc_context(&self) -> Result<AvCodecContext, AvCodecOpenError> { in alloc_context() argument
148 Ok(AvCodecContext(context)) in alloc_context()
157 context: AvCodecContext,
180 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build() argument
191 context: AvCodecContext,
215 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build() argument
412 pub struct AvCodecContext(*mut ffi::AVCodecContext); struct
414 impl Drop for AvCodecContext { implementation
424 impl AsRef<ffi::AVCodecContext> for AvCodecContext { implementation
437 impl AvCodecContext { implementation
/external/crosvm/devices/src/virtio/video/encoder/backend/
Dffmpeg.rs20 use ffmpeg::avcodec::AvCodecContext;
110 context: AvCodecContext,
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dffmpeg.rs127 context: AvCodecContext,