Home | History | Annotate | Download | only in tools

Lines Matching refs:FPS

38 FPS = 30
53 fps: FPS to capture with during the test
63 fps = str(FPS)
72 if s[:4] == 'fps=' and len(s) > 4:
73 fps = s[4:]
107 fps_arg = 'fps=' + fps
109 print 'Capturing at %sfps' % fps