Searched refs:V4L2_CAP_VIDEO_CAPTURE (Results 1 – 5 of 5) sorted by relevance
94 if ((mVideoInfo->cap.capabilities & V4L2_CAP_VIDEO_CAPTURE) == 0) in initialize()
256 if (!(need_caps & V4L2_CAP_VIDEO_CAPTURE) && in exynos_v4l2_querycap()
261 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ macro
115 …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()