Searched defs:GFmtError (Results 1 – 4 of 4) sorted by relevance
97 pub enum GFmtError { enum117 pub fn g_fmt<O: TryFrom<v4l2_format>>(fd: &impl AsRawFd, queue: QueueType) -> Result<O, GFmtError> { in g_fmt() argument
92 pub fn get_format<T: TryFrom<bindings::v4l2_format>>(&self) -> Result<T, GFmtError> { in get_format() argument114 pub fn change_format(&mut self) -> Result<FormatBuilder, GFmtError> { in change_format() argument142 fn new(queue: &'a mut QueueBase) -> Result<Self, GFmtError> { in new() argument
167 pub fn get_output_format(&self) -> Result<Format, GFmtError> { in get_output_format() argument171 pub fn get_capture_format(&self) -> Result<Format, GFmtError> { in get_capture_format() argument
373 ) -> Result<O, ioctl::GFmtError> { in get_output_format()