Lines Matching defs:height
215 dev->height = (norm->id & V4L2_STD_525_60) ? 480 : 576;
247 * @height actual image height
251 unsigned int height, enum v4l2_field field)
260 height /= 2; /* we must set for 1-frame */
262 pr_debug("%s: width=%d, height=%d, both=%d\n"
264 __func__, width, height, V4L2_FIELD_HAS_BOTH(field),
285 vscale = (vactive * 256) / height;
288 width, height,
323 tw68_set_scale(dev, dev->width, dev->height, dev->field);
364 unsigned size = (dev->fmt->depth * dev->width * dev->height) >> 3;
434 * user - type, width, height and #fields. This is compared with the
448 size = (dev->width * dev->height * dev->fmt->depth) >> 3;
457 0, UNSET, bpl, 0, dev->height);
461 UNSET, 0, bpl, 0, dev->height);
465 0, bpl * (dev->height >> 1),
466 bpl, 0, dev->height >> 1);
470 bpl * (dev->height >> 1), 0,
471 bpl, 0, dev->height >> 1);
476 0, bpl, bpl, bpl, dev->height >> 1);
579 f->fmt.pix.height = dev->height;
585 f->fmt.pix.height * f->fmt.pix.bytesperline;
615 field = (f->fmt.pix.height > maxh / 2)
624 if (f->fmt.pix.height < 32)
625 f->fmt.pix.height = 32;
628 if (f->fmt.pix.height > maxh)
629 f->fmt.pix.height = maxh;
634 f->fmt.pix.height * f->fmt.pix.bytesperline;
657 dev->height = f->fmt.pix.height;
941 dev->height = 576;