Lines Matching refs:height

234 		dev->height = (norm->id & V4L2_STD_525_60) ? 480 : 576;  in set_tvnorm()
270 unsigned int height, enum v4l2_field field) in tw68_set_scale() argument
279 height /= 2; /* we must set for 1-frame */ in tw68_set_scale()
284 width, height, V4L2_FIELD_HAS_BOTH(field), in tw68_set_scale()
305 vscale = (vactive * 256) / height; in tw68_set_scale()
308 width, height, in tw68_set_scale()
344 tw68_set_scale(dev, dev->width, dev->height, dev->field); in tw68_video_start_dma()
386 sizes[0] = (dev->fmt->depth * dev->width * dev->height) >> 3; in tw68_queue_setup()
466 size = (dev->width * dev->height * dev->fmt->depth) >> 3; in tw68_buf_prepare()
475 0, UNSET, bpl, 0, dev->height); in tw68_buf_prepare()
479 UNSET, 0, bpl, 0, dev->height); in tw68_buf_prepare()
483 0, bpl * (dev->height >> 1), in tw68_buf_prepare()
484 bpl, 0, dev->height >> 1); in tw68_buf_prepare()
488 bpl * (dev->height >> 1), 0, in tw68_buf_prepare()
489 bpl, 0, dev->height >> 1); in tw68_buf_prepare()
494 0, bpl, bpl, bpl, dev->height >> 1); in tw68_buf_prepare()
595 f->fmt.pix.height = dev->height; in tw68_g_fmt_vid_cap()
601 f->fmt.pix.height * f->fmt.pix.bytesperline; in tw68_g_fmt_vid_cap()
632 field = (f->fmt.pix.height > maxh / 2) in tw68_try_fmt_vid_cap()
641 if (f->fmt.pix.height < 32) in tw68_try_fmt_vid_cap()
642 f->fmt.pix.height = 32; in tw68_try_fmt_vid_cap()
645 if (f->fmt.pix.height > maxh) in tw68_try_fmt_vid_cap()
646 f->fmt.pix.height = maxh; in tw68_try_fmt_vid_cap()
651 f->fmt.pix.height * f->fmt.pix.bytesperline; in tw68_try_fmt_vid_cap()
674 dev->height = f->fmt.pix.height; in tw68_s_fmt_vid_cap()
968 dev->height = 576; in tw68_video_init2()