Lines Matching refs:output
511 struct v4l2_rect output; member
542 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input()
567 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
618 err = abs(found - geo->output.width); in vou_adjust_output()
628 geo->output.width = best; in vou_adjust_output()
630 if (geo->output.left + best > width_max) in vou_adjust_output()
631 geo->output.left = width_max - best; in vou_adjust_output()
648 err = abs(found - geo->output.height); in vou_adjust_output()
658 geo->output.height = best; in vou_adjust_output()
660 if (geo->output.top + best > height_max) in vou_adjust_output()
661 geo->output.top = height_max - best; in vou_adjust_output()
728 geo.output = vou_dev->rect; in sh_vou_set_fmt_vid_out()
732 mbfmt->width = geo.output.width; in sh_vou_set_fmt_vid_out()
733 mbfmt->height = geo.output.height; in sh_vou_set_fmt_vid_out()
741 geo.output.width, geo.output.height, mbfmt->width, mbfmt->height); in sh_vou_set_fmt_vid_out()
754 if (mbfmt->width != geo.output.width || in sh_vou_set_fmt_vid_out()
755 mbfmt->height != geo.output.height) { in sh_vou_set_fmt_vid_out()
756 geo.output.width = mbfmt->width; in sh_vou_set_fmt_vid_out()
757 geo.output.height = mbfmt->height; in sh_vou_set_fmt_vid_out()
763 vou_dev->rect = geo.output; in sh_vou_set_fmt_vid_out()
979 geo.output = *rect; in sh_vou_s_selection()
984 sd_crop.c.width = geo.output.width; in sh_vou_s_selection()
985 sd_crop.c.height = geo.output.height; in sh_vou_s_selection()
992 format.format.width = geo.output.width; in sh_vou_s_selection()
993 format.format.height = geo.output.height; in sh_vou_s_selection()
1006 geo.output.width = format.format.width; in sh_vou_s_selection()
1007 geo.output.height = format.format.height; in sh_vou_s_selection()
1016 vou_dev->rect = geo.output; in sh_vou_s_selection()