Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/i2c/soc_camera/
Dov772x.c485 static const struct ov772x_win_size ov772x_win_sizes[] = { variable
664 const struct ov772x_win_size *win = &ov772x_win_sizes[0]; in ov772x_select_win()
668 for (i = 0; i < ARRAY_SIZE(ov772x_win_sizes); ++i) { in ov772x_select_win()
669 u32 diff = abs(width - ov772x_win_sizes[i].rect.width) in ov772x_select_win()
670 + abs(height - ov772x_win_sizes[i].rect.height); in ov772x_select_win()
673 win = &ov772x_win_sizes[i]; in ov772x_select_win()
1088 priv->win = &ov772x_win_sizes[0]; in ov772x_probe()