1# SPDX-License-Identifier: GPL-2.0
2
3# Ignore header name
4ignore define _UAPI__LINUX_VIDEODEV2_H
5
6#
7# The cross reference valitator for videodev2.h DocBook never cared
8# about enum symbols or defines. Yet, they're all (or almost all?)
9# handled inside V4L API sections. So, for now, it is safe to just
10# ignore. This should be revisited, as validating it helps to avoid
11# having something not documented at the uAPI.
12#
13
14# Those symbols should not be used by uAPI - don't document them
15ignore symbol V4L2_BUF_TYPE_PRIVATE
16ignore symbol V4L2_TUNER_DIGITAL_TV
17ignore symbol V4L2_COLORSPACE_BT878
18
19# Documented enum v4l2_field
20replace symbol V4L2_FIELD_ALTERNATE :c:type:`v4l2_field`
21replace symbol V4L2_FIELD_ANY :c:type:`v4l2_field`
22replace symbol V4L2_FIELD_BOTTOM :c:type:`v4l2_field`
23replace symbol V4L2_FIELD_INTERLACED :c:type:`v4l2_field`
24replace symbol V4L2_FIELD_INTERLACED_BT :c:type:`v4l2_field`
25replace symbol V4L2_FIELD_INTERLACED_TB :c:type:`v4l2_field`
26replace symbol V4L2_FIELD_NONE :c:type:`v4l2_field`
27replace symbol V4L2_FIELD_SEQ_BT :c:type:`v4l2_field`
28replace symbol V4L2_FIELD_SEQ_TB :c:type:`v4l2_field`
29replace symbol V4L2_FIELD_TOP :c:type:`v4l2_field`
30
31# Documented enum v4l2_buf_type
32replace symbol V4L2_BUF_TYPE_META_CAPTURE :c:type:`v4l2_buf_type`
33replace symbol V4L2_BUF_TYPE_META_OUTPUT :c:type:`v4l2_buf_type`
34replace symbol V4L2_BUF_TYPE_SDR_CAPTURE :c:type:`v4l2_buf_type`
35replace symbol V4L2_BUF_TYPE_SDR_OUTPUT :c:type:`v4l2_buf_type`
36replace symbol V4L2_BUF_TYPE_SLICED_VBI_CAPTURE :c:type:`v4l2_buf_type`
37replace symbol V4L2_BUF_TYPE_SLICED_VBI_OUTPUT :c:type:`v4l2_buf_type`
38replace symbol V4L2_BUF_TYPE_VBI_CAPTURE :c:type:`v4l2_buf_type`
39replace symbol V4L2_BUF_TYPE_VBI_OUTPUT :c:type:`v4l2_buf_type`
40replace symbol V4L2_BUF_TYPE_VIDEO_CAPTURE :c:type:`v4l2_buf_type`
41replace symbol V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE :c:type:`v4l2_buf_type`
42replace symbol V4L2_BUF_TYPE_VIDEO_OUTPUT :c:type:`v4l2_buf_type`
43replace symbol V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE :c:type:`v4l2_buf_type`
44replace symbol V4L2_BUF_TYPE_VIDEO_OUTPUT_OVERLAY :c:type:`v4l2_buf_type`
45replace symbol V4L2_BUF_TYPE_VIDEO_OVERLAY :c:type:`v4l2_buf_type`
46
47# Documented enum v4l2_tuner_type
48replace symbol V4L2_TUNER_ANALOG_TV :c:type:`v4l2_tuner_type`
49replace symbol V4L2_TUNER_RADIO :c:type:`v4l2_tuner_type`
50replace symbol V4L2_TUNER_RF :c:type:`v4l2_tuner_type`
51replace symbol V4L2_TUNER_SDR :c:type:`v4l2_tuner_type`
52
53# Documented enum v4l2_memory
54replace symbol V4L2_MEMORY_DMABUF :c:type:`v4l2_memory`
55replace symbol V4L2_MEMORY_MMAP :c:type:`v4l2_memory`
56replace symbol V4L2_MEMORY_OVERLAY :c:type:`v4l2_memory`
57replace symbol V4L2_MEMORY_USERPTR :c:type:`v4l2_memory`
58
59# Documented enum v4l2_colorspace
60replace symbol V4L2_COLORSPACE_470_SYSTEM_BG :c:type:`v4l2_colorspace`
61replace symbol V4L2_COLORSPACE_470_SYSTEM_M :c:type:`v4l2_colorspace`
62replace symbol V4L2_COLORSPACE_OPRGB :c:type:`v4l2_colorspace`
63replace define V4L2_COLORSPACE_ADOBERGB :c:type:`v4l2_colorspace`
64replace symbol V4L2_COLORSPACE_BT2020 :c:type:`v4l2_colorspace`
65replace symbol V4L2_COLORSPACE_DCI_P3 :c:type:`v4l2_colorspace`
66replace symbol V4L2_COLORSPACE_DEFAULT :c:type:`v4l2_colorspace`
67replace symbol V4L2_COLORSPACE_JPEG :c:type:`v4l2_colorspace`
68replace symbol V4L2_COLORSPACE_RAW :c:type:`v4l2_colorspace`
69replace symbol V4L2_COLORSPACE_REC709 :c:type:`v4l2_colorspace`
70replace symbol V4L2_COLORSPACE_SMPTE170M :c:type:`v4l2_colorspace`
71replace symbol V4L2_COLORSPACE_SMPTE240M :c:type:`v4l2_colorspace`
72replace symbol V4L2_COLORSPACE_SRGB :c:type:`v4l2_colorspace`
73replace symbol V4L2_COLORSPACE_LAST :c:type:`v4l2_colorspace`
74
75# Documented enum v4l2_xfer_func
76replace symbol V4L2_XFER_FUNC_709 :c:type:`v4l2_xfer_func`
77replace symbol V4L2_XFER_FUNC_OPRGB :c:type:`v4l2_xfer_func`
78replace define V4L2_XFER_FUNC_ADOBERGB :c:type:`v4l2_xfer_func`
79replace symbol V4L2_XFER_FUNC_DCI_P3 :c:type:`v4l2_xfer_func`
80replace symbol V4L2_XFER_FUNC_DEFAULT :c:type:`v4l2_xfer_func`
81replace symbol V4L2_XFER_FUNC_NONE :c:type:`v4l2_xfer_func`
82replace symbol V4L2_XFER_FUNC_SMPTE2084 :c:type:`v4l2_xfer_func`
83replace symbol V4L2_XFER_FUNC_SMPTE240M :c:type:`v4l2_xfer_func`
84replace symbol V4L2_XFER_FUNC_SRGB :c:type:`v4l2_xfer_func`
85replace symbol V4L2_XFER_FUNC_LAST :c:type:`v4l2_xfer_func`
86
87# Documented enum v4l2_ycbcr_encoding
88replace symbol V4L2_YCBCR_ENC_601 :c:type:`v4l2_ycbcr_encoding`
89replace symbol V4L2_YCBCR_ENC_709 :c:type:`v4l2_ycbcr_encoding`
90replace symbol V4L2_YCBCR_ENC_BT2020 :c:type:`v4l2_ycbcr_encoding`
91replace symbol V4L2_YCBCR_ENC_BT2020_CONST_LUM :c:type:`v4l2_ycbcr_encoding`
92replace symbol V4L2_YCBCR_ENC_DEFAULT :c:type:`v4l2_ycbcr_encoding`
93replace symbol V4L2_YCBCR_ENC_SYCC :c:type:`v4l2_ycbcr_encoding`
94replace symbol V4L2_YCBCR_ENC_XV601 :c:type:`v4l2_ycbcr_encoding`
95replace symbol V4L2_YCBCR_ENC_XV709 :c:type:`v4l2_ycbcr_encoding`
96replace symbol V4L2_YCBCR_ENC_SMPTE240M :c:type:`v4l2_ycbcr_encoding`
97replace symbol V4L2_YCBCR_ENC_LAST :c:type:`v4l2_ycbcr_encoding`
98
99# Documented enum v4l2_hsv_encoding
100replace symbol V4L2_HSV_ENC_180 :c:type:`v4l2_hsv_encoding`
101replace symbol V4L2_HSV_ENC_256 :c:type:`v4l2_hsv_encoding`
102
103# Documented enum v4l2_quantization
104replace symbol V4L2_QUANTIZATION_DEFAULT :c:type:`v4l2_quantization`
105replace symbol V4L2_QUANTIZATION_FULL_RANGE :c:type:`v4l2_quantization`
106replace symbol V4L2_QUANTIZATION_LIM_RANGE :c:type:`v4l2_quantization`
107
108# Documented enum v4l2_priority
109replace symbol V4L2_PRIORITY_BACKGROUND :c:type:`v4l2_priority`
110replace symbol V4L2_PRIORITY_DEFAULT :c:type:`v4l2_priority`
111replace symbol V4L2_PRIORITY_INTERACTIVE :c:type:`v4l2_priority`
112replace symbol V4L2_PRIORITY_RECORD :c:type:`v4l2_priority`
113replace symbol V4L2_PRIORITY_UNSET :c:type:`v4l2_priority`
114
115# Documented enum v4l2_frmsizetypes
116replace symbol V4L2_FRMSIZE_TYPE_CONTINUOUS :c:type:`v4l2_frmsizetypes`
117replace symbol V4L2_FRMSIZE_TYPE_DISCRETE :c:type:`v4l2_frmsizetypes`
118replace symbol V4L2_FRMSIZE_TYPE_STEPWISE :c:type:`v4l2_frmsizetypes`
119
120# Documented enum frmivaltypes
121replace symbol V4L2_FRMIVAL_TYPE_CONTINUOUS :c:type:`v4l2_frmivaltypes`
122replace symbol V4L2_FRMIVAL_TYPE_DISCRETE :c:type:`v4l2_frmivaltypes`
123replace symbol V4L2_FRMIVAL_TYPE_STEPWISE :c:type:`v4l2_frmivaltypes`
124
125# Documented enum :c:type:`v4l2_ctrl_type`
126replace symbol V4L2_CTRL_COMPOUND_TYPES vidioc_queryctrl
127
128replace symbol V4L2_CTRL_TYPE_BITMASK :c:type:`v4l2_ctrl_type`
129replace symbol V4L2_CTRL_TYPE_BOOLEAN :c:type:`v4l2_ctrl_type`
130replace symbol V4L2_CTRL_TYPE_BUTTON :c:type:`v4l2_ctrl_type`
131replace symbol V4L2_CTRL_TYPE_CTRL_CLASS :c:type:`v4l2_ctrl_type`
132replace symbol V4L2_CTRL_TYPE_INTEGER :c:type:`v4l2_ctrl_type`
133replace symbol V4L2_CTRL_TYPE_INTEGER64 :c:type:`v4l2_ctrl_type`
134replace symbol V4L2_CTRL_TYPE_INTEGER_MENU :c:type:`v4l2_ctrl_type`
135replace symbol V4L2_CTRL_TYPE_MENU :c:type:`v4l2_ctrl_type`
136replace symbol V4L2_CTRL_TYPE_STRING :c:type:`v4l2_ctrl_type`
137replace symbol V4L2_CTRL_TYPE_U16 :c:type:`v4l2_ctrl_type`
138replace symbol V4L2_CTRL_TYPE_U32 :c:type:`v4l2_ctrl_type`
139replace symbol V4L2_CTRL_TYPE_U8 :c:type:`v4l2_ctrl_type`
140replace symbol V4L2_CTRL_TYPE_MPEG2_SEQUENCE :c:type:`v4l2_ctrl_type`
141replace symbol V4L2_CTRL_TYPE_MPEG2_PICTURE :c:type:`v4l2_ctrl_type`
142replace symbol V4L2_CTRL_TYPE_MPEG2_QUANTISATION :c:type:`v4l2_ctrl_type`
143replace symbol V4L2_CTRL_TYPE_H264_SPS :c:type:`v4l2_ctrl_type`
144replace symbol V4L2_CTRL_TYPE_H264_PPS :c:type:`v4l2_ctrl_type`
145replace symbol V4L2_CTRL_TYPE_H264_SCALING_MATRIX :c:type:`v4l2_ctrl_type`
146replace symbol V4L2_CTRL_TYPE_H264_PRED_WEIGHTS :c:type:`v4l2_ctrl_type`
147replace symbol V4L2_CTRL_TYPE_H264_SLICE_PARAMS :c:type:`v4l2_ctrl_type`
148replace symbol V4L2_CTRL_TYPE_H264_DECODE_PARAMS :c:type:`v4l2_ctrl_type`
149replace symbol V4L2_CTRL_TYPE_HEVC_SPS :c:type:`v4l2_ctrl_type`
150replace symbol V4L2_CTRL_TYPE_HEVC_PPS :c:type:`v4l2_ctrl_type`
151replace symbol V4L2_CTRL_TYPE_HEVC_SLICE_PARAMS :c:type:`v4l2_ctrl_type`
152replace symbol V4L2_CTRL_TYPE_AREA :c:type:`v4l2_ctrl_type`
153replace symbol V4L2_CTRL_TYPE_FWHT_PARAMS :c:type:`v4l2_ctrl_type`
154replace symbol V4L2_CTRL_TYPE_VP8_FRAME :c:type:`v4l2_ctrl_type`
155replace symbol V4L2_CTRL_TYPE_VP9_COMPRESSED_HDR :c:type:`v4l2_ctrl_type`
156replace symbol V4L2_CTRL_TYPE_VP9_FRAME :c:type:`v4l2_ctrl_type`
157replace symbol V4L2_CTRL_TYPE_HDR10_CLL_INFO :c:type:`v4l2_ctrl_type`
158replace symbol V4L2_CTRL_TYPE_HDR10_MASTERING_DISPLAY :c:type:`v4l2_ctrl_type`
159replace symbol V4L2_CTRL_TYPE_HEVC_SPS :c:type:`v4l2_ctrl_type`
160replace symbol V4L2_CTRL_TYPE_HEVC_PPS :c:type:`v4l2_ctrl_type`
161replace symbol V4L2_CTRL_TYPE_HEVC_SLICE_PARAMS :c:type:`v4l2_ctrl_type`
162replace symbol V4L2_CTRL_TYPE_HEVC_SCALING_MATRIX :c:type:`v4l2_ctrl_type`
163replace symbol V4L2_CTRL_TYPE_HEVC_DECODE_PARAMS :c:type:`v4l2_ctrl_type`
164replace symbol V4L2_CTRL_TYPE_AV1_SEQUENCE :c:type:`v4l2_ctrl_type`
165replace symbol V4L2_CTRL_TYPE_AV1_TILE_GROUP_ENTRY :c:type:`v4l2_ctrl_type`
166replace symbol V4L2_CTRL_TYPE_AV1_FRAME :c:type:`v4l2_ctrl_type`
167replace symbol V4L2_CTRL_TYPE_AV1_FILM_GRAIN :c:type:`v4l2_ctrl_type`
168
169# V4L2 capability defines
170replace define V4L2_CAP_VIDEO_CAPTURE device-capabilities
171replace define V4L2_CAP_VIDEO_CAPTURE_MPLANE device-capabilities
172replace define V4L2_CAP_VIDEO_OUTPUT device-capabilities
173replace define V4L2_CAP_VIDEO_OUTPUT_MPLANE device-capabilities
174replace define V4L2_CAP_VIDEO_M2M device-capabilities
175replace define V4L2_CAP_VIDEO_M2M_MPLANE device-capabilities
176replace define V4L2_CAP_VIDEO_OVERLAY device-capabilities
177replace define V4L2_CAP_VBI_CAPTURE device-capabilities
178replace define V4L2_CAP_VBI_OUTPUT device-capabilities
179replace define V4L2_CAP_SLICED_VBI_CAPTURE device-capabilities
180replace define V4L2_CAP_SLICED_VBI_OUTPUT device-capabilities
181replace define V4L2_CAP_RDS_CAPTURE device-capabilities
182replace define V4L2_CAP_VIDEO_OUTPUT_OVERLAY device-capabilities
183replace define V4L2_CAP_HW_FREQ_SEEK device-capabilities
184replace define V4L2_CAP_RDS_OUTPUT device-capabilities
185replace define V4L2_CAP_TUNER device-capabilities
186replace define V4L2_CAP_AUDIO device-capabilities
187replace define V4L2_CAP_RADIO device-capabilities
188replace define V4L2_CAP_MODULATOR device-capabilities
189replace define V4L2_CAP_SDR_CAPTURE device-capabilities
190replace define V4L2_CAP_EXT_PIX_FORMAT device-capabilities
191replace define V4L2_CAP_SDR_OUTPUT device-capabilities
192replace define V4L2_CAP_META_CAPTURE device-capabilities
193replace define V4L2_CAP_READWRITE device-capabilities
194replace define V4L2_CAP_ASYNCIO device-capabilities
195replace define V4L2_CAP_STREAMING device-capabilities
196replace define V4L2_CAP_META_OUTPUT device-capabilities
197replace define V4L2_CAP_DEVICE_CAPS device-capabilities
198replace define V4L2_CAP_TOUCH device-capabilities
199replace define V4L2_CAP_IO_MC device-capabilities
200
201# V4L2 pix flags
202replace define V4L2_PIX_FMT_PRIV_MAGIC :c:type:`v4l2_pix_format`
203replace define V4L2_PIX_FMT_FLAG_PREMUL_ALPHA format-flags
204replace define V4L2_PIX_FMT_HM12 :c:type:`v4l2_pix_format`
205replace define V4L2_PIX_FMT_SUNXI_TILED_NV12 :c:type:`v4l2_pix_format`
206
207# V4L2 format flags
208replace define V4L2_FMT_FLAG_COMPRESSED fmtdesc-flags
209replace define V4L2_FMT_FLAG_EMULATED fmtdesc-flags
210replace define V4L2_FMT_FLAG_CONTINUOUS_BYTESTREAM fmtdesc-flags
211replace define V4L2_FMT_FLAG_DYN_RESOLUTION fmtdesc-flags
212replace define V4L2_FMT_FLAG_ENC_CAP_FRAME_INTERVAL fmtdesc-flags
213replace define V4L2_FMT_FLAG_CSC_COLORSPACE fmtdesc-flags
214replace define V4L2_FMT_FLAG_CSC_XFER_FUNC fmtdesc-flags
215replace define V4L2_FMT_FLAG_CSC_YCBCR_ENC fmtdesc-flags
216replace define V4L2_FMT_FLAG_CSC_HSV_ENC fmtdesc-flags
217replace define V4L2_FMT_FLAG_CSC_QUANTIZATION fmtdesc-flags
218
219# V4L2 timecode types
220replace define V4L2_TC_TYPE_24FPS timecode-type
221replace define V4L2_TC_TYPE_25FPS timecode-type
222replace define V4L2_TC_TYPE_30FPS timecode-type
223replace define V4L2_TC_TYPE_50FPS timecode-type
224replace define V4L2_TC_TYPE_60FPS timecode-type
225
226# V4L2 timecode flags
227replace define V4L2_TC_FLAG_DROPFRAME timecode-flags
228replace define V4L2_TC_FLAG_COLORFRAME timecode-flags
229replace define V4L2_TC_USERBITS_field timecode-flags
230replace define V4L2_TC_USERBITS_USERDEFINED timecode-flags
231replace define V4L2_TC_USERBITS_8BITCHARS timecode-flags
232
233# V4L2 JPEG markers
234replace define V4L2_JPEG_MARKER_DHT jpeg-markers
235replace define V4L2_JPEG_MARKER_DQT jpeg-markers
236replace define V4L2_JPEG_MARKER_DRI jpeg-markers
237replace define V4L2_JPEG_MARKER_COM jpeg-markers
238replace define V4L2_JPEG_MARKER_APP jpeg-markers
239
240# V4L2 framebuffer caps and flags
241
242replace define V4L2_FBUF_CAP_EXTERNOVERLAY framebuffer-cap
243replace define V4L2_FBUF_CAP_CHROMAKEY framebuffer-cap
244replace define V4L2_FBUF_CAP_LIST_CLIPPING framebuffer-cap
245replace define V4L2_FBUF_CAP_BITMAP_CLIPPING framebuffer-cap
246replace define V4L2_FBUF_CAP_LOCAL_ALPHA framebuffer-cap
247replace define V4L2_FBUF_CAP_GLOBAL_ALPHA framebuffer-cap
248replace define V4L2_FBUF_CAP_LOCAL_INV_ALPHA framebuffer-cap
249replace define V4L2_FBUF_CAP_SRC_CHROMAKEY framebuffer-cap
250
251replace define V4L2_FBUF_FLAG_PRIMARY framebuffer-flags
252replace define V4L2_FBUF_FLAG_OVERLAY framebuffer-flags
253replace define V4L2_FBUF_FLAG_CHROMAKEY framebuffer-flags
254replace define V4L2_FBUF_FLAG_LOCAL_ALPHA framebuffer-flags
255replace define V4L2_FBUF_FLAG_GLOBAL_ALPHA framebuffer-flags
256replace define V4L2_FBUF_FLAG_LOCAL_INV_ALPHA framebuffer-flags
257replace define V4L2_FBUF_FLAG_SRC_CHROMAKEY framebuffer-flags
258
259# Used on VIDIOC_G_PARM
260
261replace define V4L2_MODE_HIGHQUALITY parm-flags
262replace define V4L2_CAP_TIMEPERFRAME :c:type:`v4l2_captureparm`
263
264# The V4L2_STD_foo are all defined at v4l2_std_id table
265
266replace define V4L2_STD_PAL_B v4l2-std-id
267replace define V4L2_STD_PAL_B1 v4l2-std-id
268replace define V4L2_STD_PAL_G v4l2-std-id
269replace define V4L2_STD_PAL_H v4l2-std-id
270replace define V4L2_STD_PAL_I v4l2-std-id
271replace define V4L2_STD_PAL_D v4l2-std-id
272replace define V4L2_STD_PAL_D1 v4l2-std-id
273replace define V4L2_STD_PAL_K v4l2-std-id
274replace define V4L2_STD_PAL_M v4l2-std-id
275replace define V4L2_STD_PAL_N v4l2-std-id
276replace define V4L2_STD_PAL_Nc v4l2-std-id
277replace define V4L2_STD_PAL_60 v4l2-std-id
278replace define V4L2_STD_NTSC_M v4l2-std-id
279replace define V4L2_STD_NTSC_M_JP v4l2-std-id
280replace define V4L2_STD_NTSC_443 v4l2-std-id
281replace define V4L2_STD_NTSC_M_KR v4l2-std-id
282replace define V4L2_STD_SECAM_B v4l2-std-id
283replace define V4L2_STD_SECAM_D v4l2-std-id
284replace define V4L2_STD_SECAM_G v4l2-std-id
285replace define V4L2_STD_SECAM_H v4l2-std-id
286replace define V4L2_STD_SECAM_K v4l2-std-id
287replace define V4L2_STD_SECAM_K1 v4l2-std-id
288replace define V4L2_STD_SECAM_L v4l2-std-id
289replace define V4L2_STD_SECAM_LC v4l2-std-id
290replace define V4L2_STD_ATSC_8_VSB v4l2-std-id
291replace define V4L2_STD_ATSC_16_VSB v4l2-std-id
292replace define V4L2_STD_NTSC v4l2-std-id
293replace define V4L2_STD_SECAM_DK v4l2-std-id
294replace define V4L2_STD_SECAM v4l2-std-id
295replace define V4L2_STD_PAL_BG v4l2-std-id
296replace define V4L2_STD_PAL_DK v4l2-std-id
297replace define V4L2_STD_PAL v4l2-std-id
298replace define V4L2_STD_B v4l2-std-id
299replace define V4L2_STD_G v4l2-std-id
300replace define V4L2_STD_H v4l2-std-id
301replace define V4L2_STD_L v4l2-std-id
302replace define V4L2_STD_GH v4l2-std-id
303replace define V4L2_STD_DK v4l2-std-id
304replace define V4L2_STD_BG v4l2-std-id
305replace define V4L2_STD_MN v4l2-std-id
306replace define V4L2_STD_MTS v4l2-std-id
307replace define V4L2_STD_525_60 v4l2-std-id
308replace define V4L2_STD_625_50 v4l2-std-id
309replace define V4L2_STD_ATSC v4l2-std-id
310replace define V4L2_STD_UNKNOWN v4l2-std-id
311replace define V4L2_STD_ALL v4l2-std-id
312
313# V4L2 DT BT timings definitions
314
315replace define V4L2_DV_PROGRESSIVE :c:type:`v4l2_bt_timings`
316replace define V4L2_DV_INTERLACED :c:type:`v4l2_bt_timings`
317
318replace define V4L2_DV_VSYNC_POS_POL :c:type:`v4l2_bt_timings`
319replace define V4L2_DV_HSYNC_POS_POL :c:type:`v4l2_bt_timings`
320
321replace define V4L2_DV_BT_STD_CEA861 dv-bt-standards
322replace define V4L2_DV_BT_STD_DMT dv-bt-standards
323replace define V4L2_DV_BT_STD_CVT dv-bt-standards
324replace define V4L2_DV_BT_STD_GTF dv-bt-standards
325replace define V4L2_DV_BT_STD_SDI dv-bt-standards
326
327replace define V4L2_DV_FL_REDUCED_BLANKING dv-bt-standards
328replace define V4L2_DV_FL_CAN_REDUCE_FPS dv-bt-standards
329replace define V4L2_DV_FL_CAN_DETECT_REDUCED_FPS dv-bt-standards
330replace define V4L2_DV_FL_REDUCED_FPS dv-bt-standards
331replace define V4L2_DV_FL_HALF_LINE dv-bt-standards
332replace define V4L2_DV_FL_IS_CE_VIDEO dv-bt-standards
333replace define V4L2_DV_FL_FIRST_FIELD_EXTRA_LINE dv-bt-standards
334replace define V4L2_DV_FL_HAS_PICTURE_ASPECT dv-bt-standards
335replace define V4L2_DV_FL_HAS_CEA861_VIC dv-bt-standards
336replace define V4L2_DV_FL_HAS_HDMI_VIC dv-bt-standards
337
338replace define V4L2_DV_BT_656_1120 dv-timing-types
339
340replace define V4L2_DV_BT_CAP_INTERLACED framebuffer-cap
341replace define V4L2_DV_BT_CAP_PROGRESSIVE framebuffer-cap
342replace define V4L2_DV_BT_CAP_REDUCED_BLANKING framebuffer-cap
343replace define V4L2_DV_BT_CAP_CUSTOM framebuffer-cap
344
345# V4L2 input
346
347replace define V4L2_INPUT_TYPE_TUNER input-type
348replace define V4L2_INPUT_TYPE_CAMERA input-type
349replace define V4L2_INPUT_TYPE_TOUCH input-type
350
351replace define V4L2_IN_ST_NO_POWER input-status
352replace define V4L2_IN_ST_NO_SIGNAL input-status
353replace define V4L2_IN_ST_NO_COLOR input-status
354replace define V4L2_IN_ST_HFLIP input-status
355replace define V4L2_IN_ST_VFLIP input-status
356replace define V4L2_IN_ST_NO_H_LOCK input-status
357replace define V4L2_IN_ST_COLOR_KILL input-status
358replace define V4L2_IN_ST_NO_SYNC input-status
359replace define V4L2_IN_ST_NO_EQU input-status
360replace define V4L2_IN_ST_NO_CARRIER input-status
361replace define V4L2_IN_ST_MACROVISION input-status
362replace define V4L2_IN_ST_NO_ACCESS input-status
363replace define V4L2_IN_ST_VTR input-status
364replace define V4L2_IN_ST_NO_V_LOCK input-status
365replace define V4L2_IN_ST_NO_STD_LOCK input-status
366
367replace define V4L2_IN_CAP_DV_TIMINGS input-capabilities
368replace define V4L2_IN_CAP_STD input-capabilities
369replace define V4L2_IN_CAP_NATIVE_SIZE input-capabilities
370
371# V4L2 output
372
373replace define V4L2_OUTPUT_TYPE_MODULATOR output-type
374replace define V4L2_OUTPUT_TYPE_ANALOG output-type
375replace define V4L2_OUTPUT_TYPE_ANALOGVGAOVERLAY output-type
376
377replace define V4L2_OUT_CAP_DV_TIMINGS output-capabilities
378replace define V4L2_OUT_CAP_STD output-capabilities
379replace define V4L2_OUT_CAP_NATIVE_SIZE output-capabilities
380
381# V4L2 control flags
382
383replace define V4L2_CTRL_FLAG_DISABLED control-flags
384replace define V4L2_CTRL_FLAG_GRABBED control-flags
385replace define V4L2_CTRL_FLAG_READ_ONLY control-flags
386replace define V4L2_CTRL_FLAG_UPDATE control-flags
387replace define V4L2_CTRL_FLAG_INACTIVE control-flags
388replace define V4L2_CTRL_FLAG_SLIDER control-flags
389replace define V4L2_CTRL_FLAG_WRITE_ONLY control-flags
390replace define V4L2_CTRL_FLAG_VOLATILE control-flags
391replace define V4L2_CTRL_FLAG_HAS_PAYLOAD control-flags
392replace define V4L2_CTRL_FLAG_EXECUTE_ON_WRITE control-flags
393replace define V4L2_CTRL_FLAG_MODIFY_LAYOUT control-flags
394replace define V4L2_CTRL_FLAG_DYNAMIC_ARRAY control-flags
395
396replace define V4L2_CTRL_FLAG_NEXT_CTRL control
397replace define V4L2_CTRL_FLAG_NEXT_COMPOUND control
398replace define V4L2_CID_PRIVATE_BASE control
399
400# V4L2 tuner
401
402replace define V4L2_TUNER_CAP_LOW tuner-capability
403replace define V4L2_TUNER_CAP_NORM tuner-capability
404replace define V4L2_TUNER_CAP_HWSEEK_BOUNDED tuner-capability
405replace define V4L2_TUNER_CAP_HWSEEK_WRAP tuner-capability
406replace define V4L2_TUNER_CAP_STEREO tuner-capability
407replace define V4L2_TUNER_CAP_LANG2 tuner-capability
408replace define V4L2_TUNER_CAP_SAP tuner-capability
409replace define V4L2_TUNER_CAP_LANG1 tuner-capability
410replace define V4L2_TUNER_CAP_RDS tuner-capability
411replace define V4L2_TUNER_CAP_RDS_BLOCK_IO tuner-capability
412replace define V4L2_TUNER_CAP_RDS_CONTROLS tuner-capability
413replace define V4L2_TUNER_CAP_FREQ_BANDS tuner-capability
414replace define V4L2_TUNER_CAP_HWSEEK_PROG_LIM tuner-capability
415replace define V4L2_TUNER_CAP_1HZ tuner-capability
416
417replace define V4L2_TUNER_SUB_MONO tuner-rxsubchans
418replace define V4L2_TUNER_SUB_STEREO tuner-rxsubchans
419replace define V4L2_TUNER_SUB_LANG2 tuner-rxsubchans
420replace define V4L2_TUNER_SUB_SAP tuner-rxsubchans
421replace define V4L2_TUNER_SUB_LANG1 tuner-rxsubchans
422replace define V4L2_TUNER_SUB_RDS tuner-rxsubchans
423
424replace define V4L2_TUNER_MODE_MONO tuner-audmode
425replace define V4L2_TUNER_MODE_STEREO tuner-audmode
426replace define V4L2_TUNER_MODE_LANG2 tuner-audmode
427replace define V4L2_TUNER_MODE_SAP tuner-audmode
428replace define V4L2_TUNER_MODE_LANG1 tuner-audmode
429replace define V4L2_TUNER_MODE_LANG1_LANG2 tuner-audmode
430
431replace define V4L2_BAND_MODULATION_VSB band-modulation
432replace define V4L2_BAND_MODULATION_FM band-modulation
433replace define V4L2_BAND_MODULATION_AM band-modulation
434
435replace define V4L2_RDS_BLOCK_MSK v4l2-rds-block
436replace define V4L2_RDS_BLOCK_A v4l2-rds-block
437replace define V4L2_RDS_BLOCK_B v4l2-rds-block
438replace define V4L2_RDS_BLOCK_C v4l2-rds-block
439replace define V4L2_RDS_BLOCK_D v4l2-rds-block
440replace define V4L2_RDS_BLOCK_C_ALT v4l2-rds-block
441replace define V4L2_RDS_BLOCK_INVALID v4l2-rds-block
442replace define V4L2_RDS_BLOCK_CORRECTED v4l2-rds-block
443replace define V4L2_RDS_BLOCK_ERROR v4l2-rds-block
444
445# V4L2 audio
446
447replace define V4L2_AUDCAP_STEREO audio-capability
448replace define V4L2_AUDCAP_AVL audio-capability
449
450replace define V4L2_AUDMODE_AVL audio-mode
451
452# MPEG
453
454replace define V4L2_ENC_IDX_FRAME_I :c:type:`v4l2_enc_idx`
455replace define V4L2_ENC_IDX_FRAME_P :c:type:`v4l2_enc_idx`
456replace define V4L2_ENC_IDX_FRAME_B :c:type:`v4l2_enc_idx`
457replace define V4L2_ENC_IDX_FRAME_MASK :c:type:`v4l2_enc_idx`
458replace define V4L2_ENC_IDX_ENTRIES :c:type:`v4l2_enc_idx`
459
460replace define V4L2_ENC_CMD_START encoder-cmds
461replace define V4L2_ENC_CMD_STOP encoder-cmds
462replace define V4L2_ENC_CMD_PAUSE encoder-cmds
463replace define V4L2_ENC_CMD_RESUME encoder-cmds
464
465replace define V4L2_ENC_CMD_STOP_AT_GOP_END encoder-flags
466
467replace define V4L2_DEC_CMD_START decoder-cmds
468replace define V4L2_DEC_CMD_STOP decoder-cmds
469replace define V4L2_DEC_CMD_PAUSE decoder-cmds
470replace define V4L2_DEC_CMD_RESUME decoder-cmds
471replace define V4L2_DEC_CMD_FLUSH decoder-cmds
472
473replace define V4L2_DEC_CMD_START_MUTE_AUDIO decoder-cmds
474replace define V4L2_DEC_CMD_PAUSE_TO_BLACK decoder-cmds
475replace define V4L2_DEC_CMD_STOP_TO_BLACK decoder-cmds
476replace define V4L2_DEC_CMD_STOP_IMMEDIATELY decoder-cmds
477
478replace define V4L2_DEC_START_FMT_NONE decoder-cmds
479replace define V4L2_DEC_START_FMT_GOP decoder-cmds
480
481# V4L2 VBI
482
483replace define V4L2_VBI_UNSYNC vbifmt-flags
484replace define V4L2_VBI_INTERLACED vbifmt-flags
485
486replace define V4L2_VBI_ITU_525_F1_START :c:type:`v4l2_vbi_format`
487replace define V4L2_VBI_ITU_525_F2_START :c:type:`v4l2_vbi_format`
488replace define V4L2_VBI_ITU_625_F1_START :c:type:`v4l2_vbi_format`
489replace define V4L2_VBI_ITU_625_F2_START :c:type:`v4l2_vbi_format`
490
491
492replace define V4L2_SLICED_TELETEXT_B vbi-services
493replace define V4L2_SLICED_VPS vbi-services
494replace define V4L2_SLICED_CAPTION_525 vbi-services
495replace define V4L2_SLICED_WSS_625 vbi-services
496replace define V4L2_SLICED_VBI_525 vbi-services
497replace define V4L2_SLICED_VBI_625 vbi-services
498
499replace define V4L2_MPEG_VBI_IVTV_TELETEXT_B ITV0-Line-Identifier-Constants
500replace define V4L2_MPEG_VBI_IVTV_CAPTION_525 ITV0-Line-Identifier-Constants
501replace define V4L2_MPEG_VBI_IVTV_WSS_625 ITV0-Line-Identifier-Constants
502replace define V4L2_MPEG_VBI_IVTV_VPS ITV0-Line-Identifier-Constants
503
504replace define V4L2_MPEG_VBI_IVTV_MAGIC0 v4l2-mpeg-vbi-fmt-ivtv-magic
505replace define V4L2_MPEG_VBI_IVTV_MAGIC1 v4l2-mpeg-vbi-fmt-ivtv-magic
506
507# V4L2 events
508
509replace define V4L2_EVENT_ALL event-type
510replace define V4L2_EVENT_VSYNC event-type
511replace define V4L2_EVENT_EOS event-type
512replace define V4L2_EVENT_CTRL event-type
513replace define V4L2_EVENT_FRAME_SYNC event-type
514replace define V4L2_EVENT_SOURCE_CHANGE event-type
515replace define V4L2_EVENT_MOTION_DET event-type
516replace define V4L2_EVENT_PRIVATE_START event-type
517
518replace define V4L2_EVENT_CTRL_CH_VALUE ctrl-changes-flags
519replace define V4L2_EVENT_CTRL_CH_FLAGS ctrl-changes-flags
520replace define V4L2_EVENT_CTRL_CH_RANGE ctrl-changes-flags
521replace define V4L2_EVENT_CTRL_CH_DIMENSIONS ctrl-changes-flags
522
523replace define V4L2_EVENT_SRC_CH_RESOLUTION src-changes-flags
524
525replace define V4L2_EVENT_MD_FL_HAVE_FRAME_SEQ :c:type:`v4l2_event_motion_det`
526
527replace define V4L2_EVENT_SUB_FL_SEND_INITIAL event-flags
528replace define V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK event-flags
529
530# V4L2 debugging
531replace define V4L2_CHIP_MATCH_BRIDGE vidioc_dbg_g_register
532replace define V4L2_CHIP_MATCH_SUBDEV vidioc_dbg_g_register
533replace define V4L2_CHIP_MATCH_HOST vidioc_dbg_g_register
534replace define V4L2_CHIP_MATCH_I2C_DRIVER vidioc_dbg_g_register
535replace define V4L2_CHIP_MATCH_I2C_ADDR vidioc_dbg_g_register
536replace define V4L2_CHIP_MATCH_AC97 vidioc_dbg_g_register
537
538replace define V4L2_CHIP_FL_READABLE vidioc_dbg_g_register
539replace define V4L2_CHIP_FL_WRITABLE vidioc_dbg_g_register
540
541# Ignore reserved ioctl and ancillary macros
542
543ignore define VIDEO_MAX_FRAME
544ignore define VIDEO_MAX_PLANES
545ignore define v4l2_fourcc
546ignore define v4l2_fourcc_be
547ignore define V4L2_FIELD_HAS_TOP
548ignore define V4L2_FIELD_HAS_BOTTOM
549ignore define V4L2_FIELD_HAS_BOTH
550ignore define V4L2_FIELD_HAS_T_OR_B
551ignore define V4L2_TYPE_IS_MULTIPLANAR
552ignore define V4L2_TYPE_IS_OUTPUT
553ignore define V4L2_TUNER_ADC
554ignore define V4L2_MAP_COLORSPACE_DEFAULT
555ignore define V4L2_MAP_XFER_FUNC_DEFAULT
556ignore define V4L2_MAP_YCBCR_ENC_DEFAULT
557ignore define V4L2_DV_BT_BLANKING_WIDTH
558ignore define V4L2_DV_BT_FRAME_WIDTH
559ignore define V4L2_DV_BT_BLANKING_HEIGHT
560ignore define V4L2_DV_BT_FRAME_HEIGHT
561ignore define V4L2_IN_CAP_CUSTOM_TIMINGS
562ignore define V4L2_CTRL_ID_MASK
563ignore define V4L2_CTRL_ID2CLASS
564ignore define V4L2_CTRL_ID2WHICH
565ignore define V4L2_CTRL_DRIVER_PRIV
566ignore define V4L2_CTRL_MAX_DIMS
567ignore define V4L2_CTRL_WHICH_CUR_VAL
568ignore define V4L2_CTRL_WHICH_DEF_VAL
569ignore define V4L2_CTRL_WHICH_REQUEST_VAL
570ignore define V4L2_OUT_CAP_CUSTOM_TIMINGS
571ignore define V4L2_CID_MAX_CTRLS
572
573ignore define BASE_VIDIOC_PRIVATE
574
575# Associate ioctls with their counterparts
576replace ioctl VIDIOC_DBG_S_REGISTER vidioc_dbg_g_register
577replace ioctl VIDIOC_DQBUF vidioc_qbuf
578replace ioctl VIDIOC_S_AUDOUT vidioc_g_audout
579replace ioctl VIDIOC_S_CROP vidioc_g_crop
580replace ioctl VIDIOC_S_CTRL vidioc_g_ctrl
581replace ioctl VIDIOC_S_DV_TIMINGS vidioc_g_dv_timings
582replace ioctl VIDIOC_S_EDID vidioc_g_edid
583replace ioctl VIDIOC_S_EXT_CTRLS vidioc_g_ext_ctrls
584replace ioctl VIDIOC_S_FBUF vidioc_g_fbuf
585replace ioctl VIDIOC_S_FMT vidioc_g_fmt
586replace ioctl VIDIOC_S_FREQUENCY vidioc_g_frequency
587replace ioctl VIDIOC_S_INPUT vidioc_g_input
588replace ioctl VIDIOC_S_JPEGCOMP vidioc_g_jpegcomp
589replace ioctl VIDIOC_S_MODULATOR vidioc_g_modulator
590replace ioctl VIDIOC_S_OUTPUT vidioc_g_output
591replace ioctl VIDIOC_S_PARM vidioc_g_parm
592replace ioctl VIDIOC_S_PRIORITY vidioc_g_priority
593replace ioctl VIDIOC_S_SELECTION vidioc_g_selection
594replace ioctl VIDIOC_S_STD vidioc_g_std
595replace ioctl VIDIOC_S_AUDIO vidioc_g_audio
596replace ioctl VIDIOC_S_TUNER vidioc_g_tuner
597replace ioctl VIDIOC_TRY_DECODER_CMD vidioc_decoder_cmd
598replace ioctl VIDIOC_TRY_ENCODER_CMD vidioc_encoder_cmd
599replace ioctl VIDIOC_TRY_EXT_CTRLS vidioc_g_ext_ctrls
600replace ioctl VIDIOC_TRY_FMT vidioc_g_fmt
601replace ioctl VIDIOC_STREAMOFF vidioc_streamon
602replace ioctl VIDIOC_QUERY_EXT_CTRL vidioc_queryctrl
603replace ioctl VIDIOC_QUERYMENU vidioc_queryctrl
604