Lines Matching refs:V4l2OutputQueueHandle
58 enum V4l2OutputQueueHandle<T: v4l2r::device::queue::direction::Direction> { enum
210 V4l2OutputQueueHandle::Streaming(_) => { in submit()
224 handle: Rc<RefCell<V4l2OutputQueueHandle<direction::Output>>>,
233 let handle = Rc::new(RefCell::new(V4l2OutputQueueHandle::Init(handle))); in new()
240 V4l2OutputQueueHandle::Streaming(handle) => { in reset()
249 (Ok(()), V4l2OutputQueueHandle::Init(queue_handle?)) in reset()
263 V4l2OutputQueueHandle::Init(mut handle) => { in initialize()
289 V4l2OutputQueueHandle::Streaming(handle.into()) in initialize()
299 V4l2OutputQueueHandle::Streaming(handle) => handle.num_free_buffers(), in num_free_buffers()
306 V4l2OutputQueueHandle::Streaming(handle) => match handle.try_get_free_buffer() { in alloc_buffer()
316 V4l2OutputQueueHandle::Streaming(handle) => { in dequeue_buffer()