Lines Matching refs:index
3552 unsigned int index = fse->index;
3560 if (bpp == 24 && index >= OV5640_MODE_720P_1280_720)
3565 index += OV5640_MODE_720P_1280_720;
3567 if (index >= OV5640_NUM_MODES)
3570 fse->min_width = ov5640_mode_data[index].width;
3572 fse->min_height = ov5640_mode_data[index].height;
3590 if (fie->index >= OV5640_NUM_FRAMERATES)
3598 tpf.denominator = ov5640_framerates[fie->index];
3687 if (code->index >= num_formats)
3690 code->code = formats[code->index].code;