Lines Matching defs:height
51 unsigned int height;
231 vert_nr_lines = (image_win->height >> 1) - 1;
236 vert_nr_lines = image_win->height - 1;
239 * of image height
241 mid_img = vert_start + (image_win->height / 2);
840 ccdc->ccdc_cfg.ycbcr.win.height = 576;
852 ccdc->ccdc_cfg.bayer.win.height = 600;
872 f->fmt.pix.height = image_win.height;
875 f->fmt.pix.height;
968 vpfe_standards[i].height;
1004 vpfe->crop.height = mbus_fmt.height;
1302 fmt->width, fmt->height, fmt->code);
1325 fmt->width, fmt->height, fmt->code);
1346 f->fmt.pix.height;
1350 f->fmt.pix.width, f->fmt.pix.height,
1410 /* check for/find a valid width/height */
1423 f->fmt.pix.height == fse.max_height) {
1428 f->fmt.pix.height >= fse.min_height &&
1429 f->fmt.pix.height <= fse.max_height) {
1438 f->fmt.pix.height = vpfe->fmt.fmt.pix.height;
1492 vpfe->crop.height = fmt->fmt.pix.height;
1532 fsize->discrete.height = fse.max_height;
1536 fsize->discrete.width, fsize->discrete.height);
1756 vpfe->field_off = image_win.height * image_win.width;
1979 s->r.height = vpfe_standards[vpfe->std_index].height;
2012 &r.height, 0, cr.height, 0, 0);
2015 r.top = clamp_t(unsigned int, r.top, 0, cr.height - r.height);
2028 vpfe->fmt.fmt.pix.height = r.height;
2032 vpfe->fmt.fmt.pix.height;
2035 r.left, r.top, r.width, r.height, cr.width, cr.height);