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

/hardware/samsung_slsi/exynos5/libv4l2/
H A Dexynos_v4l2.c244 bool exynos_v4l2_querycap(int fd, unsigned int need_caps) argument
256 if (!(need_caps & V4L2_CAP_VIDEO_CAPTURE) &&
257 !(need_caps & V4L2_CAP_VIDEO_CAPTURE_MPLANE) &&
258 !(need_caps & V4L2_CAP_VIDEO_OUTPUT) &&
259 !(need_caps & V4L2_CAP_VIDEO_OUTPUT_MPLANE) &&
260 !(need_caps & V4L2_CAP_VIDEO_OVERLAY)) {
273 if ((need_caps & cap.capabilities) != need_caps) {
/hardware/samsung_slsi/exynos5/include/
H A Dexynos_v4l2.h58 bool exynos_v4l2_querycap(int fd, unsigned int need_caps);

Completed in 37 milliseconds