HomeSort by: relevance | last modified time | path
    Searched refs:V4L2_CID_BASE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
videoio.h 149 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900)
150 #define V4L2_CID_USER_BASE V4L2_CID_BASE
152 #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...]
  /src/usr.bin/videoctl/
videoctl.c 572 for (ctrl.id = V4L2_CID_BASE; ctrl.id != V4L2_CID_LASTP1; ctrl.id++) {

Completed in 40 milliseconds