Home | History | Annotate | Download | only in linux

Lines Matching defs:V4L2_CID_BASE

1222 #define V4L2_CID_BASE			(V4L2_CTRL_CLASS_USER | 0x900)
1223 #define V4L2_CID_USER_BASE V4L2_CID_BASE
1228 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
1229 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
1230 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
1231 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
1232 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
1233 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
1234 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
1235 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
1236 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
1237 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
1238 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11) /* Deprecated */
1239 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
1240 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
1241 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
1242 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
1243 #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
1245 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
1246 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
1247 #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
1248 #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
1249 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
1252 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
1253 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
1255 #define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
1262 #define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25)
1263 #define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE+26)
1264 #define V4L2_CID_SHARPNESS (V4L2_CID_BASE+27)
1265 #define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28)
1266 #define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29)
1267 #define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30)
1268 #define V4L2_CID_COLORFX (V4L2_CID_BASE+31)
1281 #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
1282 #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33)
1284 #define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
1285 #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
1287 #define V4L2_CID_CHROMA_GAIN (V4L2_CID_BASE+36)
1289 #define V4L2_CID_ILLUMINATORS_1 (V4L2_CID_BASE+37)
1290 #define V4L2_CID_ILLUMINATORS_2 (V4L2_CID_BASE+38)
1292 #define V4L2_CID_MIN_BUFFERS_FOR_CAPTURE (V4L2_CID_BASE+39)
1293 #define V4L2_CID_MIN_BUFFERS_FOR_OUTPUT (V4L2_CID_BASE+40)
1295 #define V4L2_CID_ALPHA_COMPONENT (V4L2_CID_BASE+41)
1298 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+42)
1299 #define V4L2_CID_SPECIAL_EFFECT (V4L2_CID_BASE+43)