Searched refs:getNowUs (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libstagefright/rtsp/
H A DARTPAssembler.cpp27 static int64_t getNowUs() { function in namespace:android
45 if (getNowUs() - mFirstFailureTimeUs > 10000ll) {
53 mFirstFailureTimeUs = getNowUs();
/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp45 static int64_t getNowUs() { function
54 int64_t startTime = getNowUs();
62 int64_t delay = getNowUs() - startTime;
71 int64_t startTime = getNowUs();
79 int64_t delay = getNowUs() - startTime;
H A Domx_jpeg_decoder.cpp83 static int64_t getNowUs() { function
147 int64_t startTime = getNowUs();
152 int64_t duration = getNowUs() - startTime;
/frameworks/base/media/libstagefright/
H A DThrottledSource.cpp23 static int64_t getNowUs() { function in namespace:android
55 int64_t nowUs = getNowUs();
/frameworks/base/cmds/stagefright/
H A Dstagefright.cpp76 static int64_t getNowUs() { function
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/
H A DOMXHarness.cpp43 static int64_t getNowUs() { function in namespace:android
129 int64_t finishBy = getNowUs() + timeoutUs;
153 mLock, (finishBy - getNowUs()) * 1000);

Completed in 163 milliseconds