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

  /frameworks/base/media/libstagefright/rtsp/
ARTPAssembler.cpp 27 static int64_t getNowUs() {
45 if (getNowUs() - mFirstFailureTimeUs > 10000ll) {
53 mFirstFailureTimeUs = getNowUs();
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 45 static int64_t getNowUs() {
54 int64_t startTime = getNowUs();
62 int64_t delay = getNowUs() - startTime;
71 int64_t startTime = getNowUs();
79 int64_t delay = getNowUs() - startTime;
omx_jpeg_decoder.cpp 83 static int64_t getNowUs() {
147 int64_t startTime = getNowUs();
152 int64_t duration = getNowUs() - startTime;
  /frameworks/base/media/libstagefright/
ThrottledSource.cpp 23 static int64_t getNowUs() {
55 int64_t nowUs = getNowUs();
  /frameworks/base/cmds/stagefright/
stagefright.cpp 76 static int64_t getNowUs() {
303 int64_t startTime = getNowUs();
319 int64_t startDecodeUs = getNowUs();
321 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
378 int64_t delay = getNowUs() - startTime;
  /frameworks/base/media/libstagefright/omx/tests/
OMXHarness.cpp 43 static int64_t getNowUs() {
129 int64_t finishBy = getNowUs() + timeoutUs;
153 mLock, (finishBy - getNowUs()) * 1000);

Completed in 84 milliseconds