Lines Matching defs:fps
707 * The fps selection is based on the row, column skipping mechanism.
708 * So ensure that the sensor window is set to default else the fps
719 /* 30fps only supported for images not exceeding 640x512 */
722 "Framerates > 15fps are supported only for images "
727 /* find best matched fps */
729 unsigned int fps = mt9m111_mode_data[i].max_fps;
731 if (fps == 30 && skip_30fps)
734 gap = abs(fps - req_fps);
1070 int fps;
1083 fps = DIV_ROUND_CLOSEST(fract->denominator, fract->numerator);
1086 mode = mt9m111_find_mode(mt9m111, fps, mt9m111->width, mt9m111->height);
1090 if (mode->max_fps != fps) {