Home
last modified time | relevance | path

Searched refs:need_caps (Results 1 – 2 of 2) sorted by relevance

/hardware/samsung_slsi/exynos5/libv4l2/
Dexynos_v4l2.c244 bool exynos_v4l2_querycap(int fd, unsigned int need_caps) in exynos_v4l2_querycap() argument
256 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()
/hardware/samsung_slsi/exynos5/include/
Dexynos_v4l2.h58 bool exynos_v4l2_querycap(int fd, unsigned int need_caps);