Home
last modified time | relevance | path

Searched refs:V4L2_CID_BASE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dvideodev2.h885 #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)
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc_v4l2.c1289 if (ctrl_id < V4L2_CID_BASE) { in usbvc_v4l2_match_ctrl()
1295 idx = ctrl_id - V4L2_CID_BASE; in usbvc_v4l2_match_ctrl()