Lines Matching refs:V4L2_CID_BASE
885 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900) macro
886 #define V4L2_CID_USER_BASE V4L2_CID_BASE
891 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
892 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
893 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
894 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
895 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
896 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
897 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
898 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
899 #define V4L2_CID_AUDIO_MUTE (V4L2_CID_BASE+9)
900 #define V4L2_CID_AUDIO_LOUDNESS (V4L2_CID_BASE+10)
901 #define V4L2_CID_BLACK_LEVEL (V4L2_CID_BASE+11)
902 #define V4L2_CID_AUTO_WHITE_BALANCE (V4L2_CID_BASE+12)
903 #define V4L2_CID_DO_WHITE_BALANCE (V4L2_CID_BASE+13)
904 #define V4L2_CID_RED_BALANCE (V4L2_CID_BASE+14)
905 #define V4L2_CID_BLUE_BALANCE (V4L2_CID_BASE+15)
906 #define V4L2_CID_GAMMA (V4L2_CID_BASE+16)
908 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
909 #define V4L2_CID_AUTOGAIN (V4L2_CID_BASE+18)
910 #define V4L2_CID_GAIN (V4L2_CID_BASE+19)
911 #define V4L2_CID_HFLIP (V4L2_CID_BASE+20)
912 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
913 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
914 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
915 #define V4L2_CID_LASTP1 (V4L2_CID_BASE+24) /* last CID + 1 */