Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp106 int64_t maxUs = decodeTimesUs->itemAt(n - 1); in displayDecodeHistogram() local
109 printf("max decode time %" PRId64 " us (%.2f secs)\n", maxUs, maxUs / 1E6); in displayDecodeHistogram()
119 size_t slot = ((x - minUs) * 100) / (maxUs - minUs); in displayDecodeHistogram()
126 int64_t slotUs = minUs + (i * (maxUs - minUs) / 100); in displayDecodeHistogram()