Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h68 #define V4L2_CID_BASE (V4L2_CTRL_CLASS_USER | 0x900) macro
69 #define V4L2_CID_USER_BASE V4L2_CID_BASE
71 #define V4L2_CID_BRIGHTNESS (V4L2_CID_BASE+0)
72 #define V4L2_CID_CONTRAST (V4L2_CID_BASE+1)
73 #define V4L2_CID_SATURATION (V4L2_CID_BASE+2)
74 #define V4L2_CID_HUE (V4L2_CID_BASE+3)
75 #define V4L2_CID_AUDIO_VOLUME (V4L2_CID_BASE+5)
76 #define V4L2_CID_AUDIO_BALANCE (V4L2_CID_BASE+6)
77 #define V4L2_CID_AUDIO_BASS (V4L2_CID_BASE+7)
78 #define V4L2_CID_AUDIO_TREBLE (V4L2_CID_BASE+8)
[all …]
/external/strace/
Dv4l2.c38 #define V4L2_CID_HCENTER (V4L2_CID_BASE+22)
41 #define V4L2_CID_VCENTER (V4L2_CID_BASE+23)
44 #define V4L2_CID_BAND_STOP_FILTER (V4L2_CID_BASE+33)
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc551 for (query_ctrl.id = V4L2_CID_BASE; in EnumControl()
/external/opencv3/modules/videoio/src/
Dcap_libv4l.cpp607 for(ctrl_id=V4L2_CID_BASE; ctrl_id<V4L2_CID_LASTP1; ctrl_id++) { in v4l2_scan_controls()
Dcap_v4l.cpp654 for (ctrl_id = V4L2_CID_BASE; in v4l2_scan_controls()