Home | History | Annotate | Download | only in linux

Lines Matching defs:V4L2_CID_BASE

842 #define V4L2_CID_BASE			(V4L2_CTRL_CLASS_USER | 0x900)
843 #define V4L2_CID_USER_BASE V4L2_CID_BASE
848 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
849 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
850 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
851 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
852 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
853 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
854 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
855 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
856 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
857 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
858 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11) /* Deprecated */
859 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
860 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
861 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
862 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
863 #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
865 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
866 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
867 #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
868 #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
869 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
872 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
873 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
875 #define V4L2_CID_POWER_LINE_FREQUENCY (V4L2_CID_BASE+24)
881 #define V4L2_CID_HUE_AUTO (V4L2_CID_BASE+25)
882 #define V4L2_CID_WHITE_BALANCE_TEMPERATURE (V4L2_CID_BASE+26)
883 #define V4L2_CID_SHARPNESS (V4L2_CID_BASE+27)
884 #define V4L2_CID_BACKLIGHT_COMPENSATION (V4L2_CID_BASE+28)
885 #define V4L2_CID_CHROMA_AGC (V4L2_CID_BASE+29)
886 #define V4L2_CID_COLOR_KILLER (V4L2_CID_BASE+30)
887 #define V4L2_CID_COLORFX (V4L2_CID_BASE+31)
888 #define V4L2_CID_ROTATE (V4L2_CID_BASE+32)
889 #define V4L2_CID_BG_COLOR (V4L2_CID_BASE+33)
890 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+34)