Lines Matching defs:height
147 return pix->bytesperline * pix->height * 3 / 2;
149 return pix->bytesperline * pix->height * 2;
151 return pix->bytesperline * pix->height;
198 &pix->height, 2, vin->info->max_height, 0, 0);
204 pix->width, pix->height, pix->bytesperline, pix->sizeimage);
228 vin->src_rect.height = vin->format.height;
233 vin->format.height *= 2;
243 vin->compose.height = vin->format.height;
259 u32 width, height;
274 height = pix->height;
287 src_rect->height = pix->height;
294 pix->height = height;
343 fmt_rect.height = vin->format.height;
439 s->r.height = vin->src_rect.height;
448 s->r.height = vin->format.height;
469 .height = 2,
482 max_rect.height = vin->src_rect.height;
486 &r.height, 2, vin->src_rect.height, 0, 0);
489 vin->src_rect.height - r.height);
495 r.width, r.height, r.left, r.top,
496 vin->src_rect.width, vin->src_rect.height);
502 max_rect.height = vin->format.height;
520 r.width, r.height, r.left, r.top,
521 vin->format.width, vin->format.height);
606 /* Changing the standard will change the width/height */
662 /* Changing the timings will change the width/height */
830 vin->crop.height = vin->format.height;
1011 vin->format.height = RVIN_DEFAULT_HEIGHT;