Lines Matching defs:height
239 .height = H_CIF,
491 sel->r.height = H_CIF;
504 static bool is_unscaled_ok(int width, int height, struct v4l2_rect *rect)
506 return width > rect->width >> 1 || height > rect->height >> 1;
512 &rect->height, 2, H_CIF, 1, 0);
516 (DEF_VSTRT << 1) + H_CIF - (__s32)rect->height,
537 bool half_scale = !is_unscaled_ok(mf->width, mf->height, crop);
544 mf->height = crop->height >> half_scale;
564 priv->rect.height += priv->rect.top - sel->r.top;
567 (sel->r.top + sel->r.height) >> 1);
570 priv->rect.height = sel->r.height;
592 mf->height = sd_state->pads->try_fmt.height;
597 mf->height = priv->rect.height >> priv->half_scale;
724 half_scale = !is_unscaled_ok(mf->width, mf->height, crop);
729 sd_state->pads->try_fmt.height = crop->height >> half_scale;
735 mf->height = sd_state->pads->try_fmt.height;
750 mf->height = priv->rect.height >> priv->half_scale;
785 !fie->height || fie->height > H_CIF)
1081 priv->rect.height = H_CIF;