Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/media/atomisp/i2c/
Datomisp-gc2235.c705 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
790 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.c913 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
990 idx = nearest_resolution_index(fmt->width, fmt->height); in gc0310_set_fmt()
Datomisp-ov2680.c878 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
943 idx = nearest_resolution_index(fmt->width, fmt->height); in ov2680_set_fmt()
Datomisp-mt9m114.c617 static int nearest_resolution_index(int w, int h) in nearest_resolution_index() function
648 idx = nearest_resolution_index(*w, *h); in mt9m114_try_res()
/Linux-v5.15/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()