blob: fbc131f17064ca9bc8f2e03f7423750c921e85ee [file] [log] [blame]
Ben Cheng655a7c02013-10-16 16:09:24 -07001/****************************************************************************
2 ****************************************************************************
3 ***
4 *** This header was automatically generated from a Linux kernel header
5 *** of the same name, to make information necessary for userspace to
6 *** call into the kernel available to libc. It contains only constants,
7 *** structures, and macros generated from the original header, and thus,
8 *** contains no copyrightable information.
9 ***
10 *** To edit the content of this header, modify the corresponding
11 *** source file (e.g. under external/kernel-headers/original/) then
12 *** run bionic/libc/kernel/tools/update_all.py
13 ***
14 *** Any manual change here will be lost the next time this script will
15 *** be run. You've been warned!
16 ***
17 ****************************************************************************
18 ****************************************************************************/
19#ifndef __LINUX_V4L2_CONTROLS_H
20#define __LINUX_V4L2_CONTROLS_H
21#define V4L2_CTRL_CLASS_USER 0x00980000
22#define V4L2_CTRL_CLASS_MPEG 0x00990000
23/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
24#define V4L2_CTRL_CLASS_CAMERA 0x009a0000
25#define V4L2_CTRL_CLASS_FM_TX 0x009b0000
26#define V4L2_CTRL_CLASS_FLASH 0x009c0000
27#define V4L2_CTRL_CLASS_JPEG 0x009d0000
28/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
29#define V4L2_CTRL_CLASS_IMAGE_SOURCE 0x009e0000
30#define V4L2_CTRL_CLASS_IMAGE_PROC 0x009f0000
31#define V4L2_CTRL_CLASS_DV 0x00a00000
32#define V4L2_CTRL_CLASS_FM_RX 0x00a10000
33/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070034#define V4L2_CTRL_CLASS_RF_TUNER 0x00a20000
Christopher Ferris82d75042015-01-26 10:57:07 -080035#define V4L2_CTRL_CLASS_DETECT 0x00a30000
Ben Cheng655a7c02013-10-16 16:09:24 -070036#define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900)
37#define V4L2_CID_USER_BASE V4L2_CID_BASE
Ben Cheng655a7c02013-10-16 16:09:24 -070038/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080039#define V4L2_CID_USER_CLASS (V4L2_CTRL_CLASS_USER | 1)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070040#define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
Ben Cheng655a7c02013-10-16 16:09:24 -070041#define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
42#define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
Ben Cheng655a7c02013-10-16 16:09:24 -070043/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080044#define V4L2_CID_HUE (V4L2_CID_BASE+3)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070045#define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
Ben Cheng655a7c02013-10-16 16:09:24 -070046#define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
47#define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
Ben Cheng655a7c02013-10-16 16:09:24 -070048/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080049#define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070050#define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
Ben Cheng655a7c02013-10-16 16:09:24 -070051#define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
52#define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11)
Ben Cheng655a7c02013-10-16 16:09:24 -070053/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080054#define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070055#define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
Ben Cheng655a7c02013-10-16 16:09:24 -070056#define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
57#define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
Ben Cheng655a7c02013-10-16 16:09:24 -070058/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080059#define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070060#define V4L2_CID_WHITENESS (V4L2_CID_GAMMA)
Ben Cheng655a7c02013-10-16 16:09:24 -070061#define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
62#define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
Ben Cheng655a7c02013-10-16 16:09:24 -070063/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080064#define V4L2_CID_GAIN (V4L2_CID_BASE+19)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070065#define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
Ben Cheng655a7c02013-10-16 16:09:24 -070066#define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
67#define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
Ben Cheng655a7c02013-10-16 16:09:24 -070068/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080069enum v4l2_power_line_frequency {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070070 V4L2_CID_POWER_LINE_FREQUENCY_DISABLED = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -070071 V4L2_CID_POWER_LINE_FREQUENCY_50HZ = 1,
72 V4L2_CID_POWER_LINE_FREQUENCY_60HZ = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -070073/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080074 V4L2_CID_POWER_LINE_FREQUENCY_AUTO = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070075};
Ben Cheng655a7c02013-10-16 16:09:24 -070076#define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25)
77#define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE+26)
Ben Cheng655a7c02013-10-16 16:09:24 -070078/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080079#define V4L2_CID_SHARPNESS (V4L2_CID_BASE+27)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070080#define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28)
Ben Cheng655a7c02013-10-16 16:09:24 -070081#define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29)
82#define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30)
Ben Cheng655a7c02013-10-16 16:09:24 -070083/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080084#define V4L2_CID_COLORFX (V4L2_CID_BASE+31)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070085enum v4l2_colorfx {
Ben Cheng655a7c02013-10-16 16:09:24 -070086 V4L2_COLORFX_NONE = 0,
87 V4L2_COLORFX_BW = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -070088/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080089 V4L2_COLORFX_SEPIA = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070090 V4L2_COLORFX_NEGATIVE = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -070091 V4L2_COLORFX_EMBOSS = 4,
92 V4L2_COLORFX_SKETCH = 5,
Ben Cheng655a7c02013-10-16 16:09:24 -070093/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080094 V4L2_COLORFX_SKY_BLUE = 6,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -070095 V4L2_COLORFX_GRASS_GREEN = 7,
Ben Cheng655a7c02013-10-16 16:09:24 -070096 V4L2_COLORFX_SKIN_WHITEN = 8,
97 V4L2_COLORFX_VIVID = 9,
Ben Cheng655a7c02013-10-16 16:09:24 -070098/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -080099 V4L2_COLORFX_AQUA = 10,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700100 V4L2_COLORFX_ART_FREEZE = 11,
Ben Cheng655a7c02013-10-16 16:09:24 -0700101 V4L2_COLORFX_SILHOUETTE = 12,
102 V4L2_COLORFX_SOLARIZATION = 13,
Ben Cheng655a7c02013-10-16 16:09:24 -0700103/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800104 V4L2_COLORFX_ANTIQUE = 14,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700105 V4L2_COLORFX_SET_CBCR = 15,
Ben Cheng655a7c02013-10-16 16:09:24 -0700106};
107#define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
Ben Cheng655a7c02013-10-16 16:09:24 -0700108/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800109#define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700110#define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
Ben Cheng655a7c02013-10-16 16:09:24 -0700111#define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
112#define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36)
Ben Cheng655a7c02013-10-16 16:09:24 -0700113/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800114#define V4L2_CID_ILLUMINATORS_1 (V4L2_CID_BASE+37)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700115#define V4L2_CID_ILLUMINATORS_2 (V4L2_CID_BASE+38)
Ben Cheng655a7c02013-10-16 16:09:24 -0700116#define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39)
117#define V4L2_CID_MIN_BUFFERS_FOR_OUTPUT (V4L2_CID_BASE+40)
Ben Cheng655a7c02013-10-16 16:09:24 -0700118/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800119#define V4L2_CID_ALPHA_COMPONENT (V4L2_CID_BASE+41)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700120#define V4L2_CID_COLORFX_CBCR (V4L2_CID_BASE+42)
Ben Cheng655a7c02013-10-16 16:09:24 -0700121#define V4L2_CID_LASTP1 (V4L2_CID_BASE+43)
122#define V4L2_CID_USER_MEYE_BASE (V4L2_CID_USER_BASE + 0x1000)
Ben Cheng655a7c02013-10-16 16:09:24 -0700123/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800124#define V4L2_CID_USER_BTTV_BASE (V4L2_CID_USER_BASE + 0x1010)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700125#define V4L2_CID_USER_S2255_BASE (V4L2_CID_USER_BASE + 0x1030)
Ben Cheng655a7c02013-10-16 16:09:24 -0700126#define V4L2_CID_USER_SI476X_BASE (V4L2_CID_USER_BASE + 0x1040)
Christopher Ferris38062f92014-07-09 15:33:25 -0700127#define V4L2_CID_USER_TI_VPE_BASE (V4L2_CID_USER_BASE + 0x1050)
Christopher Ferris38062f92014-07-09 15:33:25 -0700128/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800129#define V4L2_CID_USER_SAA7134_BASE (V4L2_CID_USER_BASE + 0x1060)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700130#define V4L2_CID_MPEG_BASE (V4L2_CTRL_CLASS_MPEG | 0x900)
Ben Cheng655a7c02013-10-16 16:09:24 -0700131#define V4L2_CID_MPEG_CLASS (V4L2_CTRL_CLASS_MPEG | 1)
132#define V4L2_CID_MPEG_STREAM_TYPE (V4L2_CID_MPEG_BASE+0)
Christopher Ferris38062f92014-07-09 15:33:25 -0700133/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800134enum v4l2_mpeg_stream_type {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700135 V4L2_MPEG_STREAM_TYPE_MPEG2_PS = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700136 V4L2_MPEG_STREAM_TYPE_MPEG2_TS = 1,
137 V4L2_MPEG_STREAM_TYPE_MPEG1_SS = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700138/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800139 V4L2_MPEG_STREAM_TYPE_MPEG2_DVD = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700140 V4L2_MPEG_STREAM_TYPE_MPEG1_VCD = 4,
Ben Cheng655a7c02013-10-16 16:09:24 -0700141 V4L2_MPEG_STREAM_TYPE_MPEG2_SVCD = 5,
142};
Christopher Ferris38062f92014-07-09 15:33:25 -0700143/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800144#define V4L2_CID_MPEG_STREAM_PID_PMT (V4L2_CID_MPEG_BASE+1)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700145#define V4L2_CID_MPEG_STREAM_PID_AUDIO (V4L2_CID_MPEG_BASE+2)
Ben Cheng655a7c02013-10-16 16:09:24 -0700146#define V4L2_CID_MPEG_STREAM_PID_VIDEO (V4L2_CID_MPEG_BASE+3)
147#define V4L2_CID_MPEG_STREAM_PID_PCR (V4L2_CID_MPEG_BASE+4)
Christopher Ferris38062f92014-07-09 15:33:25 -0700148/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800149#define V4L2_CID_MPEG_STREAM_PES_ID_AUDIO (V4L2_CID_MPEG_BASE+5)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700150#define V4L2_CID_MPEG_STREAM_PES_ID_VIDEO (V4L2_CID_MPEG_BASE+6)
Ben Cheng655a7c02013-10-16 16:09:24 -0700151#define V4L2_CID_MPEG_STREAM_VBI_FMT (V4L2_CID_MPEG_BASE+7)
152enum v4l2_mpeg_stream_vbi_fmt {
Christopher Ferris38062f92014-07-09 15:33:25 -0700153/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800154 V4L2_MPEG_STREAM_VBI_FMT_NONE = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700155 V4L2_MPEG_STREAM_VBI_FMT_IVTV = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700156};
157#define V4L2_CID_MPEG_AUDIO_SAMPLING_FREQ (V4L2_CID_MPEG_BASE+100)
Christopher Ferris38062f92014-07-09 15:33:25 -0700158/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800159enum v4l2_mpeg_audio_sampling_freq {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700160 V4L2_MPEG_AUDIO_SAMPLING_FREQ_44100 = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700161 V4L2_MPEG_AUDIO_SAMPLING_FREQ_48000 = 1,
162 V4L2_MPEG_AUDIO_SAMPLING_FREQ_32000 = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700163/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800164};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700165#define V4L2_CID_MPEG_AUDIO_ENCODING (V4L2_CID_MPEG_BASE+101)
Ben Cheng655a7c02013-10-16 16:09:24 -0700166enum v4l2_mpeg_audio_encoding {
167 V4L2_MPEG_AUDIO_ENCODING_LAYER_1 = 0,
Christopher Ferris38062f92014-07-09 15:33:25 -0700168/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800169 V4L2_MPEG_AUDIO_ENCODING_LAYER_2 = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700170 V4L2_MPEG_AUDIO_ENCODING_LAYER_3 = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700171 V4L2_MPEG_AUDIO_ENCODING_AAC = 3,
172 V4L2_MPEG_AUDIO_ENCODING_AC3 = 4,
Christopher Ferris38062f92014-07-09 15:33:25 -0700173/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800174};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700175#define V4L2_CID_MPEG_AUDIO_L1_BITRATE (V4L2_CID_MPEG_BASE+102)
Ben Cheng655a7c02013-10-16 16:09:24 -0700176enum v4l2_mpeg_audio_l1_bitrate {
177 V4L2_MPEG_AUDIO_L1_BITRATE_32K = 0,
Christopher Ferris38062f92014-07-09 15:33:25 -0700178/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800179 V4L2_MPEG_AUDIO_L1_BITRATE_64K = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700180 V4L2_MPEG_AUDIO_L1_BITRATE_96K = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700181 V4L2_MPEG_AUDIO_L1_BITRATE_128K = 3,
182 V4L2_MPEG_AUDIO_L1_BITRATE_160K = 4,
Christopher Ferris38062f92014-07-09 15:33:25 -0700183/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800184 V4L2_MPEG_AUDIO_L1_BITRATE_192K = 5,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700185 V4L2_MPEG_AUDIO_L1_BITRATE_224K = 6,
Ben Cheng655a7c02013-10-16 16:09:24 -0700186 V4L2_MPEG_AUDIO_L1_BITRATE_256K = 7,
187 V4L2_MPEG_AUDIO_L1_BITRATE_288K = 8,
Christopher Ferris38062f92014-07-09 15:33:25 -0700188/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800189 V4L2_MPEG_AUDIO_L1_BITRATE_320K = 9,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700190 V4L2_MPEG_AUDIO_L1_BITRATE_352K = 10,
Ben Cheng655a7c02013-10-16 16:09:24 -0700191 V4L2_MPEG_AUDIO_L1_BITRATE_384K = 11,
192 V4L2_MPEG_AUDIO_L1_BITRATE_416K = 12,
Christopher Ferris38062f92014-07-09 15:33:25 -0700193/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800194 V4L2_MPEG_AUDIO_L1_BITRATE_448K = 13,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700195};
Ben Cheng655a7c02013-10-16 16:09:24 -0700196#define V4L2_CID_MPEG_AUDIO_L2_BITRATE (V4L2_CID_MPEG_BASE+103)
197enum v4l2_mpeg_audio_l2_bitrate {
Christopher Ferris38062f92014-07-09 15:33:25 -0700198/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800199 V4L2_MPEG_AUDIO_L2_BITRATE_32K = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700200 V4L2_MPEG_AUDIO_L2_BITRATE_48K = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700201 V4L2_MPEG_AUDIO_L2_BITRATE_56K = 2,
202 V4L2_MPEG_AUDIO_L2_BITRATE_64K = 3,
Christopher Ferris38062f92014-07-09 15:33:25 -0700203/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800204 V4L2_MPEG_AUDIO_L2_BITRATE_80K = 4,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700205 V4L2_MPEG_AUDIO_L2_BITRATE_96K = 5,
Ben Cheng655a7c02013-10-16 16:09:24 -0700206 V4L2_MPEG_AUDIO_L2_BITRATE_112K = 6,
207 V4L2_MPEG_AUDIO_L2_BITRATE_128K = 7,
Christopher Ferris38062f92014-07-09 15:33:25 -0700208/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800209 V4L2_MPEG_AUDIO_L2_BITRATE_160K = 8,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700210 V4L2_MPEG_AUDIO_L2_BITRATE_192K = 9,
Ben Cheng655a7c02013-10-16 16:09:24 -0700211 V4L2_MPEG_AUDIO_L2_BITRATE_224K = 10,
212 V4L2_MPEG_AUDIO_L2_BITRATE_256K = 11,
Christopher Ferris38062f92014-07-09 15:33:25 -0700213/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800214 V4L2_MPEG_AUDIO_L2_BITRATE_320K = 12,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700215 V4L2_MPEG_AUDIO_L2_BITRATE_384K = 13,
Ben Cheng655a7c02013-10-16 16:09:24 -0700216};
217#define V4L2_CID_MPEG_AUDIO_L3_BITRATE (V4L2_CID_MPEG_BASE+104)
Christopher Ferris38062f92014-07-09 15:33:25 -0700218/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800219enum v4l2_mpeg_audio_l3_bitrate {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700220 V4L2_MPEG_AUDIO_L3_BITRATE_32K = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700221 V4L2_MPEG_AUDIO_L3_BITRATE_40K = 1,
222 V4L2_MPEG_AUDIO_L3_BITRATE_48K = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700223/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800224 V4L2_MPEG_AUDIO_L3_BITRATE_56K = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700225 V4L2_MPEG_AUDIO_L3_BITRATE_64K = 4,
Ben Cheng655a7c02013-10-16 16:09:24 -0700226 V4L2_MPEG_AUDIO_L3_BITRATE_80K = 5,
227 V4L2_MPEG_AUDIO_L3_BITRATE_96K = 6,
Christopher Ferris38062f92014-07-09 15:33:25 -0700228/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800229 V4L2_MPEG_AUDIO_L3_BITRATE_112K = 7,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700230 V4L2_MPEG_AUDIO_L3_BITRATE_128K = 8,
Ben Cheng655a7c02013-10-16 16:09:24 -0700231 V4L2_MPEG_AUDIO_L3_BITRATE_160K = 9,
232 V4L2_MPEG_AUDIO_L3_BITRATE_192K = 10,
Christopher Ferris38062f92014-07-09 15:33:25 -0700233/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800234 V4L2_MPEG_AUDIO_L3_BITRATE_224K = 11,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700235 V4L2_MPEG_AUDIO_L3_BITRATE_256K = 12,
Ben Cheng655a7c02013-10-16 16:09:24 -0700236 V4L2_MPEG_AUDIO_L3_BITRATE_320K = 13,
237};
Christopher Ferris38062f92014-07-09 15:33:25 -0700238/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800239#define V4L2_CID_MPEG_AUDIO_MODE (V4L2_CID_MPEG_BASE+105)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700240enum v4l2_mpeg_audio_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700241 V4L2_MPEG_AUDIO_MODE_STEREO = 0,
242 V4L2_MPEG_AUDIO_MODE_JOINT_STEREO = 1,
Christopher Ferris38062f92014-07-09 15:33:25 -0700243/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800244 V4L2_MPEG_AUDIO_MODE_DUAL = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700245 V4L2_MPEG_AUDIO_MODE_MONO = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700246};
247#define V4L2_CID_MPEG_AUDIO_MODE_EXTENSION (V4L2_CID_MPEG_BASE+106)
Christopher Ferris38062f92014-07-09 15:33:25 -0700248/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800249enum v4l2_mpeg_audio_mode_extension {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700250 V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_4 = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700251 V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_8 = 1,
252 V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_12 = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700253/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800254 V4L2_MPEG_AUDIO_MODE_EXTENSION_BOUND_16 = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700255};
Ben Cheng655a7c02013-10-16 16:09:24 -0700256#define V4L2_CID_MPEG_AUDIO_EMPHASIS (V4L2_CID_MPEG_BASE+107)
257enum v4l2_mpeg_audio_emphasis {
Christopher Ferris38062f92014-07-09 15:33:25 -0700258/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800259 V4L2_MPEG_AUDIO_EMPHASIS_NONE = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700260 V4L2_MPEG_AUDIO_EMPHASIS_50_DIV_15_uS = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700261 V4L2_MPEG_AUDIO_EMPHASIS_CCITT_J17 = 2,
262};
Christopher Ferris38062f92014-07-09 15:33:25 -0700263/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800264#define V4L2_CID_MPEG_AUDIO_CRC (V4L2_CID_MPEG_BASE+108)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700265enum v4l2_mpeg_audio_crc {
Ben Cheng655a7c02013-10-16 16:09:24 -0700266 V4L2_MPEG_AUDIO_CRC_NONE = 0,
267 V4L2_MPEG_AUDIO_CRC_CRC16 = 1,
Christopher Ferris38062f92014-07-09 15:33:25 -0700268/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800269};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700270#define V4L2_CID_MPEG_AUDIO_MUTE (V4L2_CID_MPEG_BASE+109)
Ben Cheng655a7c02013-10-16 16:09:24 -0700271#define V4L2_CID_MPEG_AUDIO_AAC_BITRATE (V4L2_CID_MPEG_BASE+110)
272#define V4L2_CID_MPEG_AUDIO_AC3_BITRATE (V4L2_CID_MPEG_BASE+111)
Christopher Ferris38062f92014-07-09 15:33:25 -0700273/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800274enum v4l2_mpeg_audio_ac3_bitrate {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700275 V4L2_MPEG_AUDIO_AC3_BITRATE_32K = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700276 V4L2_MPEG_AUDIO_AC3_BITRATE_40K = 1,
277 V4L2_MPEG_AUDIO_AC3_BITRATE_48K = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700278/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800279 V4L2_MPEG_AUDIO_AC3_BITRATE_56K = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700280 V4L2_MPEG_AUDIO_AC3_BITRATE_64K = 4,
Ben Cheng655a7c02013-10-16 16:09:24 -0700281 V4L2_MPEG_AUDIO_AC3_BITRATE_80K = 5,
282 V4L2_MPEG_AUDIO_AC3_BITRATE_96K = 6,
Christopher Ferris38062f92014-07-09 15:33:25 -0700283/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800284 V4L2_MPEG_AUDIO_AC3_BITRATE_112K = 7,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700285 V4L2_MPEG_AUDIO_AC3_BITRATE_128K = 8,
Ben Cheng655a7c02013-10-16 16:09:24 -0700286 V4L2_MPEG_AUDIO_AC3_BITRATE_160K = 9,
287 V4L2_MPEG_AUDIO_AC3_BITRATE_192K = 10,
Christopher Ferris38062f92014-07-09 15:33:25 -0700288/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800289 V4L2_MPEG_AUDIO_AC3_BITRATE_224K = 11,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700290 V4L2_MPEG_AUDIO_AC3_BITRATE_256K = 12,
Ben Cheng655a7c02013-10-16 16:09:24 -0700291 V4L2_MPEG_AUDIO_AC3_BITRATE_320K = 13,
292 V4L2_MPEG_AUDIO_AC3_BITRATE_384K = 14,
Christopher Ferris38062f92014-07-09 15:33:25 -0700293/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800294 V4L2_MPEG_AUDIO_AC3_BITRATE_448K = 15,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700295 V4L2_MPEG_AUDIO_AC3_BITRATE_512K = 16,
Ben Cheng655a7c02013-10-16 16:09:24 -0700296 V4L2_MPEG_AUDIO_AC3_BITRATE_576K = 17,
297 V4L2_MPEG_AUDIO_AC3_BITRATE_640K = 18,
Christopher Ferris38062f92014-07-09 15:33:25 -0700298/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800299};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700300#define V4L2_CID_MPEG_AUDIO_DEC_PLAYBACK (V4L2_CID_MPEG_BASE+112)
Ben Cheng655a7c02013-10-16 16:09:24 -0700301enum v4l2_mpeg_audio_dec_playback {
302 V4L2_MPEG_AUDIO_DEC_PLAYBACK_AUTO = 0,
Christopher Ferris38062f92014-07-09 15:33:25 -0700303/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800304 V4L2_MPEG_AUDIO_DEC_PLAYBACK_STEREO = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700305 V4L2_MPEG_AUDIO_DEC_PLAYBACK_LEFT = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700306 V4L2_MPEG_AUDIO_DEC_PLAYBACK_RIGHT = 3,
307 V4L2_MPEG_AUDIO_DEC_PLAYBACK_MONO = 4,
Christopher Ferris38062f92014-07-09 15:33:25 -0700308/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800309 V4L2_MPEG_AUDIO_DEC_PLAYBACK_SWAPPED_STEREO = 5,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700310};
Ben Cheng655a7c02013-10-16 16:09:24 -0700311#define V4L2_CID_MPEG_AUDIO_DEC_MULTILINGUAL_PLAYBACK (V4L2_CID_MPEG_BASE+113)
312#define V4L2_CID_MPEG_VIDEO_ENCODING (V4L2_CID_MPEG_BASE+200)
Christopher Ferris38062f92014-07-09 15:33:25 -0700313/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800314enum v4l2_mpeg_video_encoding {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700315 V4L2_MPEG_VIDEO_ENCODING_MPEG_1 = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700316 V4L2_MPEG_VIDEO_ENCODING_MPEG_2 = 1,
317 V4L2_MPEG_VIDEO_ENCODING_MPEG_4_AVC = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700318/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800319};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700320#define V4L2_CID_MPEG_VIDEO_ASPECT (V4L2_CID_MPEG_BASE+201)
Ben Cheng655a7c02013-10-16 16:09:24 -0700321enum v4l2_mpeg_video_aspect {
322 V4L2_MPEG_VIDEO_ASPECT_1x1 = 0,
Christopher Ferris38062f92014-07-09 15:33:25 -0700323/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800324 V4L2_MPEG_VIDEO_ASPECT_4x3 = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700325 V4L2_MPEG_VIDEO_ASPECT_16x9 = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700326 V4L2_MPEG_VIDEO_ASPECT_221x100 = 3,
327};
Christopher Ferris38062f92014-07-09 15:33:25 -0700328/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800329#define V4L2_CID_MPEG_VIDEO_B_FRAMES (V4L2_CID_MPEG_BASE+202)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700330#define V4L2_CID_MPEG_VIDEO_GOP_SIZE (V4L2_CID_MPEG_BASE+203)
Ben Cheng655a7c02013-10-16 16:09:24 -0700331#define V4L2_CID_MPEG_VIDEO_GOP_CLOSURE (V4L2_CID_MPEG_BASE+204)
332#define V4L2_CID_MPEG_VIDEO_PULLDOWN (V4L2_CID_MPEG_BASE+205)
Christopher Ferris38062f92014-07-09 15:33:25 -0700333/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800334#define V4L2_CID_MPEG_VIDEO_BITRATE_MODE (V4L2_CID_MPEG_BASE+206)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700335enum v4l2_mpeg_video_bitrate_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700336 V4L2_MPEG_VIDEO_BITRATE_MODE_VBR = 0,
337 V4L2_MPEG_VIDEO_BITRATE_MODE_CBR = 1,
Christopher Ferris38062f92014-07-09 15:33:25 -0700338/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800339};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700340#define V4L2_CID_MPEG_VIDEO_BITRATE (V4L2_CID_MPEG_BASE+207)
Ben Cheng655a7c02013-10-16 16:09:24 -0700341#define V4L2_CID_MPEG_VIDEO_BITRATE_PEAK (V4L2_CID_MPEG_BASE+208)
342#define V4L2_CID_MPEG_VIDEO_TEMPORAL_DECIMATION (V4L2_CID_MPEG_BASE+209)
Christopher Ferris38062f92014-07-09 15:33:25 -0700343/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800344#define V4L2_CID_MPEG_VIDEO_MUTE (V4L2_CID_MPEG_BASE+210)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700345#define V4L2_CID_MPEG_VIDEO_MUTE_YUV (V4L2_CID_MPEG_BASE+211)
Ben Cheng655a7c02013-10-16 16:09:24 -0700346#define V4L2_CID_MPEG_VIDEO_DECODER_SLICE_INTERFACE (V4L2_CID_MPEG_BASE+212)
347#define V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER (V4L2_CID_MPEG_BASE+213)
Christopher Ferris38062f92014-07-09 15:33:25 -0700348/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800349#define V4L2_CID_MPEG_VIDEO_CYCLIC_INTRA_REFRESH_MB (V4L2_CID_MPEG_BASE+214)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700350#define V4L2_CID_MPEG_VIDEO_FRAME_RC_ENABLE (V4L2_CID_MPEG_BASE+215)
Ben Cheng655a7c02013-10-16 16:09:24 -0700351#define V4L2_CID_MPEG_VIDEO_HEADER_MODE (V4L2_CID_MPEG_BASE+216)
352enum v4l2_mpeg_video_header_mode {
Christopher Ferris38062f92014-07-09 15:33:25 -0700353/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800354 V4L2_MPEG_VIDEO_HEADER_MODE_SEPARATE = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700355 V4L2_MPEG_VIDEO_HEADER_MODE_JOINED_WITH_1ST_FRAME = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700356};
357#define V4L2_CID_MPEG_VIDEO_MAX_REF_PIC (V4L2_CID_MPEG_BASE+217)
Christopher Ferris38062f92014-07-09 15:33:25 -0700358/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800359#define V4L2_CID_MPEG_VIDEO_MB_RC_ENABLE (V4L2_CID_MPEG_BASE+218)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700360#define V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_BYTES (V4L2_CID_MPEG_BASE+219)
Ben Cheng655a7c02013-10-16 16:09:24 -0700361#define V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MAX_MB (V4L2_CID_MPEG_BASE+220)
362#define V4L2_CID_MPEG_VIDEO_MULTI_SLICE_MODE (V4L2_CID_MPEG_BASE+221)
Christopher Ferris38062f92014-07-09 15:33:25 -0700363/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800364enum v4l2_mpeg_video_multi_slice_mode {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700365 V4L2_MPEG_VIDEO_MULTI_SLICE_MODE_SINGLE = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700366 V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_MB = 1,
367 V4L2_MPEG_VIDEO_MULTI_SICE_MODE_MAX_BYTES = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700368/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800369};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700370#define V4L2_CID_MPEG_VIDEO_VBV_SIZE (V4L2_CID_MPEG_BASE+222)
Ben Cheng655a7c02013-10-16 16:09:24 -0700371#define V4L2_CID_MPEG_VIDEO_DEC_PTS (V4L2_CID_MPEG_BASE+223)
372#define V4L2_CID_MPEG_VIDEO_DEC_FRAME (V4L2_CID_MPEG_BASE+224)
Christopher Ferris38062f92014-07-09 15:33:25 -0700373/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800374#define V4L2_CID_MPEG_VIDEO_VBV_DELAY (V4L2_CID_MPEG_BASE+225)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700375#define V4L2_CID_MPEG_VIDEO_REPEAT_SEQ_HEADER (V4L2_CID_MPEG_BASE+226)
376#define V4L2_CID_MPEG_VIDEO_MV_H_SEARCH_RANGE (V4L2_CID_MPEG_BASE+227)
377#define V4L2_CID_MPEG_VIDEO_MV_V_SEARCH_RANGE (V4L2_CID_MPEG_BASE+228)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700378/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800379#define V4L2_CID_MPEG_VIDEO_H263_I_FRAME_QP (V4L2_CID_MPEG_BASE+300)
Ben Cheng655a7c02013-10-16 16:09:24 -0700380#define V4L2_CID_MPEG_VIDEO_H263_P_FRAME_QP (V4L2_CID_MPEG_BASE+301)
Ben Cheng655a7c02013-10-16 16:09:24 -0700381#define V4L2_CID_MPEG_VIDEO_H263_B_FRAME_QP (V4L2_CID_MPEG_BASE+302)
382#define V4L2_CID_MPEG_VIDEO_H263_MIN_QP (V4L2_CID_MPEG_BASE+303)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700383/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800384#define V4L2_CID_MPEG_VIDEO_H263_MAX_QP (V4L2_CID_MPEG_BASE+304)
Ben Cheng655a7c02013-10-16 16:09:24 -0700385#define V4L2_CID_MPEG_VIDEO_H264_I_FRAME_QP (V4L2_CID_MPEG_BASE+350)
Ben Cheng655a7c02013-10-16 16:09:24 -0700386#define V4L2_CID_MPEG_VIDEO_H264_P_FRAME_QP (V4L2_CID_MPEG_BASE+351)
387#define V4L2_CID_MPEG_VIDEO_H264_B_FRAME_QP (V4L2_CID_MPEG_BASE+352)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700388/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800389#define V4L2_CID_MPEG_VIDEO_H264_MIN_QP (V4L2_CID_MPEG_BASE+353)
Ben Cheng655a7c02013-10-16 16:09:24 -0700390#define V4L2_CID_MPEG_VIDEO_H264_MAX_QP (V4L2_CID_MPEG_BASE+354)
Ben Cheng655a7c02013-10-16 16:09:24 -0700391#define V4L2_CID_MPEG_VIDEO_H264_8X8_TRANSFORM (V4L2_CID_MPEG_BASE+355)
392#define V4L2_CID_MPEG_VIDEO_H264_CPB_SIZE (V4L2_CID_MPEG_BASE+356)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700393/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800394#define V4L2_CID_MPEG_VIDEO_H264_ENTROPY_MODE (V4L2_CID_MPEG_BASE+357)
Ben Cheng655a7c02013-10-16 16:09:24 -0700395enum v4l2_mpeg_video_h264_entropy_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700396 V4L2_MPEG_VIDEO_H264_ENTROPY_MODE_CAVLC = 0,
397 V4L2_MPEG_VIDEO_H264_ENTROPY_MODE_CABAC = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700398/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800399};
Ben Cheng655a7c02013-10-16 16:09:24 -0700400#define V4L2_CID_MPEG_VIDEO_H264_I_PERIOD (V4L2_CID_MPEG_BASE+358)
Ben Cheng655a7c02013-10-16 16:09:24 -0700401#define V4L2_CID_MPEG_VIDEO_H264_LEVEL (V4L2_CID_MPEG_BASE+359)
402enum v4l2_mpeg_video_h264_level {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700403/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800404 V4L2_MPEG_VIDEO_H264_LEVEL_1_0 = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700405 V4L2_MPEG_VIDEO_H264_LEVEL_1B = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700406 V4L2_MPEG_VIDEO_H264_LEVEL_1_1 = 2,
407 V4L2_MPEG_VIDEO_H264_LEVEL_1_2 = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700408/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800409 V4L2_MPEG_VIDEO_H264_LEVEL_1_3 = 4,
Ben Cheng655a7c02013-10-16 16:09:24 -0700410 V4L2_MPEG_VIDEO_H264_LEVEL_2_0 = 5,
Ben Cheng655a7c02013-10-16 16:09:24 -0700411 V4L2_MPEG_VIDEO_H264_LEVEL_2_1 = 6,
412 V4L2_MPEG_VIDEO_H264_LEVEL_2_2 = 7,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700413/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800414 V4L2_MPEG_VIDEO_H264_LEVEL_3_0 = 8,
Ben Cheng655a7c02013-10-16 16:09:24 -0700415 V4L2_MPEG_VIDEO_H264_LEVEL_3_1 = 9,
Ben Cheng655a7c02013-10-16 16:09:24 -0700416 V4L2_MPEG_VIDEO_H264_LEVEL_3_2 = 10,
417 V4L2_MPEG_VIDEO_H264_LEVEL_4_0 = 11,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700418/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800419 V4L2_MPEG_VIDEO_H264_LEVEL_4_1 = 12,
Ben Cheng655a7c02013-10-16 16:09:24 -0700420 V4L2_MPEG_VIDEO_H264_LEVEL_4_2 = 13,
Ben Cheng655a7c02013-10-16 16:09:24 -0700421 V4L2_MPEG_VIDEO_H264_LEVEL_5_0 = 14,
422 V4L2_MPEG_VIDEO_H264_LEVEL_5_1 = 15,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700423/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800424};
Ben Cheng655a7c02013-10-16 16:09:24 -0700425#define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_ALPHA (V4L2_CID_MPEG_BASE+360)
Ben Cheng655a7c02013-10-16 16:09:24 -0700426#define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_BETA (V4L2_CID_MPEG_BASE+361)
427#define V4L2_CID_MPEG_VIDEO_H264_LOOP_FILTER_MODE (V4L2_CID_MPEG_BASE+362)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700428/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800429enum v4l2_mpeg_video_h264_loop_filter_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700430 V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_ENABLED = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700431 V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_DISABLED = 1,
432 V4L2_MPEG_VIDEO_H264_LOOP_FILTER_MODE_DISABLED_AT_SLICE_BOUNDARY = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700433/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800434};
Ben Cheng655a7c02013-10-16 16:09:24 -0700435#define V4L2_CID_MPEG_VIDEO_H264_PROFILE (V4L2_CID_MPEG_BASE+363)
Ben Cheng655a7c02013-10-16 16:09:24 -0700436enum v4l2_mpeg_video_h264_profile {
437 V4L2_MPEG_VIDEO_H264_PROFILE_BASELINE = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700438/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800439 V4L2_MPEG_VIDEO_H264_PROFILE_CONSTRAINED_BASELINE = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700440 V4L2_MPEG_VIDEO_H264_PROFILE_MAIN = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700441 V4L2_MPEG_VIDEO_H264_PROFILE_EXTENDED = 3,
442 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH = 4,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700443/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800444 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_10 = 5,
Ben Cheng655a7c02013-10-16 16:09:24 -0700445 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_422 = 6,
Ben Cheng655a7c02013-10-16 16:09:24 -0700446 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_444_PREDICTIVE = 7,
447 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_10_INTRA = 8,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700448/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800449 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_422_INTRA = 9,
Ben Cheng655a7c02013-10-16 16:09:24 -0700450 V4L2_MPEG_VIDEO_H264_PROFILE_HIGH_444_INTRA = 10,
Ben Cheng655a7c02013-10-16 16:09:24 -0700451 V4L2_MPEG_VIDEO_H264_PROFILE_CAVLC_444_INTRA = 11,
452 V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_BASELINE = 12,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700453/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800454 V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_HIGH = 13,
Ben Cheng655a7c02013-10-16 16:09:24 -0700455 V4L2_MPEG_VIDEO_H264_PROFILE_SCALABLE_HIGH_INTRA = 14,
Ben Cheng655a7c02013-10-16 16:09:24 -0700456 V4L2_MPEG_VIDEO_H264_PROFILE_STEREO_HIGH = 15,
457 V4L2_MPEG_VIDEO_H264_PROFILE_MULTIVIEW_HIGH = 16,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700458/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800459};
Ben Cheng655a7c02013-10-16 16:09:24 -0700460#define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT (V4L2_CID_MPEG_BASE+364)
Ben Cheng655a7c02013-10-16 16:09:24 -0700461#define V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH (V4L2_CID_MPEG_BASE+365)
462#define V4L2_CID_MPEG_VIDEO_H264_VUI_SAR_ENABLE (V4L2_CID_MPEG_BASE+366)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700463/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800464#define V4L2_CID_MPEG_VIDEO_H264_VUI_SAR_IDC (V4L2_CID_MPEG_BASE+367)
Ben Cheng655a7c02013-10-16 16:09:24 -0700465enum v4l2_mpeg_video_h264_vui_sar_idc {
Ben Cheng655a7c02013-10-16 16:09:24 -0700466 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_UNSPECIFIED = 0,
467 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_1x1 = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700468/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800469 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_12x11 = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700470 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_10x11 = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700471 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_16x11 = 4,
472 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_40x33 = 5,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700473/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800474 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_24x11 = 6,
Ben Cheng655a7c02013-10-16 16:09:24 -0700475 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_20x11 = 7,
Ben Cheng655a7c02013-10-16 16:09:24 -0700476 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_32x11 = 8,
477 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_80x33 = 9,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700478/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800479 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_18x11 = 10,
Ben Cheng655a7c02013-10-16 16:09:24 -0700480 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_15x11 = 11,
Ben Cheng655a7c02013-10-16 16:09:24 -0700481 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_64x33 = 12,
482 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_160x99 = 13,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700483/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800484 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_4x3 = 14,
Ben Cheng655a7c02013-10-16 16:09:24 -0700485 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_3x2 = 15,
Ben Cheng655a7c02013-10-16 16:09:24 -0700486 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_2x1 = 16,
487 V4L2_MPEG_VIDEO_H264_VUI_SAR_IDC_EXTENDED = 17,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700488/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800489};
Ben Cheng655a7c02013-10-16 16:09:24 -0700490#define V4L2_CID_MPEG_VIDEO_H264_SEI_FRAME_PACKING (V4L2_CID_MPEG_BASE+368)
Ben Cheng655a7c02013-10-16 16:09:24 -0700491#define V4L2_CID_MPEG_VIDEO_H264_SEI_FP_CURRENT_FRAME_0 (V4L2_CID_MPEG_BASE+369)
492#define V4L2_CID_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE (V4L2_CID_MPEG_BASE+370)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700493/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800494enum v4l2_mpeg_video_h264_sei_fp_arrangement_type {
Ben Cheng655a7c02013-10-16 16:09:24 -0700495 V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_CHECKERBOARD = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700496 V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_COLUMN = 1,
497 V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_ROW = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700498/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800499 V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_SIDE_BY_SIDE = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700500 V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_TOP_BOTTOM = 4,
Ben Cheng655a7c02013-10-16 16:09:24 -0700501 V4L2_MPEG_VIDEO_H264_SEI_FP_ARRANGEMENT_TYPE_TEMPORAL = 5,
502};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700503/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800504#define V4L2_CID_MPEG_VIDEO_H264_FMO (V4L2_CID_MPEG_BASE+371)
Ben Cheng655a7c02013-10-16 16:09:24 -0700505#define V4L2_CID_MPEG_VIDEO_H264_FMO_MAP_TYPE (V4L2_CID_MPEG_BASE+372)
Ben Cheng655a7c02013-10-16 16:09:24 -0700506enum v4l2_mpeg_video_h264_fmo_map_type {
507 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_INTERLEAVED_SLICES = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700508/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800509 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_SCATTERED_SLICES = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700510 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_FOREGROUND_WITH_LEFT_OVER = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700511 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_BOX_OUT = 3,
512 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_RASTER_SCAN = 4,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700513/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800514 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_WIPE_SCAN = 5,
Ben Cheng655a7c02013-10-16 16:09:24 -0700515 V4L2_MPEG_VIDEO_H264_FMO_MAP_TYPE_EXPLICIT = 6,
Ben Cheng655a7c02013-10-16 16:09:24 -0700516};
517#define V4L2_CID_MPEG_VIDEO_H264_FMO_SLICE_GROUP (V4L2_CID_MPEG_BASE+373)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700518/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800519#define V4L2_CID_MPEG_VIDEO_H264_FMO_CHANGE_DIRECTION (V4L2_CID_MPEG_BASE+374)
Ben Cheng655a7c02013-10-16 16:09:24 -0700520enum v4l2_mpeg_video_h264_fmo_change_dir {
Ben Cheng655a7c02013-10-16 16:09:24 -0700521 V4L2_MPEG_VIDEO_H264_FMO_CHANGE_DIR_RIGHT = 0,
522 V4L2_MPEG_VIDEO_H264_FMO_CHANGE_DIR_LEFT = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700523/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800524};
Ben Cheng655a7c02013-10-16 16:09:24 -0700525#define V4L2_CID_MPEG_VIDEO_H264_FMO_CHANGE_RATE (V4L2_CID_MPEG_BASE+375)
Ben Cheng655a7c02013-10-16 16:09:24 -0700526#define V4L2_CID_MPEG_VIDEO_H264_FMO_RUN_LENGTH (V4L2_CID_MPEG_BASE+376)
527#define V4L2_CID_MPEG_VIDEO_H264_ASO (V4L2_CID_MPEG_BASE+377)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700528/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800529#define V4L2_CID_MPEG_VIDEO_H264_ASO_SLICE_ORDER (V4L2_CID_MPEG_BASE+378)
Ben Cheng655a7c02013-10-16 16:09:24 -0700530#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING (V4L2_CID_MPEG_BASE+379)
Ben Cheng655a7c02013-10-16 16:09:24 -0700531#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_TYPE (V4L2_CID_MPEG_BASE+380)
532enum v4l2_mpeg_video_h264_hierarchical_coding_type {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700533/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800534 V4L2_MPEG_VIDEO_H264_HIERARCHICAL_CODING_B = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700535 V4L2_MPEG_VIDEO_H264_HIERARCHICAL_CODING_P = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700536};
537#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER (V4L2_CID_MPEG_BASE+381)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700538/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800539#define V4L2_CID_MPEG_VIDEO_H264_HIERARCHICAL_CODING_LAYER_QP (V4L2_CID_MPEG_BASE+382)
Ben Cheng655a7c02013-10-16 16:09:24 -0700540#define V4L2_CID_MPEG_VIDEO_MPEG4_I_FRAME_QP (V4L2_CID_MPEG_BASE+400)
Ben Cheng655a7c02013-10-16 16:09:24 -0700541#define V4L2_CID_MPEG_VIDEO_MPEG4_P_FRAME_QP (V4L2_CID_MPEG_BASE+401)
542#define V4L2_CID_MPEG_VIDEO_MPEG4_B_FRAME_QP (V4L2_CID_MPEG_BASE+402)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700543/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800544#define V4L2_CID_MPEG_VIDEO_MPEG4_MIN_QP (V4L2_CID_MPEG_BASE+403)
Ben Cheng655a7c02013-10-16 16:09:24 -0700545#define V4L2_CID_MPEG_VIDEO_MPEG4_MAX_QP (V4L2_CID_MPEG_BASE+404)
Ben Cheng655a7c02013-10-16 16:09:24 -0700546#define V4L2_CID_MPEG_VIDEO_MPEG4_LEVEL (V4L2_CID_MPEG_BASE+405)
547enum v4l2_mpeg_video_mpeg4_level {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700548/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800549 V4L2_MPEG_VIDEO_MPEG4_LEVEL_0 = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700550 V4L2_MPEG_VIDEO_MPEG4_LEVEL_0B = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700551 V4L2_MPEG_VIDEO_MPEG4_LEVEL_1 = 2,
552 V4L2_MPEG_VIDEO_MPEG4_LEVEL_2 = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700553/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800554 V4L2_MPEG_VIDEO_MPEG4_LEVEL_3 = 4,
Ben Cheng655a7c02013-10-16 16:09:24 -0700555 V4L2_MPEG_VIDEO_MPEG4_LEVEL_3B = 5,
Ben Cheng655a7c02013-10-16 16:09:24 -0700556 V4L2_MPEG_VIDEO_MPEG4_LEVEL_4 = 6,
557 V4L2_MPEG_VIDEO_MPEG4_LEVEL_5 = 7,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700558/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800559};
Ben Cheng655a7c02013-10-16 16:09:24 -0700560#define V4L2_CID_MPEG_VIDEO_MPEG4_PROFILE (V4L2_CID_MPEG_BASE+406)
Ben Cheng655a7c02013-10-16 16:09:24 -0700561enum v4l2_mpeg_video_mpeg4_profile {
562 V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700563/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800564 V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_SIMPLE = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700565 V4L2_MPEG_VIDEO_MPEG4_PROFILE_CORE = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700566 V4L2_MPEG_VIDEO_MPEG4_PROFILE_SIMPLE_SCALABLE = 3,
567 V4L2_MPEG_VIDEO_MPEG4_PROFILE_ADVANCED_CODING_EFFICIENCY = 4,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700568/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800569};
Ben Cheng655a7c02013-10-16 16:09:24 -0700570#define V4L2_CID_MPEG_VIDEO_MPEG4_QPEL (V4L2_CID_MPEG_BASE+407)
Christopher Ferris38062f92014-07-09 15:33:25 -0700571#define V4L2_CID_MPEG_VIDEO_VPX_NUM_PARTITIONS (V4L2_CID_MPEG_BASE+500)
572enum v4l2_vp8_num_partitions {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700573/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800574 V4L2_CID_MPEG_VIDEO_VPX_1_PARTITION = 0,
Christopher Ferris38062f92014-07-09 15:33:25 -0700575 V4L2_CID_MPEG_VIDEO_VPX_2_PARTITIONS = 1,
576 V4L2_CID_MPEG_VIDEO_VPX_4_PARTITIONS = 2,
577 V4L2_CID_MPEG_VIDEO_VPX_8_PARTITIONS = 3,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700578/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800579};
Christopher Ferris38062f92014-07-09 15:33:25 -0700580#define V4L2_CID_MPEG_VIDEO_VPX_IMD_DISABLE_4X4 (V4L2_CID_MPEG_BASE+501)
581#define V4L2_CID_MPEG_VIDEO_VPX_NUM_REF_FRAMES (V4L2_CID_MPEG_BASE+502)
582enum v4l2_vp8_num_ref_frames {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700583/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800584 V4L2_CID_MPEG_VIDEO_VPX_1_REF_FRAME = 0,
Christopher Ferris38062f92014-07-09 15:33:25 -0700585 V4L2_CID_MPEG_VIDEO_VPX_2_REF_FRAME = 1,
586 V4L2_CID_MPEG_VIDEO_VPX_3_REF_FRAME = 2,
587};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700588/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800589#define V4L2_CID_MPEG_VIDEO_VPX_FILTER_LEVEL (V4L2_CID_MPEG_BASE+503)
Christopher Ferris38062f92014-07-09 15:33:25 -0700590#define V4L2_CID_MPEG_VIDEO_VPX_FILTER_SHARPNESS (V4L2_CID_MPEG_BASE+504)
591#define V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_REF_PERIOD (V4L2_CID_MPEG_BASE+505)
592#define V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_SEL (V4L2_CID_MPEG_BASE+506)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700593/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800594enum v4l2_vp8_golden_frame_sel {
Christopher Ferris38062f92014-07-09 15:33:25 -0700595 V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_USE_PREV = 0,
596 V4L2_CID_MPEG_VIDEO_VPX_GOLDEN_FRAME_USE_REF_PERIOD = 1,
597};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700598/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800599#define V4L2_CID_MPEG_VIDEO_VPX_MIN_QP (V4L2_CID_MPEG_BASE+507)
Christopher Ferris38062f92014-07-09 15:33:25 -0700600#define V4L2_CID_MPEG_VIDEO_VPX_MAX_QP (V4L2_CID_MPEG_BASE+508)
601#define V4L2_CID_MPEG_VIDEO_VPX_I_FRAME_QP (V4L2_CID_MPEG_BASE+509)
602#define V4L2_CID_MPEG_VIDEO_VPX_P_FRAME_QP (V4L2_CID_MPEG_BASE+510)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700603/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800604#define V4L2_CID_MPEG_VIDEO_VPX_PROFILE (V4L2_CID_MPEG_BASE+511)
Ben Cheng655a7c02013-10-16 16:09:24 -0700605#define V4L2_CID_MPEG_CX2341X_BASE (V4L2_CTRL_CLASS_MPEG | 0x1000)
606#define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE (V4L2_CID_MPEG_CX2341X_BASE+0)
607enum v4l2_mpeg_cx2341x_video_spatial_filter_mode {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700608/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800609 V4L2_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE_MANUAL = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700610 V4L2_MPEG_CX2341X_VIDEO_SPATIAL_FILTER_MODE_AUTO = 1,
611};
612#define V4L2_CID_MPEG_CX2341X_VIDEO_SPATIAL_FILTER (V4L2_CID_MPEG_CX2341X_BASE+1)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700613/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800614#define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE (V4L2_CID_MPEG_CX2341X_BASE+2)
Ben Cheng655a7c02013-10-16 16:09:24 -0700615enum v4l2_mpeg_cx2341x_video_luma_spatial_filter_type {
616 V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_OFF = 0,
617 V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_1D_HOR = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700618/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800619 V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_1D_VERT = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700620 V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_2D_HV_SEPARABLE = 3,
621 V4L2_MPEG_CX2341X_VIDEO_LUMA_SPATIAL_FILTER_TYPE_2D_SYM_NON_SEPARABLE = 4,
622};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700623/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800624#define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE (V4L2_CID_MPEG_CX2341X_BASE+3)
Ben Cheng655a7c02013-10-16 16:09:24 -0700625enum v4l2_mpeg_cx2341x_video_chroma_spatial_filter_type {
626 V4L2_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE_OFF = 0,
627 V4L2_MPEG_CX2341X_VIDEO_CHROMA_SPATIAL_FILTER_TYPE_1D_HOR = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700628/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800629};
Ben Cheng655a7c02013-10-16 16:09:24 -0700630#define V4L2_CID_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE (V4L2_CID_MPEG_CX2341X_BASE+4)
631enum v4l2_mpeg_cx2341x_video_temporal_filter_mode {
632 V4L2_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE_MANUAL = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700633/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800634 V4L2_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER_MODE_AUTO = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700635};
636#define V4L2_CID_MPEG_CX2341X_VIDEO_TEMPORAL_FILTER (V4L2_CID_MPEG_CX2341X_BASE+5)
637#define V4L2_CID_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE (V4L2_CID_MPEG_CX2341X_BASE+6)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700638/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800639enum v4l2_mpeg_cx2341x_video_median_filter_type {
Ben Cheng655a7c02013-10-16 16:09:24 -0700640 V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_OFF = 0,
641 V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_HOR = 1,
642 V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_VERT = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700643/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800644 V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_HOR_VERT = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700645 V4L2_MPEG_CX2341X_VIDEO_MEDIAN_FILTER_TYPE_DIAG = 4,
646};
647#define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_MEDIAN_FILTER_BOTTOM (V4L2_CID_MPEG_CX2341X_BASE+7)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700648/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800649#define V4L2_CID_MPEG_CX2341X_VIDEO_LUMA_MEDIAN_FILTER_TOP (V4L2_CID_MPEG_CX2341X_BASE+8)
Ben Cheng655a7c02013-10-16 16:09:24 -0700650#define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_MEDIAN_FILTER_BOTTOM (V4L2_CID_MPEG_CX2341X_BASE+9)
651#define V4L2_CID_MPEG_CX2341X_VIDEO_CHROMA_MEDIAN_FILTER_TOP (V4L2_CID_MPEG_CX2341X_BASE+10)
652#define V4L2_CID_MPEG_CX2341X_STREAM_INSERT_NAV_PACKETS (V4L2_CID_MPEG_CX2341X_BASE+11)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700653/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800654#define V4L2_CID_MPEG_MFC51_BASE (V4L2_CTRL_CLASS_MPEG | 0x1100)
Ben Cheng655a7c02013-10-16 16:09:24 -0700655#define V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY (V4L2_CID_MPEG_MFC51_BASE+0)
656#define V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY_ENABLE (V4L2_CID_MPEG_MFC51_BASE+1)
657#define V4L2_CID_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE (V4L2_CID_MPEG_MFC51_BASE+2)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700658/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800659enum v4l2_mpeg_mfc51_video_frame_skip_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700660 V4L2_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE_DISABLED = 0,
661 V4L2_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE_LEVEL_LIMIT = 1,
662 V4L2_MPEG_MFC51_VIDEO_FRAME_SKIP_MODE_BUF_LIMIT = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700663/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800664};
Ben Cheng655a7c02013-10-16 16:09:24 -0700665#define V4L2_CID_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE (V4L2_CID_MPEG_MFC51_BASE+3)
666enum v4l2_mpeg_mfc51_video_force_frame_type {
667 V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_DISABLED = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700668/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800669 V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_I_FRAME = 1,
Ben Cheng655a7c02013-10-16 16:09:24 -0700670 V4L2_MPEG_MFC51_VIDEO_FORCE_FRAME_TYPE_NOT_CODED = 2,
671};
672#define V4L2_CID_MPEG_MFC51_VIDEO_PADDING (V4L2_CID_MPEG_MFC51_BASE+4)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700673/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800674#define V4L2_CID_MPEG_MFC51_VIDEO_PADDING_YUV (V4L2_CID_MPEG_MFC51_BASE+5)
Ben Cheng655a7c02013-10-16 16:09:24 -0700675#define V4L2_CID_MPEG_MFC51_VIDEO_RC_FIXED_TARGET_BIT (V4L2_CID_MPEG_MFC51_BASE+6)
676#define V4L2_CID_MPEG_MFC51_VIDEO_RC_REACTION_COEFF (V4L2_CID_MPEG_MFC51_BASE+7)
677#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_ACTIVITY (V4L2_CID_MPEG_MFC51_BASE+50)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700678/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800679#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_DARK (V4L2_CID_MPEG_MFC51_BASE+51)
Ben Cheng655a7c02013-10-16 16:09:24 -0700680#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_SMOOTH (V4L2_CID_MPEG_MFC51_BASE+52)
681#define V4L2_CID_MPEG_MFC51_VIDEO_H264_ADAPTIVE_RC_STATIC (V4L2_CID_MPEG_MFC51_BASE+53)
682#define V4L2_CID_MPEG_MFC51_VIDEO_H264_NUM_REF_PIC_FOR_P (V4L2_CID_MPEG_MFC51_BASE+54)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700683/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800684#define V4L2_CID_CAMERA_CLASS_BASE (V4L2_CTRL_CLASS_CAMERA | 0x900)
Ben Cheng655a7c02013-10-16 16:09:24 -0700685#define V4L2_CID_CAMERA_CLASS (V4L2_CTRL_CLASS_CAMERA | 1)
686#define V4L2_CID_EXPOSURE_AUTO (V4L2_CID_CAMERA_CLASS_BASE+1)
687enum v4l2_exposure_auto_type {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700688/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800689 V4L2_EXPOSURE_AUTO = 0,
Ben Cheng655a7c02013-10-16 16:09:24 -0700690 V4L2_EXPOSURE_MANUAL = 1,
691 V4L2_EXPOSURE_SHUTTER_PRIORITY = 2,
692 V4L2_EXPOSURE_APERTURE_PRIORITY = 3
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700693/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800694};
Ben Cheng655a7c02013-10-16 16:09:24 -0700695#define V4L2_CID_EXPOSURE_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+2)
696#define V4L2_CID_EXPOSURE_AUTO_PRIORITY (V4L2_CID_CAMERA_CLASS_BASE+3)
697#define V4L2_CID_PAN_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+4)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700698/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800699#define V4L2_CID_TILT_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+5)
Ben Cheng655a7c02013-10-16 16:09:24 -0700700#define V4L2_CID_PAN_RESET (V4L2_CID_CAMERA_CLASS_BASE+6)
701#define V4L2_CID_TILT_RESET (V4L2_CID_CAMERA_CLASS_BASE+7)
702#define V4L2_CID_PAN_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+8)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700703/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800704#define V4L2_CID_TILT_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+9)
Ben Cheng655a7c02013-10-16 16:09:24 -0700705#define V4L2_CID_FOCUS_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+10)
706#define V4L2_CID_FOCUS_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+11)
707#define V4L2_CID_FOCUS_AUTO (V4L2_CID_CAMERA_CLASS_BASE+12)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700708/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800709#define V4L2_CID_ZOOM_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+13)
Ben Cheng655a7c02013-10-16 16:09:24 -0700710#define V4L2_CID_ZOOM_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+14)
711#define V4L2_CID_ZOOM_CONTINUOUS (V4L2_CID_CAMERA_CLASS_BASE+15)
712#define V4L2_CID_PRIVACY (V4L2_CID_CAMERA_CLASS_BASE+16)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700713/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800714#define V4L2_CID_IRIS_ABSOLUTE (V4L2_CID_CAMERA_CLASS_BASE+17)
Ben Cheng655a7c02013-10-16 16:09:24 -0700715#define V4L2_CID_IRIS_RELATIVE (V4L2_CID_CAMERA_CLASS_BASE+18)
716#define V4L2_CID_AUTO_EXPOSURE_BIAS (V4L2_CID_CAMERA_CLASS_BASE+19)
717#define V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE (V4L2_CID_CAMERA_CLASS_BASE+20)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700718/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800719enum v4l2_auto_n_preset_white_balance {
Ben Cheng655a7c02013-10-16 16:09:24 -0700720 V4L2_WHITE_BALANCE_MANUAL = 0,
721 V4L2_WHITE_BALANCE_AUTO = 1,
722 V4L2_WHITE_BALANCE_INCANDESCENT = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700723/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800724 V4L2_WHITE_BALANCE_FLUORESCENT = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700725 V4L2_WHITE_BALANCE_FLUORESCENT_H = 4,
726 V4L2_WHITE_BALANCE_HORIZON = 5,
727 V4L2_WHITE_BALANCE_DAYLIGHT = 6,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700728/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800729 V4L2_WHITE_BALANCE_FLASH = 7,
Ben Cheng655a7c02013-10-16 16:09:24 -0700730 V4L2_WHITE_BALANCE_CLOUDY = 8,
731 V4L2_WHITE_BALANCE_SHADE = 9,
732};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700733/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800734#define V4L2_CID_WIDE_DYNAMIC_RANGE (V4L2_CID_CAMERA_CLASS_BASE+21)
Ben Cheng655a7c02013-10-16 16:09:24 -0700735#define V4L2_CID_IMAGE_STABILIZATION (V4L2_CID_CAMERA_CLASS_BASE+22)
736#define V4L2_CID_ISO_SENSITIVITY (V4L2_CID_CAMERA_CLASS_BASE+23)
737#define V4L2_CID_ISO_SENSITIVITY_AUTO (V4L2_CID_CAMERA_CLASS_BASE+24)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700738/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800739enum v4l2_iso_sensitivity_auto_type {
Ben Cheng655a7c02013-10-16 16:09:24 -0700740 V4L2_ISO_SENSITIVITY_MANUAL = 0,
741 V4L2_ISO_SENSITIVITY_AUTO = 1,
742};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700743/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800744#define V4L2_CID_EXPOSURE_METERING (V4L2_CID_CAMERA_CLASS_BASE+25)
Ben Cheng655a7c02013-10-16 16:09:24 -0700745enum v4l2_exposure_metering {
746 V4L2_EXPOSURE_METERING_AVERAGE = 0,
747 V4L2_EXPOSURE_METERING_CENTER_WEIGHTED = 1,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700748/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800749 V4L2_EXPOSURE_METERING_SPOT = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700750 V4L2_EXPOSURE_METERING_MATRIX = 3,
751};
752#define V4L2_CID_SCENE_MODE (V4L2_CID_CAMERA_CLASS_BASE+26)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700753/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800754enum v4l2_scene_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700755 V4L2_SCENE_MODE_NONE = 0,
756 V4L2_SCENE_MODE_BACKLIGHT = 1,
757 V4L2_SCENE_MODE_BEACH_SNOW = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700758/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800759 V4L2_SCENE_MODE_CANDLE_LIGHT = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700760 V4L2_SCENE_MODE_DAWN_DUSK = 4,
761 V4L2_SCENE_MODE_FALL_COLORS = 5,
762 V4L2_SCENE_MODE_FIREWORKS = 6,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700763/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800764 V4L2_SCENE_MODE_LANDSCAPE = 7,
Ben Cheng655a7c02013-10-16 16:09:24 -0700765 V4L2_SCENE_MODE_NIGHT = 8,
766 V4L2_SCENE_MODE_PARTY_INDOOR = 9,
767 V4L2_SCENE_MODE_PORTRAIT = 10,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700768/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800769 V4L2_SCENE_MODE_SPORTS = 11,
Ben Cheng655a7c02013-10-16 16:09:24 -0700770 V4L2_SCENE_MODE_SUNSET = 12,
771 V4L2_SCENE_MODE_TEXT = 13,
772};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700773/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800774#define V4L2_CID_3A_LOCK (V4L2_CID_CAMERA_CLASS_BASE+27)
Ben Cheng655a7c02013-10-16 16:09:24 -0700775#define V4L2_LOCK_EXPOSURE (1 << 0)
776#define V4L2_LOCK_WHITE_BALANCE (1 << 1)
777#define V4L2_LOCK_FOCUS (1 << 2)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700778/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800779#define V4L2_CID_AUTO_FOCUS_START (V4L2_CID_CAMERA_CLASS_BASE+28)
Ben Cheng655a7c02013-10-16 16:09:24 -0700780#define V4L2_CID_AUTO_FOCUS_STOP (V4L2_CID_CAMERA_CLASS_BASE+29)
781#define V4L2_CID_AUTO_FOCUS_STATUS (V4L2_CID_CAMERA_CLASS_BASE+30)
782#define V4L2_AUTO_FOCUS_STATUS_IDLE (0 << 0)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700783/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800784#define V4L2_AUTO_FOCUS_STATUS_BUSY (1 << 0)
Ben Cheng655a7c02013-10-16 16:09:24 -0700785#define V4L2_AUTO_FOCUS_STATUS_REACHED (1 << 1)
786#define V4L2_AUTO_FOCUS_STATUS_FAILED (1 << 2)
787#define V4L2_CID_AUTO_FOCUS_RANGE (V4L2_CID_CAMERA_CLASS_BASE+31)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700788/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800789enum v4l2_auto_focus_range {
Ben Cheng655a7c02013-10-16 16:09:24 -0700790 V4L2_AUTO_FOCUS_RANGE_AUTO = 0,
791 V4L2_AUTO_FOCUS_RANGE_NORMAL = 1,
792 V4L2_AUTO_FOCUS_RANGE_MACRO = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700793/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800794 V4L2_AUTO_FOCUS_RANGE_INFINITY = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700795};
Christopher Ferris82d75042015-01-26 10:57:07 -0800796#define V4L2_CID_PAN_SPEED (V4L2_CID_CAMERA_CLASS_BASE+32)
797#define V4L2_CID_TILT_SPEED (V4L2_CID_CAMERA_CLASS_BASE+33)
798/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700799#define V4L2_CID_FM_TX_CLASS_BASE (V4L2_CTRL_CLASS_FM_TX | 0x900)
800#define V4L2_CID_FM_TX_CLASS (V4L2_CTRL_CLASS_FM_TX | 1)
Christopher Ferris38062f92014-07-09 15:33:25 -0700801#define V4L2_CID_RDS_TX_DEVIATION (V4L2_CID_FM_TX_CLASS_BASE + 1)
Ben Cheng655a7c02013-10-16 16:09:24 -0700802#define V4L2_CID_RDS_TX_PI (V4L2_CID_FM_TX_CLASS_BASE + 2)
Christopher Ferris82d75042015-01-26 10:57:07 -0800803/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700804#define V4L2_CID_RDS_TX_PTY (V4L2_CID_FM_TX_CLASS_BASE + 3)
805#define V4L2_CID_RDS_TX_PS_NAME (V4L2_CID_FM_TX_CLASS_BASE + 5)
Christopher Ferris38062f92014-07-09 15:33:25 -0700806#define V4L2_CID_RDS_TX_RADIO_TEXT (V4L2_CID_FM_TX_CLASS_BASE + 6)
Christopher Ferris82d75042015-01-26 10:57:07 -0800807#define V4L2_CID_RDS_TX_MONO_STEREO (V4L2_CID_FM_TX_CLASS_BASE + 7)
808/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
809#define V4L2_CID_RDS_TX_ARTIFICIAL_HEAD (V4L2_CID_FM_TX_CLASS_BASE + 8)
810#define V4L2_CID_RDS_TX_COMPRESSED (V4L2_CID_FM_TX_CLASS_BASE + 9)
811#define V4L2_CID_RDS_TX_DYNAMIC_PTY (V4L2_CID_FM_TX_CLASS_BASE + 10)
812#define V4L2_CID_RDS_TX_TRAFFIC_ANNOUNCEMENT (V4L2_CID_FM_TX_CLASS_BASE + 11)
813/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
814#define V4L2_CID_RDS_TX_TRAFFIC_PROGRAM (V4L2_CID_FM_TX_CLASS_BASE + 12)
815#define V4L2_CID_RDS_TX_MUSIC_SPEECH (V4L2_CID_FM_TX_CLASS_BASE + 13)
816#define V4L2_CID_RDS_TX_ALT_FREQS_ENABLE (V4L2_CID_FM_TX_CLASS_BASE + 14)
817#define V4L2_CID_RDS_TX_ALT_FREQS (V4L2_CID_FM_TX_CLASS_BASE + 15)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700818/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700819#define V4L2_CID_AUDIO_LIMITER_ENABLED (V4L2_CID_FM_TX_CLASS_BASE + 64)
820#define V4L2_CID_AUDIO_LIMITER_RELEASE_TIME (V4L2_CID_FM_TX_CLASS_BASE + 65)
821#define V4L2_CID_AUDIO_LIMITER_DEVIATION (V4L2_CID_FM_TX_CLASS_BASE + 66)
Christopher Ferris38062f92014-07-09 15:33:25 -0700822#define V4L2_CID_AUDIO_COMPRESSION_ENABLED (V4L2_CID_FM_TX_CLASS_BASE + 80)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700823/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700824#define V4L2_CID_AUDIO_COMPRESSION_GAIN (V4L2_CID_FM_TX_CLASS_BASE + 81)
825#define V4L2_CID_AUDIO_COMPRESSION_THRESHOLD (V4L2_CID_FM_TX_CLASS_BASE + 82)
826#define V4L2_CID_AUDIO_COMPRESSION_ATTACK_TIME (V4L2_CID_FM_TX_CLASS_BASE + 83)
Christopher Ferris38062f92014-07-09 15:33:25 -0700827#define V4L2_CID_AUDIO_COMPRESSION_RELEASE_TIME (V4L2_CID_FM_TX_CLASS_BASE + 84)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700828/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700829#define V4L2_CID_PILOT_TONE_ENABLED (V4L2_CID_FM_TX_CLASS_BASE + 96)
830#define V4L2_CID_PILOT_TONE_DEVIATION (V4L2_CID_FM_TX_CLASS_BASE + 97)
831#define V4L2_CID_PILOT_TONE_FREQUENCY (V4L2_CID_FM_TX_CLASS_BASE + 98)
Christopher Ferris38062f92014-07-09 15:33:25 -0700832#define V4L2_CID_TUNE_PREEMPHASIS (V4L2_CID_FM_TX_CLASS_BASE + 112)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700833/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700834enum v4l2_preemphasis {
835 V4L2_PREEMPHASIS_DISABLED = 0,
836 V4L2_PREEMPHASIS_50_uS = 1,
Christopher Ferris38062f92014-07-09 15:33:25 -0700837 V4L2_PREEMPHASIS_75_uS = 2,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700838/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700839};
840#define V4L2_CID_TUNE_POWER_LEVEL (V4L2_CID_FM_TX_CLASS_BASE + 113)
841#define V4L2_CID_TUNE_ANTENNA_CAPACITOR (V4L2_CID_FM_TX_CLASS_BASE + 114)
Christopher Ferris38062f92014-07-09 15:33:25 -0700842#define V4L2_CID_FLASH_CLASS_BASE (V4L2_CTRL_CLASS_FLASH | 0x900)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700843/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700844#define V4L2_CID_FLASH_CLASS (V4L2_CTRL_CLASS_FLASH | 1)
845#define V4L2_CID_FLASH_LED_MODE (V4L2_CID_FLASH_CLASS_BASE + 1)
846enum v4l2_flash_led_mode {
Christopher Ferris38062f92014-07-09 15:33:25 -0700847 V4L2_FLASH_LED_MODE_NONE,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700848/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700849 V4L2_FLASH_LED_MODE_FLASH,
850 V4L2_FLASH_LED_MODE_TORCH,
851};
Christopher Ferris38062f92014-07-09 15:33:25 -0700852#define V4L2_CID_FLASH_STROBE_SOURCE (V4L2_CID_FLASH_CLASS_BASE + 2)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700853/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700854enum v4l2_flash_strobe_source {
855 V4L2_FLASH_STROBE_SOURCE_SOFTWARE,
856 V4L2_FLASH_STROBE_SOURCE_EXTERNAL,
Christopher Ferris38062f92014-07-09 15:33:25 -0700857};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700858/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700859#define V4L2_CID_FLASH_STROBE (V4L2_CID_FLASH_CLASS_BASE + 3)
860#define V4L2_CID_FLASH_STROBE_STOP (V4L2_CID_FLASH_CLASS_BASE + 4)
861#define V4L2_CID_FLASH_STROBE_STATUS (V4L2_CID_FLASH_CLASS_BASE + 5)
Christopher Ferris38062f92014-07-09 15:33:25 -0700862#define V4L2_CID_FLASH_TIMEOUT (V4L2_CID_FLASH_CLASS_BASE + 6)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700863/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700864#define V4L2_CID_FLASH_INTENSITY (V4L2_CID_FLASH_CLASS_BASE + 7)
865#define V4L2_CID_FLASH_TORCH_INTENSITY (V4L2_CID_FLASH_CLASS_BASE + 8)
866#define V4L2_CID_FLASH_INDICATOR_INTENSITY (V4L2_CID_FLASH_CLASS_BASE + 9)
Christopher Ferris38062f92014-07-09 15:33:25 -0700867#define V4L2_CID_FLASH_FAULT (V4L2_CID_FLASH_CLASS_BASE + 10)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700868/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700869#define V4L2_FLASH_FAULT_OVER_VOLTAGE (1 << 0)
870#define V4L2_FLASH_FAULT_TIMEOUT (1 << 1)
871#define V4L2_FLASH_FAULT_OVER_TEMPERATURE (1 << 2)
Christopher Ferris38062f92014-07-09 15:33:25 -0700872#define V4L2_FLASH_FAULT_SHORT_CIRCUIT (1 << 3)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700873/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700874#define V4L2_FLASH_FAULT_OVER_CURRENT (1 << 4)
875#define V4L2_FLASH_FAULT_INDICATOR (1 << 5)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700876#define V4L2_FLASH_FAULT_UNDER_VOLTAGE (1 << 6)
877#define V4L2_FLASH_FAULT_INPUT_VOLTAGE (1 << 7)
Ben Cheng655a7c02013-10-16 16:09:24 -0700878/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700879#define V4L2_FLASH_FAULT_LED_OVER_TEMPERATURE (1 << 8)
880#define V4L2_CID_FLASH_CHARGE (V4L2_CID_FLASH_CLASS_BASE + 11)
Christopher Ferris38062f92014-07-09 15:33:25 -0700881#define V4L2_CID_FLASH_READY (V4L2_CID_FLASH_CLASS_BASE + 12)
Ben Cheng655a7c02013-10-16 16:09:24 -0700882#define V4L2_CID_JPEG_CLASS_BASE (V4L2_CTRL_CLASS_JPEG | 0x900)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700883/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700884#define V4L2_CID_JPEG_CLASS (V4L2_CTRL_CLASS_JPEG | 1)
885#define V4L2_CID_JPEG_CHROMA_SUBSAMPLING (V4L2_CID_JPEG_CLASS_BASE + 1)
Christopher Ferris38062f92014-07-09 15:33:25 -0700886enum v4l2_jpeg_chroma_subsampling {
Ben Cheng655a7c02013-10-16 16:09:24 -0700887 V4L2_JPEG_CHROMA_SUBSAMPLING_444 = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700888/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700889 V4L2_JPEG_CHROMA_SUBSAMPLING_422 = 1,
890 V4L2_JPEG_CHROMA_SUBSAMPLING_420 = 2,
Christopher Ferris38062f92014-07-09 15:33:25 -0700891 V4L2_JPEG_CHROMA_SUBSAMPLING_411 = 3,
Ben Cheng655a7c02013-10-16 16:09:24 -0700892 V4L2_JPEG_CHROMA_SUBSAMPLING_410 = 4,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700893/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700894 V4L2_JPEG_CHROMA_SUBSAMPLING_GRAY = 5,
895};
Christopher Ferris38062f92014-07-09 15:33:25 -0700896#define V4L2_CID_JPEG_RESTART_INTERVAL (V4L2_CID_JPEG_CLASS_BASE + 2)
Ben Cheng655a7c02013-10-16 16:09:24 -0700897#define V4L2_CID_JPEG_COMPRESSION_QUALITY (V4L2_CID_JPEG_CLASS_BASE + 3)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700898/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700899#define V4L2_CID_JPEG_ACTIVE_MARKER (V4L2_CID_JPEG_CLASS_BASE + 4)
900#define V4L2_JPEG_ACTIVE_MARKER_APP0 (1 << 0)
Christopher Ferris38062f92014-07-09 15:33:25 -0700901#define V4L2_JPEG_ACTIVE_MARKER_APP1 (1 << 1)
Ben Cheng655a7c02013-10-16 16:09:24 -0700902#define V4L2_JPEG_ACTIVE_MARKER_COM (1 << 16)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700903/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700904#define V4L2_JPEG_ACTIVE_MARKER_DQT (1 << 17)
905#define V4L2_JPEG_ACTIVE_MARKER_DHT (1 << 18)
Christopher Ferris38062f92014-07-09 15:33:25 -0700906#define V4L2_CID_IMAGE_SOURCE_CLASS_BASE (V4L2_CTRL_CLASS_IMAGE_SOURCE | 0x900)
Ben Cheng655a7c02013-10-16 16:09:24 -0700907#define V4L2_CID_IMAGE_SOURCE_CLASS (V4L2_CTRL_CLASS_IMAGE_SOURCE | 1)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700908/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700909#define V4L2_CID_VBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 1)
910#define V4L2_CID_HBLANK (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 2)
Christopher Ferris38062f92014-07-09 15:33:25 -0700911#define V4L2_CID_ANALOGUE_GAIN (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 3)
Christopher Ferris82d75042015-01-26 10:57:07 -0800912#define V4L2_CID_TEST_PATTERN_RED (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 4)
913/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
914#define V4L2_CID_TEST_PATTERN_GREENR (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 5)
915#define V4L2_CID_TEST_PATTERN_BLUE (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 6)
916#define V4L2_CID_TEST_PATTERN_GREENB (V4L2_CID_IMAGE_SOURCE_CLASS_BASE + 7)
Ben Cheng655a7c02013-10-16 16:09:24 -0700917#define V4L2_CID_IMAGE_PROC_CLASS_BASE (V4L2_CTRL_CLASS_IMAGE_PROC | 0x900)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700918/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700919#define V4L2_CID_IMAGE_PROC_CLASS (V4L2_CTRL_CLASS_IMAGE_PROC | 1)
920#define V4L2_CID_LINK_FREQ (V4L2_CID_IMAGE_PROC_CLASS_BASE + 1)
Christopher Ferris38062f92014-07-09 15:33:25 -0700921#define V4L2_CID_PIXEL_RATE (V4L2_CID_IMAGE_PROC_CLASS_BASE + 2)
Ben Cheng655a7c02013-10-16 16:09:24 -0700922#define V4L2_CID_TEST_PATTERN (V4L2_CID_IMAGE_PROC_CLASS_BASE + 3)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700923/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700924#define V4L2_CID_DV_CLASS_BASE (V4L2_CTRL_CLASS_DV | 0x900)
925#define V4L2_CID_DV_CLASS (V4L2_CTRL_CLASS_DV | 1)
Christopher Ferris38062f92014-07-09 15:33:25 -0700926#define V4L2_CID_DV_TX_HOTPLUG (V4L2_CID_DV_CLASS_BASE + 1)
Ben Cheng655a7c02013-10-16 16:09:24 -0700927#define V4L2_CID_DV_TX_RXSENSE (V4L2_CID_DV_CLASS_BASE + 2)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700928/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700929#define V4L2_CID_DV_TX_EDID_PRESENT (V4L2_CID_DV_CLASS_BASE + 3)
930#define V4L2_CID_DV_TX_MODE (V4L2_CID_DV_CLASS_BASE + 4)
Christopher Ferris38062f92014-07-09 15:33:25 -0700931enum v4l2_dv_tx_mode {
Ben Cheng655a7c02013-10-16 16:09:24 -0700932 V4L2_DV_TX_MODE_DVI_D = 0,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700933/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700934 V4L2_DV_TX_MODE_HDMI = 1,
935};
Christopher Ferris38062f92014-07-09 15:33:25 -0700936#define V4L2_CID_DV_TX_RGB_RANGE (V4L2_CID_DV_CLASS_BASE + 5)
Ben Cheng655a7c02013-10-16 16:09:24 -0700937enum v4l2_dv_rgb_range {
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700938/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700939 V4L2_DV_RGB_RANGE_AUTO = 0,
940 V4L2_DV_RGB_RANGE_LIMITED = 1,
Christopher Ferris38062f92014-07-09 15:33:25 -0700941 V4L2_DV_RGB_RANGE_FULL = 2,
Ben Cheng655a7c02013-10-16 16:09:24 -0700942};
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700943/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700944#define V4L2_CID_DV_RX_POWER_PRESENT (V4L2_CID_DV_CLASS_BASE + 100)
945#define V4L2_CID_DV_RX_RGB_RANGE (V4L2_CID_DV_CLASS_BASE + 101)
Christopher Ferris38062f92014-07-09 15:33:25 -0700946#define V4L2_CID_FM_RX_CLASS_BASE (V4L2_CTRL_CLASS_FM_RX | 0x900)
Ben Cheng655a7c02013-10-16 16:09:24 -0700947#define V4L2_CID_FM_RX_CLASS (V4L2_CTRL_CLASS_FM_RX | 1)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700948/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700949#define V4L2_CID_TUNE_DEEMPHASIS (V4L2_CID_FM_RX_CLASS_BASE + 1)
950enum v4l2_deemphasis {
Christopher Ferris38062f92014-07-09 15:33:25 -0700951 V4L2_DEEMPHASIS_DISABLED = V4L2_PREEMPHASIS_DISABLED,
Ben Cheng655a7c02013-10-16 16:09:24 -0700952 V4L2_DEEMPHASIS_50_uS = V4L2_PREEMPHASIS_50_uS,
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700953/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700954 V4L2_DEEMPHASIS_75_uS = V4L2_PREEMPHASIS_75_uS,
955};
Christopher Ferris38062f92014-07-09 15:33:25 -0700956#define V4L2_CID_RDS_RECEPTION (V4L2_CID_FM_RX_CLASS_BASE + 2)
Christopher Ferris82d75042015-01-26 10:57:07 -0800957#define V4L2_CID_RDS_RX_PTY (V4L2_CID_FM_RX_CLASS_BASE + 3)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700958/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferris82d75042015-01-26 10:57:07 -0800959#define V4L2_CID_RDS_RX_PS_NAME (V4L2_CID_FM_RX_CLASS_BASE + 4)
960#define V4L2_CID_RDS_RX_RADIO_TEXT (V4L2_CID_FM_RX_CLASS_BASE + 5)
961#define V4L2_CID_RDS_RX_TRAFFIC_ANNOUNCEMENT (V4L2_CID_FM_RX_CLASS_BASE + 6)
962#define V4L2_CID_RDS_RX_TRAFFIC_PROGRAM (V4L2_CID_FM_RX_CLASS_BASE + 7)
963/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
964#define V4L2_CID_RDS_RX_MUSIC_SPEECH (V4L2_CID_FM_RX_CLASS_BASE + 8)
965#define V4L2_CID_RF_TUNER_CLASS_BASE (V4L2_CTRL_CLASS_RF_TUNER | 0x900)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700966#define V4L2_CID_RF_TUNER_CLASS (V4L2_CTRL_CLASS_RF_TUNER | 1)
967#define V4L2_CID_RF_TUNER_BANDWIDTH_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 11)
Christopher Ferris82d75042015-01-26 10:57:07 -0800968/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700969#define V4L2_CID_RF_TUNER_BANDWIDTH (V4L2_CID_RF_TUNER_CLASS_BASE + 12)
970#define V4L2_CID_RF_TUNER_LNA_GAIN_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 41)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700971#define V4L2_CID_RF_TUNER_LNA_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 42)
972#define V4L2_CID_RF_TUNER_MIXER_GAIN_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 51)
Christopher Ferris82d75042015-01-26 10:57:07 -0800973/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700974#define V4L2_CID_RF_TUNER_MIXER_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 52)
975#define V4L2_CID_RF_TUNER_IF_GAIN_AUTO (V4L2_CID_RF_TUNER_CLASS_BASE + 61)
Christopher Ferrisba8d4f42014-09-03 19:56:49 -0700976#define V4L2_CID_RF_TUNER_IF_GAIN (V4L2_CID_RF_TUNER_CLASS_BASE + 62)
977#define V4L2_CID_RF_TUNER_PLL_LOCK (V4L2_CID_RF_TUNER_CLASS_BASE + 91)
Christopher Ferris82d75042015-01-26 10:57:07 -0800978/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
979#define V4L2_CID_DETECT_CLASS_BASE (V4L2_CTRL_CLASS_DETECT | 0x900)
980#define V4L2_CID_DETECT_CLASS (V4L2_CTRL_CLASS_DETECT | 1)
981#define V4L2_CID_DETECT_MD_MODE (V4L2_CID_DETECT_CLASS_BASE + 1)
982enum v4l2_detect_md_mode {
983/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
984 V4L2_DETECT_MD_MODE_DISABLED = 0,
985 V4L2_DETECT_MD_MODE_GLOBAL = 1,
986 V4L2_DETECT_MD_MODE_THRESHOLD_GRID = 2,
987 V4L2_DETECT_MD_MODE_REGION_GRID = 3,
988/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
989};
990#define V4L2_CID_DETECT_MD_GLOBAL_THRESHOLD (V4L2_CID_DETECT_CLASS_BASE + 2)
991#define V4L2_CID_DETECT_MD_THRESHOLD_GRID (V4L2_CID_DETECT_CLASS_BASE + 3)
992#define V4L2_CID_DETECT_MD_REGION_GRID (V4L2_CID_DETECT_CLASS_BASE + 4)
993/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
Ben Cheng655a7c02013-10-16 16:09:24 -0700994#endif