Lines Matching +full:30 +full:fps
38 * at < 15 fps! Note currently the driver does not use this
45 * 0x02 Clock divider 3-63, fps = 90 / val. Must be a multiple of 3 on
47 * 0x03 Variable framerate ctrl reg2==3: 0 -> ~30 fps, 255 -> ~22fps
48 * 0x04 Another var framerate ctrl reg2==3, reg3==0: 0 -> ~30 fps,
49 * 63 -> ~27 fps, the 2 msb's must always be 1 !!
51 * 1 -> ~30 fps, 2 -> ~20 fps
92 #define PAC7302_EXPOSURE_DEFAULT 66 /* 33 ms / 30 fps */
93 #define PAC7302_EXPOSURE_KNEE 133 /* 66 ms / 15 fps */
493 * no fps according to the formula: 90 / reg. sd->exposure is the in setexposure()
499 * Note clockdiv = 3 also works, but when running at 30 fps, depending in setexposure()
502 * to decompress these blocks. So we cap the framerate at 15 fps. in setexposure()
729 const int deadzone = 30; in do_autogain()