Lines Matching refs:height
206 addr2 = addr1 + vou_dev->pix.width * vou_dev->pix.height; in sh_vou_schedule_next()
257 if (fmt && fmt->fmt.pix.sizeimage < pix->height * bytes_per_line) in sh_vou_queue_setup()
260 sizes[0] = fmt ? fmt->fmt.pix.sizeimage : pix->height * bytes_per_line; in sh_vou_queue_setup()
270 unsigned size = pix->height * bytes_per_line; in sh_vou_buf_prepare()
452 frame_in_height = pix->height / 2; in sh_vou_configure_geometry()
453 frame_out_height = rect->height / 2; in sh_vou_configure_geometry()
567 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
648 err = abs(found - geo->output.height); in vou_adjust_output()
658 geo->output.height = best; in vou_adjust_output()
695 &pix->height, in sh_vou_try_fmt_vid_out()
698 pix->sizeimage = pix->height * ((pix->width * vou_fmt[pix_idx].bpp) >> 3); in sh_vou_try_fmt_vid_out()
727 geo.in_height = pix->height; 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()
750 (unsigned)mbfmt->height > img_height_max || in sh_vou_set_fmt_vid_out()
755 mbfmt->height != geo.output.height) { in sh_vou_set_fmt_vid_out()
757 geo.output.height = mbfmt->height; in sh_vou_set_fmt_vid_out()
765 pix->height = geo.in_height; in sh_vou_set_fmt_vid_out()
768 pix->width, pix->height); in sh_vou_set_fmt_vid_out()
854 vou_dev->rect.height = 480; in sh_vou_s_std()
857 vou_dev->rect.height = 576; in sh_vou_s_std()
861 vou_dev->pix.height = vou_dev->rect.height; in sh_vou_s_std()
864 vou_dev->pix.sizeimage = vou_dev->pix.height * in sh_vou_s_std()
927 sel->r.height = 480; in sh_vou_g_selection()
929 sel->r.height = 576; in sh_vou_g_selection()
970 &rect->height, in sh_vou_s_selection()
976 if (rect->height + rect->top > img_height_max) in sh_vou_s_selection()
977 rect->top = img_height_max - rect->height; in sh_vou_s_selection()
981 geo.in_height = pix->height; in sh_vou_s_selection()
985 sd_crop.c.height = geo.output.height; in sh_vou_s_selection()
993 format.format.height = geo.output.height; in sh_vou_s_selection()
1002 (unsigned)format.format.height > img_height_max || in sh_vou_s_selection()
1007 geo.output.height = format.format.height; in sh_vou_s_selection()
1018 pix->height = geo.in_height; in sh_vou_s_selection()
1264 rect->height = 480; in sh_vou_probe()
1266 pix->height = 480; in sh_vou_probe()