Home
last modified time | relevance | path

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

/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/
H A Davcodec.rs836 pub struct AvFrame(*mut ffi::AVFrame); struct
871 impl AvFrame { implementation
994 ) -> Result<AvFrame, AvFrameError> { in build_owned()
1062 impl AsRef<ffi::AVFrame> for AvFrame { implementation
1070 impl Deref for AvFrame { implementation
1080 impl Drop for AvFrame { implementation
H A Dswscale.rs101 pub fn convert(&mut self, src: &AvFrame, dst: &mut AvFrame) -> Result<(), ConversionError> { in convert()
/aosp_15_r20/external/crosvm/media/ffmpeg/src/
H A Davcodec.rs791 pub struct AvFrame(*mut ffi::AVFrame); struct
825 impl AvFrame { impl
948 ) -> Result<AvFrame, AvFrameError> { in build_owned()
1016 impl AsRef<ffi::AVFrame> for AvFrame { implementation
1024 impl Deref for AvFrame { implementation
1034 impl Drop for AvFrame { implementation
H A Dswscale.rs95 pub fn convert(&mut self, src: &AvFrame, dst: &mut AvFrame) -> Result<(), ConversionError> { in convert()
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dffmpeg.rs72 ) -> Result<AvFrame, Self::Error>; in try_as_av_frame()
100 ) -> Result<AvFrame, Self::Error> { in try_as_av_frame()
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Dlib.rs349 AvFrame(#[from] AvFrameError), enumerator