Lines Matching defs:width
112 len = (vc->width * vc->height * vc->format->depth) >> 3;
237 buf_len = (vc->width * vc->height * vc->format->depth) >> 3;
427 (vc->width * vc->height * vc->format->depth) >> 3;
567 (vc->width * vc->height * vc->format->depth) >> 3;
628 f->fmt.pix.width = vc->width;
633 f->fmt.pix.bytesperline = (f->fmt.pix.width * vc->format->depth) / 8;
652 if (f->fmt.pix.width <= TW686X_VIDEO_WIDTH / 2)
653 f->fmt.pix.width = TW686X_VIDEO_WIDTH / 2;
655 f->fmt.pix.width = TW686X_VIDEO_WIDTH;
662 f->fmt.pix.bytesperline = (f->fmt.pix.width * format->depth) / 8;
671 unsigned int pixelformat, unsigned int width,
679 vc->width = width;
699 if (vc->width <= TW686X_VIDEO_WIDTH / 2)
727 dma_width = (vc->width * 2) & 0x7ff;
729 dma_line_width = (vc->width * 2) & 0x7ff;
746 area = vc->width * vc->height;
751 realloc = area != (f->fmt.pix.width * f->fmt.pix.height);
753 f->fmt.pix.width, f->fmt.pix.height,