Searched defs:imgu_video_device (Results 1 – 1 of 1) sorted by relevance
71 struct imgu_video_device { struct72 const char *name;73 bool output;74 bool enabled;75 struct v4l2_format vdev_fmt; /* Currently set format */78 struct video_device vdev;79 struct media_pad vdev_pad;80 struct v4l2_mbus_framefmt pad_fmt;81 struct vb2_queue vbq;82 struct list_head buffers;[all …]