Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/i2c/
H A Dov6650.c198 bool half_scale; /* scale down output by 2 */ member
545 mf->width = crop->width >> half_scale; in ov6650_set_selection()
546 mf->height = crop->height >> half_scale; in ov6650_set_selection()
637 if (half_scale) { in ov6650_s_fmt()
647 if (half_scale) { in ov6650_s_fmt()
674 if (half_scale) { in ov6650_s_fmt()
684 priv->half_scale = half_scale; in ov6650_s_fmt()
702 bool half_scale; in ov6650_set_fmt() local
736 try_fmt->width = crop->width >> half_scale; in ov6650_set_fmt()
737 try_fmt->height = crop->height >> half_scale; in ov6650_set_fmt()
[all …]