Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/
H A Dov5693.h191 struct ov5693_resolution { struct
1103 static struct ov5693_resolution ov5693_res_preview[] = {
1169 struct ov5693_resolution ov5693_res_still[] = {
1244 struct ov5693_resolution ov5693_res_video[] = {
1390 static struct ov5693_resolution *ov5693_res = ov5693_res_preview;
H A Datomisp-ov5693.c459 const struct ov5693_resolution *res) in ov5693_get_intg_factor()
1480 static int distance(struct ov5693_resolution *res, u32 w, u32 h) in distance()
1514 struct ov5693_resolution *tmp_res = NULL; in nearest_resolution_index()