Lines Matching defs:fps
136 unsigned int fps;
451 unsigned int fps = tpf->numerator ?
469 diff = abs(fps - mt9v111_frame_intervals[i]);
475 fps = mt9v111_frame_intervals[idx];
506 diff = abs(fps - t_fps);
729 unsigned int fps = tpf->numerator ?
744 if (mt9v111->fps == fps) {
761 if (fps > max_fps) {
768 mt9v111->fps = fps;
785 tpf->denominator = mt9v111->fps;
1193 /* Re-calculate blankings for 640x480@15fps. */
1194 mt9v111->fps = 15;
1196 tpf.denominator = mt9v111->fps;