Searched refs:V4L2_CAP_STREAMING (Results 1 - 3 of 3) sorted by relevance

/external/strace/xlat/
H A Dv4l2_device_capabilities_flags.h74 #if defined(V4L2_CAP_STREAMING) || (defined(HAVE_DECL_V4L2_CAP_STREAMING) && HAVE_DECL_V4L2_CAP_STREAMING)
75 XLAT(V4L2_CAP_STREAMING),
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc76 if (!(cap.capabilities & V4L2_CAP_STREAMING)) {
771 if (cap->capabilities & V4L2_CAP_STREAMING)
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h444 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ macro

Completed in 103 milliseconds