Searched defs:getNowUs (Results 1 - 4 of 4) sorted by relevance

/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
149 int64_t startTime = getNowUs();
154 int64_t duration = getNowUs() - startTime;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp72 static int64_t getNowUs() { function
299 int64_t startTime = getNowUs();
315 int64_t startDecodeUs = getNowUs();
317 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
374 int64_t delay = getNowUs() - startTime;
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp46 static int64_t getNowUs() function in namespace:android
471 mStartUs = getNowUs();
1958 const int64_t timeNow = getNowUs();

Completed in 790 milliseconds