Searched refs:max_rect (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/platform/rcar-vin/ |
| A D | rcar-v4l2.c | 463 struct v4l2_rect max_rect; in rvin_s_selection() local 477 max_rect.top = max_rect.left = 0; in rvin_s_selection() 478 max_rect.width = vin->src_rect.width; in rvin_s_selection() 479 max_rect.height = vin->src_rect.height; in rvin_s_selection() 480 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection() 497 max_rect.top = max_rect.left = 0; in rvin_s_selection() 498 max_rect.width = vin->format.width; in rvin_s_selection() 499 max_rect.height = vin->format.height; in rvin_s_selection() 500 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection()
|
| /linux/drivers/media/platform/stm32/ |
| A D | stm32-dcmi.c | 1033 struct v4l2_rect max_rect; in dcmi_try_fmt() local 1039 max_rect.top = 0; in dcmi_try_fmt() 1040 max_rect.left = 0; in dcmi_try_fmt() 1041 max_rect.width = pix->width; in dcmi_try_fmt() 1042 max_rect.height = pix->height; in dcmi_try_fmt() 1292 struct v4l2_rect max_rect; in dcmi_s_selection() local 1310 max_rect.top = 0; in dcmi_s_selection() 1311 max_rect.left = 0; in dcmi_s_selection() 1312 max_rect.width = pix.width; in dcmi_s_selection() 1313 max_rect.height = pix.height; in dcmi_s_selection() [all …]
|
| /linux/drivers/media/test-drivers/vivid/ |
| A D | vivid-vid-out.c | 702 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()
|
| A D | vivid-vid-cap.c | 936 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()
|
Completed in 20 milliseconds