Searched refs:V4L2_CAP_VIDEO_CAPTURE (Results 1 – 17 of 17) sorted by relevance
94 } else if (!(cap.capabilities & V4L2_CAP_VIDEO_CAPTURE)) { in V4L2CameraHAL()
246 if (!(capability.device_caps & V4L2_CAP_VIDEO_CAPTURE)) { in deviceAdded()
84 if (!(caps.capabilities & V4L2_CAP_VIDEO_CAPTURE) || in open()
609 if (((caps.capabilities & V4L2_CAP_VIDEO_CAPTURE) == 0) || in qualifyCaptureDevice()
263 if (!(need_caps & V4L2_CAP_VIDEO_CAPTURE) && in exynos_v4l2_querycap()
130 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
244 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
129 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
241 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
135 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
250 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
112 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
164 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
142 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
260 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
1310 if (!(cap.capabilities & V4L2_CAP_VIDEO_CAPTURE)) { in initUsbCamera()