Home | History | Annotate | Download | only in linux

Lines Matching defs:V4L2_CID_BASE

33 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900)
34 #define V4L2_CID_USER_BASE V4L2_CID_BASE
36 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE + 0)
37 #define V4L2_CID_CONTRAST (V4L2_CID_BASE + 1)
38 #define V4L2_CID_SATURATION (V4L2_CID_BASE + 2)
39 #define V4L2_CID_HUE (V4L2_CID_BASE + 3)
40 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE + 5)
41 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE + 6)
42 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE + 7)
43 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE + 8)
44 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE + 9)
45 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE + 10)
46 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE + 11)
47 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE + 12)
48 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE + 13)
49 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE + 14)
50 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE + 15)
51 #define V4L2_CID_GAMMA (V4L2_CID_BASE + 16)
53 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE + 17)
54 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE + 18)
55 #define V4L2_CID_GAIN (V4L2_CID_BASE + 19)
56 #define V4L2_CID_HFLIP (V4L2_CID_BASE + 20)
57 #define V4L2_CID_VFLIP (V4L2_CID_BASE + 21)
58 #define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE + 24)
65 #define V4L2_CID_HUE_AUTO (V4L2_CID_BASE + 25)
66 #define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE + 26)
67 #define V4L2_CID_SHARPNESS (V4L2_CID_BASE + 27)
68 #define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE + 28)
69 #define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE + 29)
70 #define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE + 30)
71 #define V4L2_CID_COLORFX (V4L2_CID_BASE + 31)
90 #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE + 32)
91 #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE + 33)
92 #define V4L2_CID_ROTATE (V4L2_CID_BASE + 34)
93 #define V4L2_CID_BG_COLOR (V4L2_CID_BASE + 35)
94 #define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE + 36)
95 #define V4L2_CID_ILLUMINATORS_1 (V4L2_CID_BASE + 37)
96 #define V4L2_CID_ILLUMINATORS_2 (V4L2_CID_BASE + 38)
97 #define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE + 39)
98 #define V4L2_CID_MIN_BUFFERS_FOR_OUTPUT (V4L2_CID_BASE + 40)
99 #define V4L2_CID_ALPHA_COMPONENT (V4L2_CID_BASE + 41)
100 #define V4L2_CID_COLORFX_CBCR (V4L2_CID_BASE + 42)
101 #define V4L2_CID_LASTP1 (V4L2_CID_BASE + 43)