Home
last modified time | relevance | path

Searched defs:AvCodecContext (Results 1 – 3 of 3) 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
/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/
Davcodec.rs152 fn alloc_context(&self) -> Result<AvCodecContext, AvCodecOpenError> { in alloc_context()
205 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build()
246 pub fn build(mut self) -> Result<AvCodecContext, AvCodecOpenError> { in build()
469 pub struct AvCodecContext(*mut ffi::AVCodecContext); struct
471 impl Drop for AvCodecContext { implementation
482 impl AsRef<ffi::AVCodecContext> for AvCodecContext { implementation
496 impl AvCodecContext { implementation
/external/virtio-media/extras/ffmpeg-decoder/src/
Dlib.rs242 av_context: &AvCodecContext, in create_converter_from_context()