Lines Matching defs:height
171 int width, height, sizeimage;
330 prev->vb.height == buf->vb.height &&
368 *size = fh->width * fh->height * fh->fmt->depth >> 3;
427 reg_val.picture_count = (buf->vb.height / 2) << 16 |
457 fh->height < 32 || fh->height > norm_maxh())
459 buf->vb.size = (fh->width * fh->height * fh->fmt->depth) >> 3;
465 buf->vb.height != fh->height ||
469 buf->vb.height = fh->height;
479 buf->vb.height = fh->height;
524 prev->vb.height == buf->vb.height &&
587 f->fmt.pix.height = fh->height;
614 if (f->fmt.pix.height < 32)
615 f->fmt.pix.height = 32;
616 if (f->fmt.pix.height > maxh)
617 f->fmt.pix.height = maxh;
625 f->fmt.pix.sizeimage = f->fmt.pix.height * f->fmt.pix.bytesperline;
643 fh->height = f->fmt.pix.height;
668 if (win->w.width < 48 || win->w.height < 32)
673 maxh = dev->crop_current.height;
676 field = (win->w.height > maxh/2)
694 if (win->w.height > maxh)
695 win->w.height = maxh;
711 fh->win.w.width, fh->win.w.height);
716 reg_val.picture_count = (fh->win.w.height / 2) << 16 |
1198 fh->height = norm_maxh();
1200 dev->crop_current.height = fh->height;