Lines Matching refs:height
325 sizes[0] = (dev->fmt->depth * dev->width * dev->height) >> 3; in queue_setup()
342 if (vb2_plane_size(vb, 0) < dev->height * buf->bpl) in buffer_prepare()
344 vb2_set_plane_payload(vb, 0, dev->height * buf->bpl); in buffer_prepare()
350 buf->bpl, 0, dev->height); in buffer_prepare()
355 buf->bpl, 0, dev->height); in buffer_prepare()
385 dev->height >> 1); in buffer_prepare()
390 0, buf->bpl * (dev->height >> 1), in buffer_prepare()
392 dev->height >> 1); in buffer_prepare()
397 buf->bpl * (dev->height >> 1), 0, in buffer_prepare()
399 dev->height >> 1); in buffer_prepare()
406 dev->width, dev->height, dev->fmt->depth, dev->fmt->name, in buffer_prepare()
523 f->fmt.pix.height = dev->height; in vidioc_g_fmt_vid_cap()
529 f->fmt.pix.height * f->fmt.pix.bytesperline; in vidioc_g_fmt_vid_cap()
552 field = (f->fmt.pix.height > maxh/2) in vidioc_try_fmt_vid_cap()
573 &f->fmt.pix.height, 32, maxh, 0, 0); in vidioc_try_fmt_vid_cap()
577 f->fmt.pix.height * f->fmt.pix.bytesperline; in vidioc_try_fmt_vid_cap()
604 dev->height = f->fmt.pix.height; in vidioc_s_fmt_vid_cap()
607 dev->width, dev->height, dev->field); in vidioc_s_fmt_vid_cap()
1154 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()