Searched refs:v4l2_rect_map_inside (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
D | vivid-vid-out.c | 489 v4l2_rect_map_inside(crop, &r); in vivid_s_fmt_vid_out() 506 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out() 521 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out() 527 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out() 529 v4l2_rect_map_inside(crop, &r); in vivid_s_fmt_vid_out() 535 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out() 539 v4l2_rect_map_inside(crop, &r); in vivid_s_fmt_vid_out() 723 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_vid_out_s_selection() 730 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_vid_out_s_selection() 737 v4l2_rect_map_inside(&s->r, &dev->fmt_out_rect); in vivid_vid_out_s_selection() [all …]
|
D | vivid-vid-cap.c | 703 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap() 720 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap); in vivid_s_fmt_vid_cap() 735 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap); in vivid_s_fmt_vid_cap() 740 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap); in vivid_s_fmt_vid_cap() 745 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap() 749 v4l2_rect_map_inside(crop, &dev->crop_bounds_cap); in vivid_s_fmt_vid_cap() 753 v4l2_rect_map_inside(compose, &r); in vivid_s_fmt_vid_cap() 931 v4l2_rect_map_inside(&s->r, &dev->crop_bounds_cap); in vivid_vid_cap_s_selection() 956 v4l2_rect_map_inside(compose, &fmt); in vivid_vid_cap_s_selection() 970 v4l2_rect_map_inside(compose, &dev->fmt_cap_rect); in vivid_vid_cap_s_selection() [all …]
|
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/ |
D | rkisp1-common.c | 23 v4l2_rect_map_inside(crop, bounds); in rkisp1_sd_adjust_crop_rect()
|
/kernel/linux/linux-5.10/drivers/media/platform/rcar-vin/ |
D | rcar-v4l2.c | 345 v4l2_rect_map_inside(&vin->crop, &src_rect); in rvin_s_fmt_vid_cap() 346 v4l2_rect_map_inside(&vin->compose, &fmt_rect); in rvin_s_fmt_vid_cap() 483 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection() 503 v4l2_rect_map_inside(&r, &max_rect); in rvin_s_selection()
|
/kernel/linux/linux-5.10/include/media/ |
D | v4l2-rect.h | 58 static inline void v4l2_rect_map_inside(struct v4l2_rect *r, in v4l2_rect_map_inside() function
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/ |
D | vimc-scaler.c | 83 v4l2_rect_map_inside(r, &sink_rect); in vimc_sca_adjust_sink_crop()
|
/kernel/linux/linux-5.10/drivers/media/platform/stm32/ |
D | stm32-dcmi.c | 1028 v4l2_rect_map_inside(&c, &max_rect); in dcmi_try_fmt() 1295 v4l2_rect_map_inside(&r, &max_rect); in dcmi_s_selection()
|