Lines Matching defs:width
548 u32 _line_size = dev->width * 2;
635 dma_q->bytes_left_in_line = dev->width << 1;
645 u32 _line_size = dev->width << 1;
718 dev->size = (dev->width * dev->height * dev->format->depth + 7) >> 3;
834 f->fmt.pix.width = dev->width;
837 f->fmt.pix.bytesperline = (dev->width * dev->format->depth + 7) >> 3;
861 unsigned int width = f->fmt.pix.width;
874 /* width must even because of the YUYV format
876 v4l_bound_align_image(&width, 48, maxw, 1, &height, 32, maxh, 1, 0);
878 f->fmt.pix.width = width;
881 f->fmt.pix.bytesperline = (width * fmt->depth + 7) >> 3;
908 dev->width = f->fmt.pix.width;
942 /* Adjusts width/height, if needed */
943 dev->width = 720;
952 format.format.width = dev->width;
1359 s->r.width = dev->width;
1764 dev->width = norm_maxw(dev);