Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/atomisp/i2c/
Datomisp-gc2235.c704 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
788 idx = nearest_resolution_index(fmt->width, fmt->height); in gc2235_set_fmt()
Datomisp-ov2722.c817 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
898 idx = nearest_resolution_index(fmt->width, fmt->height); in ov2722_set_fmt()
Datomisp-gc0310.c917 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
999 idx = nearest_resolution_index(fmt->width, fmt->height); in gc0310_set_fmt()
Datomisp-ov2680.c875 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
940 idx = nearest_resolution_index(fmt->width, fmt->height); in ov2680_set_fmt()
Datomisp-mt9m114.c616 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
647 idx = nearest_resolution_index(*w, *h); in mt9m114_try_res()
/Linux-v5.10/drivers/staging/media/atomisp/i2c/ov5693/
Datomisp-ov5693.c1507 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
1599 idx = nearest_resolution_index(fmt->width, fmt->height); in ov5693_set_fmt()