Home
last modified time | relevance | path

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

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