Searched refs:V4L2_CAP_STREAMING (Results 1 – 4 of 4) sorted by relevance
74 #if defined(V4L2_CAP_STREAMING) || (defined(HAVE_DECL_V4L2_CAP_STREAMING) && HAVE_DECL_V4L2_CAP_STR…75 XLAT(V4L2_CAP_STREAMING),
22 V4L2_CAP_STREAMING
76 if (!(cap.capabilities & V4L2_CAP_STREAMING)) { in OpenDevice()771 if (cap->capabilities & V4L2_CAP_STREAMING) in ProbeCaps()
444 #define V4L2_CAP_STREAMING 0x04000000 /* streaming I/O ioctls */ macro