Lines Matching refs:V4L2_CID_BASE
985 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900) macro
986 #define V4L2_CID_USER_BASE V4L2_CID_BASE
991 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
992 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
993 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
994 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
995 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
996 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
997 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
998 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
999 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
1000 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
1001 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11) /* Deprecated */
1002 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
1003 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
1004 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
1005 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
1006 #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
1008 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
1009 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
1010 #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
1011 #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
1012 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
1015 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
1016 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
1018 #define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
1024 #define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25)
1025 #define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE+26)
1026 #define V4L2_CID_SHARPNESS (V4L2_CID_BASE+27)
1027 #define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28)
1028 #define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29)
1029 #define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30)
1030 #define V4L2_CID_COLORFX (V4L2_CID_BASE+31)
1036 #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
1037 #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33)
1039 #define V4L2_CID_ROTATE (V4L2_CID_BASE+34)
1040 #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+35)
1042 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+36)