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

/external/strace/xlat/
H A Dv4l2_device_capabilities_flags.h76 #if defined(V4L2_CAP_STREAMING) || (defined(HAVE_DECL_V4L2_CAP_STREAMING) && HAVE_DECL_V4L2_CAP_STREAMING)
77 XLAT(V4L2_CAP_STREAMING),
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_REQBUFS.c57 (cap.capabilities & V4L2_CAP_STREAMING) &&
61 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
126 (cap.capabilities & V4L2_CAP_STREAMING) &&
129 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
191 (cap.capabilities & V4L2_CAP_STREAMING) &&
195 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
260 (cap.capabilities & V4L2_CAP_STREAMING) &&
263 CU_ASSERT(cap.capabilities & V4L2_CAP_STREAMING);
H A Dtest_VIDIOC_QUERYBUF.c260 (cap.capabilities & V4L2_CAP_STREAMING) &&
310 (cap.capabilities & V4L2_CAP_STREAMING) &&
349 (cap.capabilities & V4L2_CAP_STREAMING) &&
401 (cap.capabilities & V4L2_CAP_STREAMING) &&
H A Dtest_VIDIOC_QUERYCAP.c53 V4L2_CAP_ASYNCIO | V4L2_CAP_STREAMING)) != 0) {
/external/autotest/client/site_tests/camera_V4L2/src/
H A Dmedia_v4l2_device.cc127 if (!(cap.capabilities & V4L2_CAP_STREAMING)) {
944 if (cap->capabilities & V4L2_CAP_STREAMING)
H A Dmedia_v4l2_test.cc230 if (cap.capabilities & V4L2_CAP_STREAMING) {
/external/kernel-headers/original/uapi/linux/
H A Dvideodev2.h460 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ macro
/external/v4l2_codec2/vda/
H A Dvideodev2.h451 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ macro
H A Dv4l2_video_decode_accelerator.cc199 const __u32 kCapsRequired = V4L2_CAP_VIDEO_M2M_MPLANE | V4L2_CAP_STREAMING;
H A Dv4l2_slice_video_decode_accelerator.cc538 const __u32 kCapsRequired = V4L2_CAP_VIDEO_M2M_MPLANE | V4L2_CAP_STREAMING;

Completed in 215 milliseconds