Lines Matching +full:480 +full:i
510 int i, idx = 0; in vou_adjust_input() local
513 img_height_max = 480; in vou_adjust_input()
524 for (i = ARRAY_SIZE(vou_scale_h_num) - 1; i >= 0; i--) { in vou_adjust_input()
526 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input()
527 vou_scale_h_num[i]; in vou_adjust_input()
536 idx = i; in vou_adjust_input()
549 for (i = ARRAY_SIZE(vou_scale_v_num) - 1; i >= 0; i--) { in vou_adjust_input()
551 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
552 vou_scale_v_num[i]; in vou_adjust_input()
561 idx = i; in vou_adjust_input()
580 int i, idx_h = 0, idx_v = 0; in vou_adjust_output() local
585 img_height_max = 480; in vou_adjust_output()
593 for (i = 0; i < ARRAY_SIZE(vou_scale_h_num); i++) { in vou_adjust_output()
595 unsigned int found = geo->in_width * vou_scale_h_num[i] / in vou_adjust_output()
596 vou_scale_h_den[i]; in vou_adjust_output()
605 idx_h = i; in vou_adjust_output()
623 for (i = 0; i < ARRAY_SIZE(vou_scale_v_num); i++) { in vou_adjust_output()
625 unsigned int found = geo->in_height * vou_scale_v_num[i] / in vou_adjust_output()
626 vou_scale_v_den[i]; in vou_adjust_output()
635 idx_v = i; in vou_adjust_output()
673 img_height_max = 480; in sh_vou_try_fmt_vid_out()
728 img_height_max = 480; in sh_vou_set_fmt_vid_out()
788 static int sh_vou_g_output(struct file *file, void *fh, unsigned int *i) in sh_vou_g_output() argument
790 *i = 0; in sh_vou_g_output()
794 static int sh_vou_s_output(struct file *file, void *fh, unsigned int i) in sh_vou_s_output() argument
796 return i ? -EINVAL : 0; in sh_vou_s_output()
839 vou_dev->rect.height = 480; in sh_vou_s_std()
912 sel->r.height = 480; in sh_vou_g_selection()
952 img_height_max = 480; in sh_vou_s_selection()
1088 int i = 100; in sh_vou_hw_init() local
1095 while (--i && (sh_vou_reg_a_read(vou_dev, VOUSRR) & 0x101)) in sh_vou_hw_init()
1098 if (!i) in sh_vou_hw_init()
1101 dev_dbg(vou_dev->v4l2_dev.dev, "Reset took %dus\n", 100 - i); in sh_vou_hw_init()
1254 rect->height = 480; in sh_vou_probe()
1256 pix->height = 480; in sh_vou_probe()
1260 pix->sizeimage = VOU_MAX_IMAGE_WIDTH * 2 * 480; in sh_vou_probe()