Lines Matching defs:height
176 .height = OV2680_ACTIVE_HEIGHT,
331 unsigned int width, unsigned int height)
335 fmt->height = height;
344 int height = sensor->mode.fmt.height;
346 int orig_height = height;
349 height <= (sensor->mode.crop.height / 2)) {
352 height *= 2;
360 (sensor->mode.crop.height - height) / 2) & ~1;
365 min(sensor->mode.v_start + height + OV2680_END_MARGIN - 1,
638 unsigned int width, height;
644 /* Limit set_fmt max size to crop width / height */
647 height = clamp_val(ALIGN(format->format.height, 2),
648 OV2680_MIN_CROP_HEIGHT, crop->height);
650 ov2680_fill_format(sensor, &format->format, width, height);
692 sel->r.height = OV2680_NATIVE_HEIGHT;
727 rect.height = clamp_val(ALIGN(sel->r.height, 2),
733 rect.height = min_t(unsigned int, rect.height,
739 if (rect.width != crop->width || rect.height != crop->height) {
747 format->height = rect.height;
785 fse->min_height = crop->height / (fse->index + 1);
809 fie->height == fse.min_height)