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

  /frameworks/av/cmds/stagefright/
stagefright.cpp 106 int64_t minUs = decodeTimesUs->itemAt(0);
109 printf("min decode time %" PRId64 " us (%.2f secs)\n", minUs, minUs / 1E6);
120 size_t slot = ((x - minUs) * 100) / (maxUs - minUs);
127 int64_t slotUs = minUs + (i * (maxUs - minUs) / 100);
    [all...]
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.cpp 691 deUint64 minUs = findMin(m_results);
699 log << TestLog::Message << "Min iteration time: " << minUs << "us" << TestLog::EndMessage;

Completed in 7730 milliseconds