Lines Matching +full:30 +full:fps
274 .max_fps = 30,
701 * The fps selection is based on the row, column skipping mechanism. in mt9m111_find_mode()
702 * So ensure that the sensor window is set to default else the fps in mt9m111_find_mode()
713 /* 30fps only supported for images not exceeding 640x512 */ in mt9m111_find_mode()
716 "Framerates > 15fps are supported only for images " in mt9m111_find_mode()
721 /* find best matched fps */ in mt9m111_find_mode()
723 unsigned int fps = mt9m111_mode_data[i].max_fps; in mt9m111_find_mode() local
725 if (fps == 30 && skip_30fps) in mt9m111_find_mode()
728 gap = abs(fps - req_fps); in mt9m111_find_mode()
1073 int fps; in mt9m111_set_frame_interval() local
1089 fract->denominator = 30; in mt9m111_set_frame_interval()
1093 fps = DIV_ROUND_CLOSEST(fract->denominator, fract->numerator); in mt9m111_set_frame_interval()
1096 mode = mt9m111_find_mode(mt9m111, fps, mt9m111->width, mt9m111->height); in mt9m111_set_frame_interval()
1100 if (mode->max_fps != fps) { in mt9m111_set_frame_interval()