Searched refs:nearest_resolution_index (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/staging/media/atomisp/i2c/ |
D | atomisp-gc2235.c | 704 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()
|
D | atomisp-ov2722.c | 817 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()
|
D | atomisp-gc0310.c | 917 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()
|
D | atomisp-ov2680.c | 875 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()
|
D | atomisp-mt9m114.c | 616 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/ |
D | atomisp-ov5693.c | 1507 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()
|