Searched refs:V4L2_CAP_VIDEO_OUTPUT (Results 1 – 9 of 9) sorted by relevance
16 #if defined(V4L2_CAP_VIDEO_OUTPUT) || (defined(HAVE_DECL_V4L2_CAP_VIDEO_OUTPUT) && HAVE_DECL_V4L2_C…17 XLAT(V4L2_CAP_VIDEO_OUTPUT),
2 V4L2_CAP_VIDEO_OUTPUT
29 !(caps.capabilities & V4L2_CAP_VIDEO_OUTPUT)); in main()
936 if (cap->capabilities & V4L2_CAP_VIDEO_OUTPUT) in ProbeCaps()
41 V4L2_CAP_VIDEO_OUTPUT | in valid_capabilities()
192 (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT)) { in do_VIDIOC_REQBUFS_output_mmap()261 (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT) && ret_req == 0) { in do_VIDIOC_REQBUFS_output_userptr()
350 (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT)) { in test_VIDIOC_QUERYBUF_output_mmap()402 (cap.capabilities & V4L2_CAP_VIDEO_OUTPUT) && ret_req == 0) { in test_VIDIOC_QUERYBUF_output_userptr()
428 #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */ macro
420 #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */ macro