Searched refs:need_caps (Results 1 – 2 of 2) sorted by relevance
244 bool exynos_v4l2_querycap(int fd, unsigned int need_caps) in exynos_v4l2_querycap() argument256 if (!(need_caps & V4L2_CAP_VIDEO_CAPTURE) && in exynos_v4l2_querycap()257 !(need_caps & V4L2_CAP_VIDEO_CAPTURE_MPLANE) && in exynos_v4l2_querycap()258 !(need_caps & V4L2_CAP_VIDEO_OUTPUT) && in exynos_v4l2_querycap()259 !(need_caps & V4L2_CAP_VIDEO_OUTPUT_MPLANE) && in exynos_v4l2_querycap()260 !(need_caps & V4L2_CAP_VIDEO_OVERLAY)) { in exynos_v4l2_querycap()273 if ((need_caps & cap.capabilities) != need_caps) { in exynos_v4l2_querycap()
58 bool exynos_v4l2_querycap(int fd, unsigned int need_caps);