Lines Matching +full:30 +full:fps
277 .max_fps = 30,
708 * The fps selection is based on the row, column skipping mechanism. in mt9m111_find_mode()
709 * So ensure that the sensor window is set to default else the fps in mt9m111_find_mode()
720 /* 30fps only supported for images not exceeding 640x512 */ in mt9m111_find_mode()
723 "Framerates > 15fps are supported only for images " in mt9m111_find_mode()
728 /* find best matched fps */ in mt9m111_find_mode()
730 unsigned int fps = mt9m111_mode_data[i].max_fps; in mt9m111_find_mode() local
732 if (fps == 30 && skip_30fps) in mt9m111_find_mode()
735 gap = abs(fps - req_fps); in mt9m111_find_mode()
1071 int fps; in mt9m111_s_frame_interval() local
1080 fract->denominator = 30; in mt9m111_s_frame_interval()
1084 fps = DIV_ROUND_CLOSEST(fract->denominator, fract->numerator); in mt9m111_s_frame_interval()
1087 mode = mt9m111_find_mode(mt9m111, fps, mt9m111->width, mt9m111->height); in mt9m111_s_frame_interval()
1091 if (mode->max_fps != fps) { in mt9m111_s_frame_interval()