Lines Matching refs:height
152 vv->ov.win.w.width, vv->ov.win.w.height, in saa7146_start_preview()
224 int size = buf->fmt->width*buf->fmt->height; in saa7146_pgtable_build()
650 field = (f->fmt.pix.height > maxh / 2) in vidioc_try_fmt_vid_cap()
676 if (f->fmt.pix.height > maxh) in vidioc_try_fmt_vid_cap()
677 f->fmt.pix.height = maxh; in vidioc_try_fmt_vid_cap()
687 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * f->fmt.pix.height; in vidioc_try_fmt_vid_cap()
689 f->fmt.pix.width, f->fmt.pix.height, in vidioc_try_fmt_vid_cap()
714 if (win->w.width < 48 || win->w.height < 32) { in vidioc_try_fmt_vid_overlay()
716 win->w.width, win->w.height); in vidioc_try_fmt_vid_overlay()
729 field = (win->w.height > maxh / 2) in vidioc_try_fmt_vid_overlay()
749 if (win->w.height > maxh) in vidioc_try_fmt_vid_overlay()
750 win->w.height = maxh; in vidioc_try_fmt_vid_overlay()
1071 vv->video_fmt.height < 32 || in buffer_prepare()
1073 vv->video_fmt.height > vv->standard->v_max_out) { in buffer_prepare()
1075 vv->video_fmt.width, vv->video_fmt.height); in buffer_prepare()
1086 vv->video_fmt.width, vv->video_fmt.height, in buffer_prepare()
1090 buf->vb.height != vv->video_fmt.height || in buffer_prepare()
1103 buf->vb.height = vv->video_fmt.height; in buffer_prepare()