Lines Matching refs:height
325 sizes[0] = (dev->fmt->depth * dev->width * dev->height) >> 3; in queue_setup()
341 if (vb2_plane_size(vb, 0) < dev->height * buf->bpl) in buffer_prepare()
343 vb2_set_plane_payload(vb, 0, dev->height * buf->bpl); in buffer_prepare()
349 buf->bpl, 0, dev->height); in buffer_prepare()
354 buf->bpl, 0, dev->height); in buffer_prepare()
384 dev->height >> 1); in buffer_prepare()
389 0, buf->bpl * (dev->height >> 1), in buffer_prepare()
391 dev->height >> 1); in buffer_prepare()
396 buf->bpl * (dev->height >> 1), 0, in buffer_prepare()
398 dev->height >> 1); in buffer_prepare()
405 dev->width, dev->height, dev->fmt->depth, dev->fmt->name, in buffer_prepare()
520 f->fmt.pix.height = dev->height; in vidioc_g_fmt_vid_cap()
526 f->fmt.pix.height * f->fmt.pix.bytesperline; in vidioc_g_fmt_vid_cap()
549 field = (f->fmt.pix.height > maxh/2) in vidioc_try_fmt_vid_cap()
570 &f->fmt.pix.height, 32, maxh, 0, 0); in vidioc_try_fmt_vid_cap()
574 f->fmt.pix.height * f->fmt.pix.bytesperline; in vidioc_try_fmt_vid_cap()
599 dev->height = f->fmt.pix.height; in vidioc_s_fmt_vid_cap()
602 dev->width, dev->height, dev->field); in vidioc_s_fmt_vid_cap()
1149 dev->height = norm_maxh(dev->tvnorm); in cx23885_video_register()