Searched refs:maxUs (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp100 int64_t maxUs = decodeTimesUs->itemAt(n - 1); local
103 printf("max decode time %" PRId64 " us (%.2f secs)\n", maxUs, maxUs / 1E6);
113 size_t slot = ((x - minUs) * 100) / (maxUs - minUs);
120 int64_t slotUs = minUs + (i * (maxUs - minUs) / 100);

Completed in 45 milliseconds