Lines Matching refs:height
170 int width, height, sizeimage; member
329 prev->vb.height == buf->vb.height && in restart_video_queue()
367 *size = fh->width * fh->height * fh->fmt->depth >> 3; in buffer_setup()
426 reg_val.picture_count = (buf->vb.height / 2) << 16 | in buffer_activate()
456 fh->height < 32 || fh->height > norm_maxh()) in buffer_prepare()
458 buf->vb.size = (fh->width * fh->height * fh->fmt->depth) >> 3; in buffer_prepare()
464 buf->vb.height != fh->height || in buffer_prepare()
468 buf->vb.height = fh->height; in buffer_prepare()
478 buf->vb.height = fh->height; in buffer_prepare()
526 prev->vb.height == buf->vb.height && in buffer_queue()
594 f->fmt.pix.height = fh->height; in vidioc_g_fmt_cap()
621 if (f->fmt.pix.height < 32) in vidioc_try_fmt_cap()
622 f->fmt.pix.height = 32; in vidioc_try_fmt_cap()
623 if (f->fmt.pix.height > maxh) in vidioc_try_fmt_cap()
624 f->fmt.pix.height = maxh; in vidioc_try_fmt_cap()
632 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline; in vidioc_try_fmt_cap()
650 fh->height = f->fmt.pix.height; in vidioc_s_fmt_cap()
675 if (win->w.width < 48 || win->w.height < 32) in verify_preview()
680 maxh = dev->crop_current.height; in verify_preview()
683 field = (win->w.height > maxh/2) in verify_preview()
701 if (win->w.height > maxh) in verify_preview()
702 win->w.height = maxh; in verify_preview()
720 fh->win.w.width, fh->win.w.height); in viu_setup_preview()
725 reg_val.picture_count = (fh->win.w.height / 2) << 16 | in viu_setup_preview()
1209 fh->height = norm_maxh(); in viu_open()
1211 dev->crop_current.height = fh->height; in viu_open()