Lines Matching refs:V4L2_CID_BASE
1230 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900) macro
1231 #define V4L2_CID_USER_BASE V4L2_CID_BASE
1236 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
1237 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
1238 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
1239 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
1240 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
1241 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
1242 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
1243 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
1244 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
1245 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
1246 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11) /* Deprecated */
1247 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
1248 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
1249 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
1250 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
1251 #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
1253 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
1254 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
1255 #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
1256 #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
1257 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
1260 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
1261 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
1263 #define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
1270 #define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25)
1271 #define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE+26)
1272 #define V4L2_CID_SHARPNESS (V4L2_CID_BASE+27)
1273 #define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28)
1274 #define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29)
1275 #define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30)
1276 #define V4L2_CID_COLORFX (V4L2_CID_BASE+31)
1289 #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
1290 #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33)
1292 #define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
1293 #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
1295 #define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36)
1297 #define V4L2_CID_ILLUMINATORS_1 (V4L2_CID_BASE+37)
1298 #define V4L2_CID_ILLUMINATORS_2 (V4L2_CID_BASE+38)
1300 #define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39)
1301 #define V4L2_CID_MIN_BUFFERS_FOR_OUTPUT (V4L2_CID_BASE+40)
1303 #define V4L2_CID_ALPHA_COMPONENT (V4L2_CID_BASE+41)
1306 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+42)