Home
last modified time | relevance | path

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

/external/strace/xlat/
Dv4l2_device_capabilities_flags.h68 #if defined(V4L2_CAP_READWRITE) || (defined(HAVE_DECL_V4L2_CAP_READWRITE) && HAVE_DECL_V4L2_CAP_REA…
69 XLAT(V4L2_CAP_READWRITE),
Dv4l2_device_capabilities_flags.in20 V4L2_CAP_READWRITE
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_device.cc69 if (!(cap.capabilities & V4L2_CAP_READWRITE)) { in OpenDevice()
769 if (cap->capabilities & V4L2_CAP_READWRITE) in ProbeCaps()
/external/kernel-headers/original/uapi/linux/
Dvideodev2.h442 #define V4L2_CAP_READWRITE 0x01000000 /* read/write systemcalls */ macro