Home
last modified time | relevance | path

Searched refs:compose_bounds_out (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c273 dev->compose_bounds_out = dev->sink_rect; in vivid_update_format_out()
508 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
523 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
529 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
537 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_s_fmt_vid_out()
725 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_vid_out_s_selection()
732 v4l2_rect_map_inside(compose, &dev->compose_bounds_out); in vivid_vid_out_s_selection()
750 v4l2_rect_map_inside(&s->r, &dev->compose_bounds_out); in vivid_vid_out_s_selection()
H A Dvivid-core.h440 struct v4l2_rect compose_bounds_out; member