Lines Matching +full:576 +full:i
508 int i, idx = 0; in vou_adjust_input() local
513 img_height_max = 576; in vou_adjust_input()
522 for (i = ARRAY_SIZE(vou_scale_h_num) - 1; i >= 0; i--) { in vou_adjust_input()
524 unsigned int found = geo->output.width * vou_scale_h_den[i] / in vou_adjust_input()
525 vou_scale_h_num[i]; in vou_adjust_input()
534 idx = i; in vou_adjust_input()
547 for (i = ARRAY_SIZE(vou_scale_v_num) - 1; i >= 0; i--) { in vou_adjust_input()
549 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
550 vou_scale_v_num[i]; in vou_adjust_input()
559 idx = i; in vou_adjust_input()
578 int i, idx_h = 0, idx_v = 0; in vou_adjust_output() local
587 img_height_max = 576; in vou_adjust_output()
591 for (i = 0; i < ARRAY_SIZE(vou_scale_h_num); i++) { in vou_adjust_output()
593 unsigned int found = geo->in_width * vou_scale_h_num[i] / in vou_adjust_output()
594 vou_scale_h_den[i]; in vou_adjust_output()
603 idx_h = i; in vou_adjust_output()
621 for (i = 0; i < ARRAY_SIZE(vou_scale_v_num); i++) { in vou_adjust_output()
623 unsigned int found = geo->in_height * vou_scale_v_num[i] / in vou_adjust_output()
624 vou_scale_v_den[i]; in vou_adjust_output()
633 idx_v = i; in vou_adjust_output()
673 img_height_max = 576; in sh_vou_try_fmt_vid_out()
728 img_height_max = 576; in sh_vou_set_fmt_vid_out()
786 static int sh_vou_g_output(struct file *file, void *fh, unsigned int *i) in sh_vou_g_output() argument
788 *i = 0; in sh_vou_g_output()
792 static int sh_vou_s_output(struct file *file, void *fh, unsigned int i) in sh_vou_s_output() argument
794 return i ? -EINVAL : 0; in sh_vou_s_output()
840 vou_dev->rect.height = 576; in sh_vou_s_std()
912 sel->r.height = 576; in sh_vou_g_selection()
952 img_height_max = 576; in sh_vou_s_selection()
1086 int i = 100; in sh_vou_hw_init() local
1093 while (--i && (sh_vou_reg_a_read(vou_dev, VOUSRR) & 0x101)) in sh_vou_hw_init()
1096 if (!i) in sh_vou_hw_init()
1099 dev_dbg(vou_dev->v4l2_dev.dev, "Reset took %dus\n", 100 - i); in sh_vou_hw_init()