Searched defs:imgu_video_device (Results 1 – 1 of 1) sorted by relevance
66 struct imgu_video_device { struct67 const char *name;68 bool output;69 bool enabled;70 struct v4l2_format vdev_fmt; /* Currently set format */73 struct video_device vdev;74 struct media_pad vdev_pad;75 struct v4l2_mbus_framefmt pad_fmt;76 struct vb2_queue vbq;77 struct list_head buffers;[all …]