Searched defs:AvFrame (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ffmpeg/ |
H A D | avcodec.rs | 836 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 D | swscale.rs | 101 pub fn convert(&mut self, src: &AvFrame, dst: &mut AvFrame) -> Result<(), ConversionError> { in convert()
|
/aosp_15_r20/external/crosvm/media/ffmpeg/src/ |
H A D | avcodec.rs | 791 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 D | swscale.rs | 95 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 D | ffmpeg.rs | 72 ) -> 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 D | lib.rs | 349 AvFrame(#[from] AvFrameError), enumerator
|