Lines Matching refs:output
520 struct v4l2_rect output; member
549 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input()
574 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
625 err = abs(found - geo->output.width); in vou_adjust_output()
635 geo->output.width = best; in vou_adjust_output()
637 if (geo->output.left + best > width_max) in vou_adjust_output()
638 geo->output.left = width_max - best; in vou_adjust_output()
655 err = abs(found - geo->output.height); in vou_adjust_output()
665 geo->output.height = best; in vou_adjust_output()
667 if (geo->output.top + best > height_max) in vou_adjust_output()
668 geo->output.top = height_max - best; in vou_adjust_output()
719 geo.output = vou_dev->rect; in sh_vou_s_fmt_vid_out()
723 mbfmt.width = geo.output.width; in sh_vou_s_fmt_vid_out()
724 mbfmt.height = geo.output.height; in sh_vou_s_fmt_vid_out()
732 geo.output.width, geo.output.height, mbfmt.width, mbfmt.height); in sh_vou_s_fmt_vid_out()
740 if (mbfmt.width != geo.output.width || in sh_vou_s_fmt_vid_out()
741 mbfmt.height != geo.output.height) { in sh_vou_s_fmt_vid_out()
742 geo.output.width = mbfmt.width; in sh_vou_s_fmt_vid_out()
743 geo.output.height = mbfmt.height; in sh_vou_s_fmt_vid_out()
749 vou_dev->rect = geo.output; in sh_vou_s_fmt_vid_out()
974 geo.output = *rect; in sh_vou_s_crop()
979 sd_crop.c.width = geo.output.width; in sh_vou_s_crop()
980 sd_crop.c.height = geo.output.height; in sh_vou_s_crop()
987 mbfmt.width = geo.output.width; in sh_vou_s_crop()
988 mbfmt.height = geo.output.height; in sh_vou_s_crop()
1001 geo.output.width = mbfmt.width; in sh_vou_s_crop()
1002 geo.output.height = mbfmt.height; in sh_vou_s_crop()
1011 vou_dev->rect = geo.output; in sh_vou_s_crop()