Home
last modified time | relevance | path

Searched refs:V4L2_SEL_FLAG_LE (Results 1 – 18 of 18) 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.h92 #define V4L2_SEL_FLAG_LE (1 << 1) macro
97 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
/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.h92 #define V4L2_SEL_FLAG_LE (1 << 1) macro
97 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dv4l2-common.h84 #define V4L2_SEL_FLAG_LE (1 << 1) macro
106 #define V4L2_SUBDEV_SEL_FLAG_SIZE_LE V4L2_SEL_FLAG_LE
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dv4l2-selection-flags.rst27 flag (and ``V4L2_SEL_FLAG_LE``) the behaviour is to choose the
31 * - ``V4L2_SEL_FLAG_LE``
H A Dselection-api-examples.rst52 sel.flags = V4L2_SEL_FLAG_LE;
H A Dvidioc-g-selection.rst79 - ``V4L2_SEL_FLAG_LE`` - The driver is not allowed to enlarge 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.c870 if (!(flags & V4L2_SEL_FLAG_LE)) { 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.c524 : ((flags) & V4L2_SEL_FLAG_LE \
832 if (flags & V4L2_SEL_FLAG_LE) { 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()
1639 (*compose < crop && (flags & V4L2_SEL_FLAG_LE))) in csi_set_scale()
H A Dimx-media-csc-scaler.c365 if (s->flags & V4L2_SEL_FLAG_LE) in ipu_csc_scaler_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-m2m.c501 if (s->flags & V4L2_SEL_FLAG_LE && in gsc_m2m_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/sti/bdisp/
H A Dbdisp-v4l2.c978 if (s->flags & V4L2_SEL_FLAG_LE && !is_rect_enclosed(&out, in)) in bdisp_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-lite.c913 if ((sel->flags & V4L2_SEL_FLAG_LE) && in fimc_lite_s_selection()
H A Dfimc-capture.c1316 if (s->flags & V4L2_SEL_FLAG_LE && in fimc_cap_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/am437x/
H A Dam437x-vpfe.c2017 if (s->flags & V4L2_SEL_FLAG_LE && !v4l2_rect_enclosed(&r, &s->r)) in vpfe_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/i2c/smiapp/
H A Dsmiapp-core.c1876 if (flags & V4L2_SEL_FLAG_LE) { in scaling_goodness()
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-common.c1063 if (s->flags & V4L2_SEL_FLAG_LE) { in coda_s_selection()