Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_control_id_bases.h78 # undef V4L2_CID_USER_IMX_BASE
80 #if defined(V4L2_CID_USER_IMX_BASE) || (defined(HAVE_DECL_V4L2_CID_USER_IMX_BASE) && HAVE_DECL_V4L2…
82 static_assert((V4L2_CID_USER_IMX_BASE) == ((V4L2_CID_BASE | 0x10b0)), "V4L2_CID_USER_IMX_BASE != (V…
85 # define V4L2_CID_USER_IMX_BASE (V4L2_CID_BASE | 0x10b0)
214 # undef V4L2_CID_USER_IMX_BASE
216 XLAT(V4L2_CID_USER_IMX_BASE),
Dv4l2_control_id_bases.in15 * has changed the value of V4L2_CID_USER_IMX_BASE constant introduced
22 * the old value of V4L2_CID_USER_IMX_BASE didn't exist.
24 # undef V4L2_CID_USER_IMX_BASE
26 V4L2_CID_USER_IMX_BASE (V4L2_CID_BASE | 0x10b0)
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h193 #define V4L2_CID_USER_IMX_BASE (V4L2_CID_USER_BASE + 0x10b0) macro
/external/strace/
DChangeLog789 xlat: workaround V4L2_CID_USER_IMX_BASE Linux kernel ABI breakage.
791 has changed the value of V4L2_CID_USER_IMX_BASE constant introduced
800 the old value of V4L2_CID_USER_IMX_BASE didn't exist.
802 * xlat/v4l2_control_id_bases.in (V4L2_CID_USER_IMX_BASE): Redefine.