Home
last modified time | relevance | path

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

/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/
H A 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
/aosp_15_r20/external/crosvm/media/ffmpeg/src/
H A 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 { impl
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs242 av_context: &AvCodecContext, in create_converter_from_context()