Lines Matching defs:height
688 unsigned long size = dev->height * dev->bytesperline;
705 buf->length = dev->height * dev->bytesperline;
766 h = d->height / 2 + 2;
1136 int height = format->fmt.pix.height;
1143 /* format->fmt.pix.width only support 720 and height 480 */
1146 if (height != 480)
1147 height = 480;
1150 format->fmt.pix.height = height;
1153 format->fmt.pix.sizeimage = width * height * 2;
1162 dev->height = height;
1163 dev->frame_size = width * height * 2;
1164 dev->field_size = width * height;
1223 f->fmt.pix.height = dev->height;
1634 s->r.height = dev->height;
1960 dev->height = NTSC_STD_H;
1961 dev->field_size = dev->width * dev->height;