Lines Matching defs:V
32 device: V4l2Device<V>, in new()
36 frame: V, in new()
57 fn submit(self) -> StatelessBackendResult<PendingRequestHandle<V>> { in submit()
71 fn set_picture_ref(&mut self, picture: Weak<RefCell<V4l2Picture<V>>>) { in set_picture_ref()
83 fn sync(self) -> DoneRequestHandle<V> { in sync()
90 capture_buffer: V4l2CaptureBuffer<V>, in associate_dequeued_buffer()
91 ) -> DoneRequestHandle<V> { in associate_dequeued_buffer()
102 fn result(&self) -> V4l2Result<V> { in result()
118 device: V4l2Device<V>, in new()
122 frame: V, in new()
178 fn result(&self) -> V4l2Result<V> { in result()
184 fn set_picture_ref(&mut self, picture: Weak<RefCell<V4l2Picture<V>>>) { in set_picture_ref()
190 fn associate_dequeued_buffer(&mut self, capture_buffer: V4l2CaptureBuffer<V>) { in associate_dequeued_buffer()
204 device: V4l2Device<V>, in new()
208 frame: V, in new()
236 pub fn result(&self) -> V4l2Result<V> { in result()
239 pub fn set_picture_ref(&mut self, picture: Weak<RefCell<V4l2Picture<V>>>) { in set_picture_ref()
242 pub fn associate_dequeued_buffer(&mut self, capture_buffer: V4l2CaptureBuffer<V>) { in associate_dequeued_buffer()