Home
last modified time | relevance | path

Searched refs:half_scale (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/media/i2c/soc_camera/
Dov6650.c200 bool half_scale; /* scale down output by 2 */ member
513 mf->width = priv->rect.width >> priv->half_scale; in ov6650_get_fmt()
514 mf->height = priv->rect.height >> priv->half_scale; in ov6650_get_fmt()
551 bool half_scale = !is_unscaled_ok(mf->width, mf->height, &priv->rect); in ov6650_s_fmt() local
556 (mf->width >> (1 - half_scale)), in ov6650_s_fmt()
558 (mf->height >> (1 - half_scale)), in ov6650_s_fmt()
559 .width = mf->width << half_scale, in ov6650_s_fmt()
560 .height = mf->height << half_scale, in ov6650_s_fmt()
587 if (half_scale) { in ov6650_s_fmt()
597 if (half_scale) { in ov6650_s_fmt()
[all …]