Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-v4l2.c466 struct v4l2_rect max_rect; in rvin_s_selection() local
480 max_rect.top = max_rect.left = 0; in rvin_s_selection()
481 max_rect.width = vin->src_rect.width; in rvin_s_selection()
482 max_rect.height = vin->src_rect.height; in rvin_s_selection()
483 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection()
500 max_rect.top = max_rect.left = 0; in rvin_s_selection()
501 max_rect.width = vin->format.width; in rvin_s_selection()
502 max_rect.height = vin->format.height; in rvin_s_selection()
503 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection()
/OK3568_Linux_fs/kernel/drivers/media/platform/stm32/
H A Dstm32-dcmi.c1018 struct v4l2_rect max_rect; in dcmi_try_fmt() local
1024 max_rect.top = 0; in dcmi_try_fmt()
1025 max_rect.left = 0; in dcmi_try_fmt()
1026 max_rect.width = pix->width; in dcmi_try_fmt()
1027 max_rect.height = pix->height; in dcmi_try_fmt()
1028 v4l2_rect_map_inside(&c, &max_rect); in dcmi_try_fmt()
1273 struct v4l2_rect max_rect; in dcmi_s_selection() local
1291 max_rect.top = 0; in dcmi_s_selection()
1292 max_rect.left = 0; in dcmi_s_selection()
1293 max_rect.width = pix.width; in dcmi_s_selection()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A 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()
H A Dvivid-vid-cap.c944 struct v4l2_rect max_rect = { in vivid_vid_cap_s_selection() local
957 v4l2_rect_set_max_size(&fmt, &max_rect); in vivid_vid_cap_s_selection()
963 v4l2_rect_set_max_size(compose, &max_rect); in vivid_vid_cap_s_selection()
1000 struct v4l2_rect max_rect = { in vivid_vid_cap_s_selection() local
1006 v4l2_rect_set_max_size(&s->r, &max_rect); in vivid_vid_cap_s_selection()
1013 struct v4l2_rect max_rect = { in vivid_vid_cap_s_selection() local
1020 v4l2_rect_set_max_size(crop, &max_rect); in vivid_vid_cap_s_selection()