Lines Matching defs:height

374 	dev->crop_bounds.height  = ((norm->id & V4L2_STD_525_60) ? 524 : 624)
376 dev->crop_defrect.height = (norm->video_v_stop - norm->video_v_start +1)*2;
525 int width, int height, int interlace)
535 v_stop = (dev->crop_current.top + dev->crop_current.height -1)/2;
550 yscale = 512 * div * dev->crop_current.height / height;
560 saa_writeb(SAA7134_VIDEO_LINES1(task), height/div & 0xff);
561 saa_writeb(SAA7134_VIDEO_LINES2(task), height/div >> 8);
644 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height)
665 if (win->w.height < 32)
666 win->w.height = 32;
674 maxh = dev->crop_current.height;
677 field = (win->w.height > maxh/2)
694 if (win->w.height > maxh)
695 win->w.height = maxh;
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,
868 lines_uv = dev->height >> dev->fmt->vshift;
869 base2 = base + bpl * dev->height;
926 size = (dev->width * dev->height * dev->fmt->depth) >> 3;
943 int size = dev->fmt->depth * dev->width * dev->height >> 3;
946 dev->height < 32 ||
948 dev->height/4 > dev->crop_current.height ||
950 dev->height > dev->crop_bounds.height)
1250 f->fmt.pix.height = dev->height;
1259 (f->fmt.pix.height * f->fmt.pix.width * dev->fmt->depth) / 8;
1308 maxh = min(dev->crop_current.height*4, dev->crop_bounds.height);
1311 field = (f->fmt.pix.height > maxh/2)
1328 if (f->fmt.pix.height < 32)
1329 f->fmt.pix.height = 32;
1332 if (f->fmt.pix.height > maxh)
1333 f->fmt.pix.height = maxh;
1341 (f->fmt.pix.height * f->fmt.pix.width * fmt->depth) / 8;
1374 dev->height = f->fmt.pix.height;
1664 if (c->top > b->top + b->height)
1665 c->top = b->top + b->height;
1666 if (c->height > b->top - c->top + b->height)
1667 c->height = b->top - c->top + b->height;
2094 dev->height = 576;
2097 dev->win.w.height = dev->height;
2100 dev->ovbuf.fmt.height = dev->height;