Searched defs:QueueError (Results 1 – 2 of 2) sorted by relevance
74 pub enum QueueError { enum113 impl<B: BufferHandles> From<v4l2r::device::queue::qbuf::QueueError<B>> for QueueError { implementation119 impl From<CreateQueueError> for QueueError { implementation125 impl From<GFmtError> for QueueError { implementation131 impl From<SFmtError> for QueueError { implementation137 impl From<RequestBuffersError> for QueueError { implementation143 impl From<StreamOnError> for QueueError { implementation149 impl From<GetFreeBufferError> for QueueError { implementation155 impl From<IoctlConvertError<QBufIoctlError, Infallible>> for QueueError { implementation161 fn check_requested_buffer_count(requested: u32, received: usize) -> Result<(), QueueError> { in check_requested_buffer_count() argument[all …]
72 pub fn reset_queues(&mut self) -> Result<(), QueueError> { in reset_queues() argument161 pub fn reset_queues(&mut self) -> Result<(), QueueError> { in reset_queues() argument212 pub fn queue_capture_buffer(&self, frame: V) -> Result<(), QueueError> { in queue_capture_buffer() argument