Home
last modified time | relevance | path

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

/external/crosvm/media/ffmpeg/src/
Davcodec.rs148 fn alloc_context(&self) -> Result<AvCodecContext, AvCodecOpenError> { in alloc_context()
187 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build()
228 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build()
440 pub struct AvCodecContext(*mut ffi::AVCodecContext); struct
442 impl Drop for AvCodecContext { implementation
453 impl AsRef<ffi::AVCodecContext> for AvCodecContext { implementation
467 impl AvCodecContext { implementation