Home | History | Annotate | Download | only in stagefright

Lines Matching refs:E6

92     printf("min decode time %" PRId64 " us (%.2f secs)\n", minUs, minUs / 1E6);
93 printf("max decode time %" PRId64 " us (%.2f secs)\n", maxUs, maxUs / 1E6);
112 double fps = 1E6 / slotUs;
258 seekTimeUs / 1E6, timestampUs / 1E6);
266 timestampUs, timestampUs / 1E6);
289 seekTimeUs, seekTimeUs / 1E6);
376 printf("avg. %.2f fps\n", n * 1E6 / delay);
389 printf("avg. %.2f KB/sec\n", totalBytes / 1024 * 1E6 / delay);
1081 thumbTimeUs, thumbTimeUs / 1E6);