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