Home
last modified time | relevance | path

Searched refs:V4L2_SEL_FLAG_GE (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dv4l2-common.h91 #define V4L2_SEL_FLAG_GE (1 << 0) macro
96 #define V4L2_SUBDEV_SEL_FLAG_SIZE_GE V4L2_SEL_FLAG_GE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dv4l2-common.h91 #define V4L2_SEL_FLAG_GE (1 << 0) macro
96 #define V4L2_SUBDEV_SEL_FLAG_SIZE_GE V4L2_SEL_FLAG_GE
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dv4l2-common.h83 #define V4L2_SEL_FLAG_GE (1 << 0) macro
105 #define V4L2_SUBDEV_SEL_FLAG_SIZE_GE V4L2_SEL_FLAG_GE
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-flags.rst22 * - ``V4L2_SEL_FLAG_GE``
H A Dvidioc-g-selection.rst76 - ``V4L2_SEL_FLAG_GE`` - The driver is not allowed to shrink the
82 - ``V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE`` - The driver must choose the
H A Ddev-subdev.rst379 ``V4L2_SEL_FLAG_GE`` and ``V4L2_SEL_FLAG_LE`` flags may be used to round
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.c878 if (!(flags & V4L2_SEL_FLAG_GE)) { in vivid_vid_adjust_sel()
901 if ((flags & (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE)) == in vivid_vid_adjust_sel()
902 (V4L2_SEL_FLAG_GE | V4L2_SEL_FLAG_LE) && in vivid_vid_adjust_sel()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx274.c522 ((flags) & V4L2_SEL_FLAG_GE \
825 if (flags & V4L2_SEL_FLAG_GE) { in imx274_binning_goodness()
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csi.c1632 if ((flags & (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE)) == in csi_set_scale()
1633 (V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE) && in csi_set_scale()
1638 (*compose < crop * 3 / 4 && !(flags & V4L2_SEL_FLAG_GE)) || in csi_set_scale()
H A Dimx-media-csc-scaler.c363 if (s->flags & V4L2_SEL_FLAG_GE) in ipu_csc_scaler_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c505 if (s->flags & V4L2_SEL_FLAG_GE && in gsc_m2m_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/
H A Dbdisp-v4l2.c981 if (s->flags & V4L2_SEL_FLAG_GE && !is_rect_enclosed(in, &out)) in bdisp_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c33 ((flags) & V4L2_SEL_FLAG_GE \
1869 if (flags & V4L2_SEL_FLAG_GE) { in scaling_goodness()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c917 if ((sel->flags & V4L2_SEL_FLAG_GE) && in fimc_lite_s_selection()
H A Dfimc-capture.c1320 if (s->flags & V4L2_SEL_FLAG_GE && in fimc_cap_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/am437x/
H A Dam437x-vpfe.c2020 if (s->flags & V4L2_SEL_FLAG_GE && !v4l2_rect_enclosed(&s->r, &r)) in vpfe_s_selection()