Searched defs:V4l2OutputQueue (Results 1 – 1 of 1) sorted by relevance
182 queue: V4l2OutputQueue, in new()223 pub struct V4l2OutputQueue { struct224 handle: Rc<RefCell<V4l2OutputQueueHandle<direction::Output>>>, argument228 impl V4l2OutputQueue { implementation