Lines Matching refs:height

189 		addr2 = addr1 + vou_dev->pix.width * vou_dev->pix.height;  in sh_vou_schedule_next()
248 vou_dev->pix.height / 8; in sh_vou_buf_setup()
277 vb->height != pix->height || in sh_vou_buf_prepare()
280 vb->height = pix->height; in sh_vou_buf_prepare()
286 vb->size = vb->height * bytes_per_line; in sh_vou_buf_prepare()
461 frame_in_height = pix->height / 2; in sh_vou_configure_geometry()
462 frame_out_height = rect->height / 2; in sh_vou_configure_geometry()
574 unsigned int found = geo->output.height * vou_scale_v_den[i] / in vou_adjust_input()
655 err = abs(found - geo->output.height); in vou_adjust_output()
665 geo->output.height = best; in vou_adjust_output()
691 vou_dev->rect.width, vou_dev->rect.height, in sh_vou_s_fmt_vid_out()
692 pix->width, pix->height); in sh_vou_s_fmt_vid_out()
715 &pix->height, 0, img_height_max, 1, 0); in sh_vou_s_fmt_vid_out()
718 geo.in_height = pix->height; 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()
736 (unsigned)mbfmt.height > img_height_max || in sh_vou_s_fmt_vid_out()
741 mbfmt.height != geo.output.height) { in sh_vou_s_fmt_vid_out()
743 geo.output.height = mbfmt.height; in sh_vou_s_fmt_vid_out()
751 pix->height = geo.in_height; in sh_vou_s_fmt_vid_out()
754 pix->width, pix->height); in sh_vou_s_fmt_vid_out()
779 &pix->height, 0, VOU_MAX_IMAGE_HEIGHT, 1, 0); in sh_vou_try_fmt_vid_out()
955 rect->width, rect->height, rect->left, rect->top); in sh_vou_s_crop()
966 &rect->height, 0, img_height_max, 1, 0); in sh_vou_s_crop()
971 if (rect->height + rect->top > img_height_max) in sh_vou_s_crop()
972 rect->top = img_height_max - rect->height; in sh_vou_s_crop()
976 geo.in_height = pix->height; in sh_vou_s_crop()
980 sd_crop.c.height = geo.output.height; in sh_vou_s_crop()
988 mbfmt.height = geo.output.height; in sh_vou_s_crop()
997 (unsigned)mbfmt.height > img_height_max || in sh_vou_s_crop()
1002 geo.output.height = mbfmt.height; in sh_vou_s_crop()
1013 pix->height = geo.in_height; in sh_vou_s_crop()
1039 a->bounds.height = VOU_MAX_IMAGE_HEIGHT; in sh_vou_cropcap()
1044 a->defrect.height = VOU_MAX_IMAGE_HEIGHT; in sh_vou_cropcap()
1331 rect->height = 480; in sh_vou_probe()
1333 pix->height = 480; in sh_vou_probe()