Searched refs:mt9m114_res (Results 1 – 2 of 2) sorted by relevance
624 for (i = 0; i < ARRAY_SIZE(mt9m114_res); i++) { in nearest_resolution_index()625 tmp_res = &mt9m114_res[i]; in nearest_resolution_index()656 idx = ARRAY_SIZE(mt9m114_res) - 1; in mt9m114_try_res()658 *w = mt9m114_res[idx].width; in mt9m114_try_res()659 *h = mt9m114_res[idx].height; in mt9m114_try_res()670 if ((mt9m114_res[index].width == w) && in mt9m114_to_res()671 (mt9m114_res[index].height == h)) in mt9m114_to_res()679 return &mt9m114_res[index]; in mt9m114_to_res()915 if ((width == mt9m114_res[index].width) && in mt9m114_set_fmt()916 (height == mt9m114_res[index].height)) { in mt9m114_set_fmt()[all …]
343 static struct mt9m114_res_struct mt9m114_res[] = { variable394 #define N_RES (ARRAY_SIZE(mt9m114_res))