Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/rcar-vin/
Drcar-v4l2.c459 struct v4l2_rect max_rect; in rvin_s_selection() local
473 max_rect.top = max_rect.left = 0; in rvin_s_selection()
474 max_rect.width = vin->src_rect.width; in rvin_s_selection()
475 max_rect.height = vin->src_rect.height; in rvin_s_selection()
476 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection()
493 max_rect.top = max_rect.left = 0; in rvin_s_selection()
494 max_rect.width = vin->format.width; in rvin_s_selection()
495 max_rect.height = vin->format.height; in rvin_s_selection()
496 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection()
/Linux-v5.10/drivers/media/platform/stm32/
Dstm32-dcmi.c1017 struct v4l2_rect max_rect; in dcmi_try_fmt() local
1023 max_rect.top = 0; in dcmi_try_fmt()
1024 max_rect.left = 0; in dcmi_try_fmt()
1025 max_rect.width = pix->width; in dcmi_try_fmt()
1026 max_rect.height = pix->height; in dcmi_try_fmt()
1027 v4l2_rect_map_inside(&c, &max_rect); in dcmi_try_fmt()
1272 struct v4l2_rect max_rect; in dcmi_s_selection() local
1290 max_rect.top = 0; in dcmi_s_selection()
1291 max_rect.left = 0; in dcmi_s_selection()
1292 max_rect.width = pix.width; in dcmi_s_selection()
[all …]
/Linux-v5.10/drivers/media/test-drivers/vivid/
Dvivid-vid-out.c702 struct v4l2_rect max_rect = { in vivid_vid_out_s_selection() local
708 v4l2_rect_set_max_size(&s->r, &max_rect); in vivid_vid_out_s_selection()
715 struct v4l2_rect max_rect = { in vivid_vid_out_s_selection() local
722 v4l2_rect_set_max_size(compose, &max_rect); in vivid_vid_out_s_selection()
753 struct v4l2_rect max_rect = { in vivid_vid_out_s_selection() local
766 v4l2_rect_set_max_size(&fmt, &max_rect); in vivid_vid_out_s_selection()
772 v4l2_rect_set_max_size(crop, &max_rect); in vivid_vid_out_s_selection()
Dvivid-vid-cap.c936 struct v4l2_rect max_rect = { in vivid_vid_cap_s_selection() local
949 v4l2_rect_set_max_size(&fmt, &max_rect); in vivid_vid_cap_s_selection()
955 v4l2_rect_set_max_size(compose, &max_rect); in vivid_vid_cap_s_selection()
992 struct v4l2_rect max_rect = { in vivid_vid_cap_s_selection() local
998 v4l2_rect_set_max_size(&s->r, &max_rect); in vivid_vid_cap_s_selection()
1005 struct v4l2_rect max_rect = { in vivid_vid_cap_s_selection() local
1012 v4l2_rect_set_max_size(crop, &max_rect); in vivid_vid_cap_s_selection()