Lines Matching defs:width
317 int bytesperline = dev->width << 1; /* Assumes 16-bit depth @@@@ */
767 w = d->width * 2;
1135 int width = format->fmt.pix.width;
1143 /* format->fmt.pix.width only support 720 and height 480 */
1144 if (width != 720)
1145 width = 720;
1149 format->fmt.pix.width = width;
1152 format->fmt.pix.bytesperline = width * 2;
1153 format->fmt.pix.sizeimage = width * height * 2;
1161 dev->width = width;
1163 dev->frame_size = width * height * 2;
1164 dev->field_size = width * height;
1165 dev->bytesperline = width * 2;
1222 f->fmt.pix.width = dev->width;
1633 s->r.width = dev->width;
1959 dev->width = NTSC_STD_W;
1961 dev->field_size = dev->width * dev->height;
1963 dev->bytesperline = dev->width << 1;