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.h886 #define V4L2_CID_USER_BASE V4L2_CID_BASE
892 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
894 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
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)
[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()