Searched refs:V4L2_FL_QUIRK_INVERTED_CROP (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/media/
H A Dv4l2-dev.h77 * @V4L2_FL_QUIRK_INVERTED_CROP:
95 V4L2_FL_QUIRK_INVERTED_CROP = 2, enumerator in enum:v4l2_video_device_flags
/linux-master/drivers/media/platform/samsung/s5p-g2d/
H A Dg2d.c691 set_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags);
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c732 set_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c2450 if (test_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags))
2480 if (test_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags))
2530 if (test_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags))
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc.c1368 set_bit(V4L2_FL_QUIRK_INVERTED_CROP, &vfd->flags);

Completed in 141 milliseconds