Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_control_ids.in33 V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
Dv4l2_control_ids.h223 #if defined(V4L2_CID_AUTOBRIGHTNESS) || (defined(HAVE_DECL_V4L2_CID_AUTOBRIGHTNESS) && HAVE_DECL_V4…
225 static_assert((V4L2_CID_AUTOBRIGHTNESS) == ((V4L2_CID_BASE+32)), "V4L2_CID_AUTOBRIGHTNESS != (V4L2_…
228 # define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32)
2389 XLAT(V4L2_CID_AUTOBRIGHTNESS),
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h130 #define V4L2_CID_AUTOBRIGHTNESS (V4L2_CID_BASE+32) macro