OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V4L2_CID_BASE
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
v4l2-controls.h
34
#define
V4L2_CID_BASE
(V4L2_CTRL_CLASS_USER | 0x900)
35
#define V4L2_CID_USER_BASE
V4L2_CID_BASE
37
#define V4L2_CID_BRIGHTNESS (
V4L2_CID_BASE
+0)
39
#define V4L2_CID_CONTRAST (
V4L2_CID_BASE
+1)
40
#define V4L2_CID_SATURATION (
V4L2_CID_BASE
+2)
41
#define V4L2_CID_HUE (
V4L2_CID_BASE
+3)
42
#define V4L2_CID_AUDIO_VOLUME (
V4L2_CID_BASE
+5)
44
#define V4L2_CID_AUDIO_BALANCE (
V4L2_CID_BASE
+6)
45
#define V4L2_CID_AUDIO_BASS (
V4L2_CID_BASE
+7)
46
#define V4L2_CID_AUDIO_TREBLE (
V4L2_CID_BASE
+8
[
all
...]
/development/ndk/platforms/android-L/include/linux/
v4l2-controls.h
34
#define
V4L2_CID_BASE
(V4L2_CTRL_CLASS_USER | 0x900)
35
#define V4L2_CID_USER_BASE
V4L2_CID_BASE
37
#define V4L2_CID_BRIGHTNESS (
V4L2_CID_BASE
+0)
39
#define V4L2_CID_CONTRAST (
V4L2_CID_BASE
+1)
40
#define V4L2_CID_SATURATION (
V4L2_CID_BASE
+2)
41
#define V4L2_CID_HUE (
V4L2_CID_BASE
+3)
42
#define V4L2_CID_AUDIO_VOLUME (
V4L2_CID_BASE
+5)
44
#define V4L2_CID_AUDIO_BALANCE (
V4L2_CID_BASE
+6)
45
#define V4L2_CID_AUDIO_BASS (
V4L2_CID_BASE
+7)
46
#define V4L2_CID_AUDIO_TREBLE (
V4L2_CID_BASE
+8
[
all
...]
/external/kernel-headers/original/uapi/linux/
v4l2-controls.h
66
#define
V4L2_CID_BASE
(V4L2_CTRL_CLASS_USER | 0x900)
67
#define V4L2_CID_USER_BASE
V4L2_CID_BASE
69
#define V4L2_CID_BRIGHTNESS (
V4L2_CID_BASE
+0)
70
#define V4L2_CID_CONTRAST (
V4L2_CID_BASE
+1)
71
#define V4L2_CID_SATURATION (
V4L2_CID_BASE
+2)
72
#define V4L2_CID_HUE (
V4L2_CID_BASE
+3)
73
#define V4L2_CID_AUDIO_VOLUME (
V4L2_CID_BASE
+5)
74
#define V4L2_CID_AUDIO_BALANCE (
V4L2_CID_BASE
+6)
75
#define V4L2_CID_AUDIO_BASS (
V4L2_CID_BASE
+7)
76
#define V4L2_CID_AUDIO_TREBLE (
V4L2_CID_BASE
+8
[
all
...]
/development/ndk/platforms/android-3/include/linux/
videodev2.h
532
#define
V4L2_CID_BASE
(V4L2_CTRL_CLASS_USER | 0x900)
533
#define V4L2_CID_USER_BASE
V4L2_CID_BASE
538
#define V4L2_CID_BRIGHTNESS (
V4L2_CID_BASE
+0)
539
#define V4L2_CID_CONTRAST (
V4L2_CID_BASE
+1)
540
#define V4L2_CID_SATURATION (
V4L2_CID_BASE
+2)
541
#define V4L2_CID_HUE (
V4L2_CID_BASE
+3)
542
#define V4L2_CID_AUDIO_VOLUME (
V4L2_CID_BASE
+5)
543
#define V4L2_CID_AUDIO_BALANCE (
V4L2_CID_BASE
+6)
544
#define V4L2_CID_AUDIO_BASS (
V4L2_CID_BASE
+7)
545
#define V4L2_CID_AUDIO_TREBLE (
V4L2_CID_BASE
+8
[
all
...]
Completed in 118 milliseconds