Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dov6650.c198 bool half_scale; /* scale down output by 2 */ member
539 bool half_scale = !is_unscaled_ok(mf->width, mf->height, crop); in ov6650_set_selection() local
545 mf->width = crop->width >> half_scale; in ov6650_set_selection()
546 mf->height = crop->height >> half_scale; in ov6650_set_selection()
601 mf->width = priv->rect.width >> priv->half_scale; in ov6650_get_fmt()
602 mf->height = priv->rect.height >> priv->half_scale; in ov6650_get_fmt()
611 static int ov6650_s_fmt(struct v4l2_subdev *sd, u32 code, bool half_scale) in ov6650_s_fmt() argument
637 if (half_scale) { in ov6650_s_fmt()
647 if (half_scale) { in ov6650_s_fmt()
674 if (half_scale) { in ov6650_s_fmt()
702 bool half_scale; ov6650_set_fmt() local
[all...]