Searched refs:ov2680_res (Results 1 – 2 of 2) sorted by relevance
150 *val = ov2680_res[dev->fmt_idx].bin_factor_x; in ov2680_g_bin_factor_x()160 *val = ov2680_res[dev->fmt_idx].bin_factor_y; in ov2680_g_bin_factor_y()257 vts = ov2680_res[dev->fmt_idx].lines_per_frame; in __ov2680_set_exposure()689 ov2680_res = ov2680_res_preview; in ov2680_init()887 tmp_res = &ov2680_res[i]; in nearest_resolution_index()905 if (w != ov2680_res[i].width) in get_resolution_index()907 if (h != ov2680_res[i].height) in get_resolution_index()946 fmt->width = ov2680_res[N_RES - 1].width; in ov2680_set_fmt()947 fmt->height = ov2680_res[N_RES - 1].height; in ov2680_set_fmt()949 fmt->width = ov2680_res[idx].width; in ov2680_set_fmt()[all …]
845 static struct ov2680_resolution *ov2680_res = ov2680_res_preview; variable