Lines Matching refs:sel
911 struct v4l2_selection *sel) in sh_vou_g_selection() argument
915 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT) in sh_vou_g_selection()
917 switch (sel->target) { in sh_vou_g_selection()
919 sel->r = vou_dev->rect; in sh_vou_g_selection()
923 sel->r.left = 0; in sh_vou_g_selection()
924 sel->r.top = 0; in sh_vou_g_selection()
925 sel->r.width = VOU_MAX_IMAGE_WIDTH; in sh_vou_g_selection()
927 sel->r.height = 480; in sh_vou_g_selection()
929 sel->r.height = 576; in sh_vou_g_selection()
939 struct v4l2_selection *sel) in sh_vou_s_selection() argument
941 struct v4l2_rect *rect = &sel->r; in sh_vou_s_selection()
956 if (sel->type != V4L2_BUF_TYPE_VIDEO_OUTPUT || in sh_vou_s_selection()
957 sel->target != V4L2_SEL_TGT_COMPOSE) in sh_vou_s_selection()