Lines Matching refs:half_scale
198 bool half_scale; /* scale down output by 2 */ member
558 mf->width = priv->rect.width >> priv->half_scale; in ov6650_get_fmt()
559 mf->height = priv->rect.height >> priv->half_scale; in ov6650_get_fmt()
577 bool half_scale = !is_unscaled_ok(mf->width, mf->height, &priv->rect); in ov6650_s_fmt() local
582 (mf->width >> (1 - half_scale)), in ov6650_s_fmt()
584 (mf->height >> (1 - half_scale)), in ov6650_s_fmt()
585 .r.width = mf->width << half_scale, in ov6650_s_fmt()
586 .r.height = mf->height << half_scale, in ov6650_s_fmt()
611 if (half_scale) { in ov6650_s_fmt()
621 if (half_scale) { in ov6650_s_fmt()
648 if (half_scale) { in ov6650_s_fmt()
660 priv->half_scale = half_scale; in ov6650_s_fmt()
723 mf->width = priv->rect.width >> priv->half_scale; in ov6650_set_fmt()
724 mf->height = priv->rect.height >> priv->half_scale; in ov6650_set_fmt()