Searched defs:AvFrame (Results 1 – 3 of 3) sorted by relevance
72 ) -> Result<AvFrame, Self::Error>; in try_as_av_frame()100 ) -> Result<AvFrame, Self::Error> { in try_as_av_frame()
791 pub struct AvFrame(*mut ffi::AVFrame); struct825 impl AvFrame { impl948 ) -> Result<AvFrame, AvFrameError> { in build_owned()1016 impl AsRef<ffi::AVFrame> for AvFrame { implementation1024 impl Deref for AvFrame { implementation1034 impl Drop for AvFrame { implementation
94 pub fn convert(&mut self, src: &AvFrame, dst: &mut AvFrame) -> Result<(), ConversionError> { in convert()