• Home
  • Raw
  • Download

Lines Matching +full:linux +full:- +full:format

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
14 #include <linux/const.h>
15 #include <linux/ioctl.h>
16 #include <linux/types.h>
17 #include <linux/v4l2-common.h>
18 #include <linux/v4l2-mediabus.h>
21 * enum v4l2_subdev_format_whence - Media bus format type
22 * @V4L2_SUBDEV_FORMAT_TRY: try format, for negotiation only
23 * @V4L2_SUBDEV_FORMAT_ACTIVE: active format, applied to the device
31 * struct v4l2_subdev_format - Pad-level media bus format
32 * @which: format type (from enum v4l2_subdev_format_whence)
34 * @format: media bus format (format code and frame size)
41 struct v4l2_mbus_framefmt format; member
47 * struct v4l2_subdev_crop - Pad-level crop settings
48 * @which: format type (from enum v4l2_subdev_format_whence)
69 * struct v4l2_subdev_mbus_code_enum - Media bus format enumeration
71 * @index: format index during enumeration
72 * @code: format code (MEDIA_BUS_FMT_ definitions)
73 * @which: format type (from enum v4l2_subdev_format_whence)
89 * struct v4l2_subdev_frame_size_enum - Media bus format enumeration
90 * @index: format index during enumeration
92 * @code: format code (MEDIA_BUS_FMT_ definitions)
97 * @which: format type (from enum v4l2_subdev_format_whence)
115 * struct v4l2_subdev_frame_interval - Pad-level frame rate
131 * struct v4l2_subdev_frame_interval_enum - Frame interval enumeration
134 * @code: format code (MEDIA_BUS_FMT_ definitions)
155 * struct v4l2_subdev_selection - selection info
160 * defined in v4l2-common.h; V4L2_SEL_TGT_* .
161 * @flags: constraint flags, defined in v4l2-common.h; V4L2_SEL_FLAG_*.
181 * struct v4l2_subdev_capability - subdev capabilities
192 /* The v4l2 sub-device video device node is registered in read-only mode. */
195 /* The v4l2 sub-device supports routing and multiplexed streams. */
205 * struct v4l2_subdev_route - A route inside a subdev
224 * struct v4l2_subdev_routing - Subdev routing information
254 * struct v4l2_subdev_client_capability - Capabilities of the client accessing
263 /* Backwards compatibility define --- to be removed */