HomeSort by relevance Sort by last modified time
    Searched full:maxus (Results 1 - 1 of 1) sorted by null

  /frameworks/base/cmds/stagefright/
stagefright.cpp 94 int64_t maxUs = decodeTimesUs->itemAt(n - 1);
97 printf("max decode time %lld us (%.2f secs)\n", maxUs, maxUs / 1E6);
107 size_t slot = ((x - minUs) * 100) / (maxUs - minUs);
114 int64_t slotUs = minUs + (i * (maxUs - minUs) / 100);

Completed in 18 milliseconds