Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/i2c/
Dov2722.h172 struct ov2722_resolution { struct
1107 static struct ov2722_resolution ov2722_res_preview[] = {
1165 struct ov2722_resolution ov2722_res_still[] = {
1218 struct ov2722_resolution ov2722_res_video[] = {
1271 static struct ov2722_resolution *ov2722_res = ov2722_res_preview;
Datomisp-ov2722.c287 const struct ov2722_resolution *res) in ov2722_get_intg_factor()
796 static int distance(struct ov2722_resolution *res, u32 w, u32 h) in distance()
823 struct ov2722_resolution *tmp_res = NULL; in nearest_resolution_index()