Lines Matching defs:height
117 u32 height;
389 size = ((dcmi->crop.height - 1) << 16) |
399 dcmi->crop.width, dcmi->crop.height,
649 format->format.width, format->format.height);
656 format->format.width, format->format.height,
663 fmt.format.height != format->format.height) {
666 fmt.format.width, fmt.format.height);
948 int h_err = (fsize->height - pix->height);
987 pix->height = clamp(pix->height, MIN_HEIGHT, MAX_HEIGHT);
1000 pix->height = outer_sd_fsize.height;
1014 sd_fsize.height = pix->height;
1027 max_rect.height = pix->height;
1029 c.top = clamp_t(s32, c.top, 0, pix->height - c.height);
1035 pix->height = dcmi->crop.height;
1040 pix->sizeimage = pix->bytesperline * pix->height;
1062 * Try format, fmt.width/height could have been changed
1079 mf->height = sd_framesize.height;
1086 mf->code, mf->width, mf->height);
1089 pix->width, pix->height);
1206 unsigned int pixsize = fsize->width * fsize->height;
1211 max_height = fsize->height;
1218 r->height = max_height;
1233 r->height = pix.height;
1258 s->r.height = dcmi->fmt.fmt.pix.height;
1283 pix.height = dcmi->sd_bounds.height;
1294 max_rect.height = pix.height;
1296 r.top = clamp_t(s32, r.top, 0, pix.height - r.height);
1302 r.height == dcmi->sd_bounds.height)) {
1307 r.width, r.height, r.left, r.top,
1308 pix.width, pix.height);
1377 fsize->discrete.height = fse.max_height;
1406 .height = fival->height,
1540 .height = CIF_HEIGHT,
1674 dcmi->sd_framesizes[fse.index].height = fse.max_height;