Home
last modified time | relevance | path

Searched refs:crop_cap (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-vid-cap.c456 dev->crop_cap = dev->src_rect; in vivid_update_format_cap()
458 dev->compose_cap = dev->crop_cap; in vivid_update_format_cap()
655 struct v4l2_rect *crop = &dev->crop_cap; in vivid_s_fmt_vid_cap()
771 tpg_s_crop_compose(&dev->tpg, &dev->crop_cap, &dev->compose_cap); in vivid_s_fmt_vid_cap()
855 sel->r = dev->crop_cap; in vivid_vid_cap_g_selection()
887 struct v4l2_rect *crop = &dev->crop_cap; in vivid_vid_cap_s_selection()
Dvivid-kthread-cap.c176 v4l2_rect_intersect(&dev->loop_vid_copy, &dev->crop_cap, &dev->compose_out); in vivid_precalc_copy_rects()
184 v4l2_rect_scale(&dev->loop_vid_cap, &dev->crop_cap, &dev->compose_cap); in vivid_precalc_copy_rects()
209 v4l2_rect_scale(&dev->loop_vid_overlay_cap, &dev->crop_cap, &dev->compose_cap); in vivid_precalc_copy_rects()
Dvivid-core.h386 struct v4l2_rect crop_cap; member