Home
last modified time | relevance | path

Searched refs:V4L2_CID_USER_MEYE_BASE (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dmeye.h61 #define V4L2_CID_MEYE_AGC (V4L2_CID_USER_MEYE_BASE + 0)
62 #define V4L2_CID_MEYE_PICTURE (V4L2_CID_USER_MEYE_BASE + 1)
63 #define V4L2_CID_MEYE_FRAMERATE (V4L2_CID_USER_MEYE_BASE + 2)
Dv4l2-controls.h153 #define V4L2_CID_USER_MEYE_BASE (V4L2_CID_USER_BASE + 0x1000) macro
/external/strace/xlat/
Dv4l2_control_id_bases.h13 #if defined(V4L2_CID_USER_MEYE_BASE) || (defined(HAVE_DECL_V4L2_CID_USER_MEYE_BASE) && HAVE_DECL_V4…
15 static_assert((V4L2_CID_USER_MEYE_BASE) == ((V4L2_CID_BASE | 0x1000)), "V4L2_CID_USER_MEYE_BASE != …
18 # define V4L2_CID_USER_MEYE_BASE (V4L2_CID_BASE | 0x1000)
192 XLAT(V4L2_CID_USER_MEYE_BASE),
Dv4l2_control_id_bases.in2 V4L2_CID_USER_MEYE_BASE (V4L2_CID_BASE | 0x1000)