Lines Matching +full:30 +full:fps
363 which sets the framerate at 30 / reg02, otherwise vsync is lost.
366 /* Set the clock divider to 4 -> 30 / 4 = 7.5 fps, we would like
697 The high nibble configures the no fps according to the in setexposure()
698 formula: 60 / high_nibble. With a maximum of 30 fps */ in setexposure()
708 exposure, register 11, whose low nibble sets the nr off fps in setexposure()
709 according to: fps = 30 / (low_nibble + 1) in setexposure()
711 The fps configures the maximum exposure setting, but it is in setexposure()
712 possible to use less exposure then what the fps maximum in setexposure()
719 registers, trying to keep fps as high as possible. in setexposure()
748 /* frame exposure time in ms = 1000 * reg11 / 30 -> in setexposure()
750 / (1000 * reg11 / 30) */ in setexposure()
787 (100 ms / 10 fps on other sensors), for values below this in setexposure()
790 framerate (640x480@7.5 fps, 320x240@10fps) until the knee in setexposure()
857 0x4f / 0x8a -> (30 fps -> 25 fps), 0x00 -> no adjustment */ in setfreq()
1188 /* clockdiv from 4 to 3 (7.5 -> 10 fps) when in low res mode */ in sd_start()