Searched refs:fmt_rect (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c330 struct v4l2_rect fmt_rect, src_rect; local
343 fmt_rect.top = 0;
344 fmt_rect.left = 0;
345 fmt_rect.width = vin->format.width;
346 fmt_rect.height = vin->format.height;
349 v4l2_rect_map_inside(&vin->compose, &fmt_rect);

Completed in 262 milliseconds