Searched refs:V4L2_CAP_VIDEO_CAPTURE (Results 1 – 12 of 12) sorted by relevance
94 if ((mVideoInfo->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) == 0) in initialize()
319 if ((mVideoInfo->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) == 0) { in initialize()1299 if ((cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) == 0) { in V4LCameraAdapter_Capabilities()
256 if (!(need_caps & V4L2_CAP_VIDEO_CAPTURE) && in exynos_v4l2_querycap()
129 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
241 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
261 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
260 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
142 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 macro
119 …int needCaps = (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_STREA… in MFC_Decoder_Init()
123 int needCaps = (V4L2_CAP_VIDEO_CAPTURE | V4L2_CAP_VIDEO_OUTPUT | V4L2_CAP_STREAMING); in MFC_Encoder_Init()