Home | History | Annotate | Download | only in test

Lines Matching refs:fps

270     fprintf(stderr, "	-fps <frames per second>\n");
292 int fps=12;
305 if (strcmp(argv[1], "-fps")== 0)
309 fps = atoi(argv[2]);
310 if (fps==0)
312 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
315 if ((fps<0) || (fps>1000))
317 fprintf(stderr, "The -fps option must be in range from 1 to 1000, default is 12.\n");
325 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
377 fprintf(stderr, "The -fps option requires an argument [from 1 to 1000], default is 12.\n");
506 fpsdelay=1000/fps;