Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Datomisp-ov5693.c443 *val = ov5693_res[dev->fmt_idx].bin_factor_x; in ov5693_g_bin_factor_x()
452 *val = ov5693_res[dev->fmt_idx].bin_factor_y; in ov5693_g_bin_factor_y()
544 hts = ov5693_res[dev->fmt_idx].pixels_per_line; in __ov5693_set_exposure()
545 vts = ov5693_res[dev->fmt_idx].lines_per_frame; in __ov5693_set_exposure()
1460 ov5693_res = ov5693_res_preview; in ov5693_s_power()
1517 tmp_res = &ov5693_res[i]; in nearest_resolution_index()
1524 min_res_w = ov5693_res[i].width; in nearest_resolution_index()
1527 if (dist == min_dist && ov5693_res[i].width < min_res_w) in nearest_resolution_index()
1539 if (w != ov5693_res[i].width) in get_resolution_index()
1541 if (h != ov5693_res[i].height) in get_resolution_index()
[all …]
H A Dov5693.h1390 static struct ov5693_resolution *ov5693_res = ov5693_res_preview; variable