Lines Matching refs:height
210 int width, height, sizeimage; member
369 prev->vb.height == buf->vb.height && in restart_video_queue()
407 *size = fh->width * fh->height * fh->fmt->depth >> 3; in buffer_setup()
466 reg_val.picture_count = (buf->vb.height / 2) << 16 | in buffer_activate()
496 fh->height < 32 || fh->height > norm_maxh()) in buffer_prepare()
498 buf->vb.size = (fh->width * fh->height * fh->fmt->depth) >> 3; in buffer_prepare()
504 buf->vb.height != fh->height || in buffer_prepare()
508 buf->vb.height = fh->height; in buffer_prepare()
518 buf->vb.height = fh->height; in buffer_prepare()
566 prev->vb.height == buf->vb.height && in buffer_queue()
634 f->fmt.pix.height = fh->height; in vidioc_g_fmt_cap()
670 if (f->fmt.pix.height < 32) in vidioc_try_fmt_cap()
671 f->fmt.pix.height = 32; in vidioc_try_fmt_cap()
672 if (f->fmt.pix.height > maxh) in vidioc_try_fmt_cap()
673 f->fmt.pix.height = maxh; in vidioc_try_fmt_cap()
697 fh->height = f->fmt.pix.height; in vidioc_s_fmt_cap()
723 if (win->w.width < 48 || win->w.height < 32) in verify_preview()
728 maxh = dev->crop_current.height; in verify_preview()
731 field = (win->w.height > maxh/2) in verify_preview()
749 if (win->w.height > maxh) in verify_preview()
750 win->w.height = maxh; in verify_preview()
768 fh->win.w.width, fh->win.w.height, dev->ovfmt->name); in viu_setup_preview()
773 reg_val.picture_count = (fh->win.w.height / 2) << 16 | in viu_setup_preview()
1302 fh->height = norm_maxh(); in viu_open()
1304 dev->crop_current.height = fh->height; in viu_open()