Home
last modified time | relevance | path

Searched refs:V4l2CaptureQueueHandle (Results 1 – 1 of 1) sorted by relevance

/system/cros-codecs/src/device/v4l2/stateless/
Dqueue.rs66 enum V4l2CaptureQueueHandle<T: v4l2r::device::queue::direction::Direction, V: VideoFrame> { enum
345 handle: RefCell<V4l2CaptureQueueHandle<direction::Capture, V>>,
355 let handle = RefCell::new(V4l2CaptureQueueHandle::Init(handle)); in new()
362 V4l2CaptureQueueHandle::Streaming(handle) => { in reset()
371 (Ok(()), V4l2CaptureQueueHandle::Init(queue_handle?)) in reset()
384 V4l2CaptureQueueHandle::Init(handle) => { in initialize()
399 V4l2CaptureQueueHandle::Streaming(handle.into()) in initialize()
410 V4l2CaptureQueueHandle::Streaming(handle) => match handle.try_dequeue() { in dequeue_buffer()
430 V4l2CaptureQueueHandle::Streaming(handle) => { in queue_buffer()
443 V4l2CaptureQueueHandle::Streaming(handle) => handle.num_free_buffers(), in num_free_buffers()