Lines Matching defs:height
718 dev->size = (dev->width * dev->height * dev->format->depth + 7) >> 3;
835 f->fmt.pix.height = dev->height;
838 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * dev->height;
862 unsigned int height = f->fmt.pix.height;
875 height must be even because of interlacing */
876 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, 1, 0);
879 f->fmt.pix.height = height;
882 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * height;
909 dev->height = f->fmt.pix.height;
942 /* Adjusts width/height, if needed */
944 dev->height = (dev->norm & V4L2_STD_625_50) ? 576 : 480;
953 format.format.height = dev->height;
1360 s->r.height = dev->height;
1765 dev->height = norm_maxh(dev);