Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/media/video/s5p-tv/
Dmixer_grp_layer.c121 flags &= V4L2_SEL_FLAG_LE | V4L2_SEL_FLAG_GE; in closest()
129 if (flags == V4L2_SEL_FLAG_GE) in closest()
Dmixer_video.c489 if ((s->flags & V4L2_SEL_FLAG_GE) && !mxr_is_rect_inside(&s->r, &res)) in mxr_s_selection()
/linux-3.4.99/include/linux/
Dvideodev2.h760 #define V4L2_SEL_FLAG_GE 0x00000001 macro
/linux-3.4.99/drivers/media/video/s5p-fimc/
Dfimc-capture.c1131 if (s->flags & V4L2_SEL_FLAG_GE && in fimc_cap_s_selection()