Lines Matching defs:width
214 dev->width = 720;
246 * @width actual image width (from user buffer)
250 static int tw68_set_scale(struct tw68_dev *dev, unsigned int width,
262 pr_debug("%s: width=%d, height=%d, both=%d\n"
264 __func__, width, height, V4L2_FIELD_HAS_BOTH(field),
281 hscale = (hactive * 256) / (width);
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
447 size = (dev->width * dev->height * dev->fmt->depth) >> 3;
452 bpl = (dev->width * dev->fmt->depth) >> 3;
576 f->fmt.pix.width = dev->width;
581 (f->fmt.pix.width * (dev->fmt->depth)) >> 3;
620 if (f->fmt.pix.width < 48)
621 f->fmt.pix.width = 48;
624 if (f->fmt.pix.width > 720)
625 f->fmt.pix.width = 720;
628 f->fmt.pix.width &= ~0x03;
630 (f->fmt.pix.width * (fmt->depth)) >> 3;
654 dev->width = f->fmt.pix.width;
941 dev->width = 720;