HomeSort by relevance Sort by last modified time
    Searched refs:maxUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/cmds/stagefright/
stagefright.cpp 100 int64_t maxUs = decodeTimesUs->itemAt(n - 1);
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);
    [all...]
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 692 deUint64 maxUs = findMax(m_results);
700 log << TestLog::Message << "Max iteration time: " << maxUs << "us" << TestLog::EndMessage;

Completed in 57 milliseconds