Searched refs:v4l2_format (Results 1 – 6 of 6) sorted by relevance
/include/media/ |
D | v4l2-ioctl.h | 46 struct v4l2_format *f); 48 struct v4l2_format *f); 50 struct v4l2_format *f); 52 struct v4l2_format *f); 54 struct v4l2_format *f); 56 struct v4l2_format *f); 58 struct v4l2_format *f); 60 struct v4l2_format *f); 62 struct v4l2_format *f); 64 struct v4l2_format *f); [all …]
|
D | v4l2-int-device.h | 280 V4L2_INT_WRAPPER_1(g_fmt_cap, struct v4l2_format, *); 281 V4L2_INT_WRAPPER_1(s_fmt_cap, struct v4l2_format, *); 282 V4L2_INT_WRAPPER_1(try_fmt_cap, struct v4l2_format, *);
|
D | soc_camera.h | 95 int (*set_fmt)(struct soc_camera_device *, struct v4l2_format *); 96 int (*try_fmt)(struct soc_camera_device *, struct v4l2_format *);
|
D | videobuf2-core.h | 266 int (*queue_setup)(struct vb2_queue *q, const struct v4l2_format *fmt,
|
/include/media/davinci/ |
D | vpfe_capture.h | 148 struct v4l2_format fmt;
|
/include/uapi/linux/ |
D | videodev2.h | 1692 struct v4l2_format { struct 1842 struct v4l2_format format; 1853 #define VIDIOC_G_FMT _IOWR('V', 4, struct v4l2_format) 1854 #define VIDIOC_S_FMT _IOWR('V', 5, struct v4l2_format) 1896 #define VIDIOC_TRY_FMT _IOWR('V', 64, struct v4l2_format)
|