Lines Matching +full:frame +full:- +full:number
1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
29 #include <linux/v4l2-common.h>
30 #include <linux/v4l2-mediabus.h>
33 * enum v4l2_subdev_format_whence - Media bus format type
43 * struct v4l2_subdev_format - Pad-level media bus format
45 * @pad: pad number, as reported by the media API
46 * @format: media bus format (format code and frame size)
56 * struct v4l2_subdev_crop - Pad-level crop settings
58 * @pad: pad number, as reported by the media API
75 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
76 * @pad: pad number, as reported by the media API
92 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
93 * @pad: pad number, as reported by the media API
111 * struct v4l2_subdev_frame_interval - Pad-level frame rate
112 * @pad: pad number, as reported by the media API
113 * @interval: frame interval in seconds
122 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
123 * @pad: pad number, as reported by the media API
124 * @index: frame interval index during enumeration
126 * @width: frame width in pixels
127 * @height: frame height in pixels
128 * @interval: frame interval in seconds
143 * struct v4l2_subdev_selection - selection info
146 * @pad: pad number, as reported by the media API
148 * defined in v4l2-common.h; V4L2_SEL_TGT_* .
149 * @flags: constraint flags, defined in v4l2-common.h; V4L2_SEL_FLAG_*.
167 * struct v4l2_subdev_capability - subdev capabilities
168 * @version: the driver versioning number
178 /* The v4l2 sub-device video device node is registered in read-only mode. */
181 /* Backwards compatibility define --- to be removed */