OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 07 21:09:53 GMT 2025