Home
last modified time | relevance | path

Searched refs:V4L2_CID_EXPOSURE (Results 1 – 3 of 3) sorted by relevance

/external/strace/xlat/
Dv4l2_control_ids.in18 V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
Dv4l2_control_ids.h118 #if defined(V4L2_CID_EXPOSURE) || (defined(HAVE_DECL_V4L2_CID_EXPOSURE) && HAVE_DECL_V4L2_CID_EXPOS…
120 static_assert((V4L2_CID_EXPOSURE) == ((V4L2_CID_BASE+17)), "V4L2_CID_EXPOSURE != (V4L2_CID_BASE+17)…
123 # define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17)
2374 XLAT(V4L2_CID_EXPOSURE),
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h92 #define V4L2_CID_EXPOSURE (V4L2_CID_BASE+17) macro