Searched refs:V4L2_CID_BASE (Results 1 – 2 of 2) sorted by relevance
149 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900) macro150 #define V4L2_CID_USER_BASE V4L2_CID_BASE152 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)153 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)154 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)155 #define V4L2_CID_HUE (V4L2_CID_BASE+3)156 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)157 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)158 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)159 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)[all …]
512 for (ctrl.id = V4L2_CID_BASE; ctrl.id != V4L2_CID_LASTP1; ctrl.id++) { in video_print_ctrl()