Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_control_ids.in22 V4L2_CID_VFLIP (V4L2_CID_BASE+21)
Dv4l2_control_ids.h146 #if defined(V4L2_CID_VFLIP) || (defined(HAVE_DECL_V4L2_CID_VFLIP) && HAVE_DECL_V4L2_CID_VFLIP)
148 static_assert((V4L2_CID_VFLIP) == ((V4L2_CID_BASE+21)), "V4L2_CID_VFLIP != (V4L2_CID_BASE+21)");
151 # define V4L2_CID_VFLIP (V4L2_CID_BASE+21)
2378 XLAT(V4L2_CID_VFLIP),
/external/kernel-headers/original/uapi/linux/
Dv4l2-controls.h96 #define V4L2_CID_VFLIP (V4L2_CID_BASE+21) macro