Home
last modified time | relevance | path

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

/external/crosvm/media/ffmpeg/src/
Davcodec.rs144 fn alloc_context(&self) -> Result<AvCodecContext, AvCodecOpenError> { in alloc_context()
180 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build()
215 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build()
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 { impl