Lines Matching defs:width
369 dev->crop_bounds.width = norm->h_stop - norm->h_start +1;
370 dev->crop_defrect.width = norm->h_stop - norm->h_start +1;
525 int width, int height, int interlace)
534 h_stop = (dev->crop_current.left + dev->crop_current.width -1);
546 prescale = dev->crop_current.width / width;
549 xscale = 1024 * dev->crop_current.width / prescale / width;
558 saa_writeb(SAA7134_VIDEO_PIXELS1(task), width & 0xff);
559 saa_writeb(SAA7134_VIDEO_PIXELS2(task), width >> 8);
638 col[cols].position = clip_range(clips[i].c.left+clips[i].c.width);
663 if (win->w.width < 48)
664 win->w.width = 48;
673 maxw = dev->crop_current.width;
692 if (win->w.width > maxw)
693 win->w.width = maxw;
710 dev->win.w.width, dev->win.w.height,
715 set_size(dev, TASK_B, dev->win.w.width, dev->win.w.height,
831 set_size(dev, TASK_A, dev->width, dev->height,
842 bpl = dev->width;
844 bpl = (dev->width * dev->fmt->depth) / 8;
926 size = (dev->width * dev->height * dev->fmt->depth) >> 3;
943 int size = dev->fmt->depth * dev->width * dev->height >> 3;
945 if (dev->width < 48 ||
947 dev->width/4 > dev->crop_current.width ||
949 dev->width > dev->crop_bounds.width ||
1249 f->fmt.pix.width = dev->width;
1254 f->fmt.pix.bytesperline = f->fmt.pix.width;
1257 (f->fmt.pix.width * dev->fmt->depth) / 8;
1259 (f->fmt.pix.height * f->fmt.pix.width * dev->fmt->depth) / 8;
1307 maxw = min(dev->crop_current.width*4, dev->crop_bounds.width);
1326 if (f->fmt.pix.width < 48)
1327 f->fmt.pix.width = 48;
1330 if (f->fmt.pix.width > maxw)
1331 f->fmt.pix.width = maxw;
1334 f->fmt.pix.width &= ~0x03;
1336 f->fmt.pix.bytesperline = f->fmt.pix.width;
1339 (f->fmt.pix.width * fmt->depth) / 8;
1341 (f->fmt.pix.height * f->fmt.pix.width * fmt->depth) / 8;
1373 dev->width = f->fmt.pix.width;
1671 if (c->left > b->left + b->width)
1672 c->left = b->left + b->width;
1673 if (c->width > b->left - c->left + b->width)
1674 c->width = b->left - c->left + b->width;
1820 dev->ovbuf.fmt.width*fmt->depth/8;
2093 dev->width = 720;
2096 dev->win.w.width = dev->width;
2099 dev->ovbuf.fmt.width = dev->width;