Home | History | Annotate | Download | only in stagefright

Lines Matching refs:fps

112         double fps = 1E6 / slotUs;
113 printf("[%.2f fps]: %zu\n", fps, counts[i]);
376 printf("avg. %.2f fps\n", n * 1E6 / delay);
606 fprintf(stderr, " -x display a histogram of decoding times/fps "