Home
last modified time | relevance | path

Searched refs:getNowUs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/media/tests/omxjpegdecoder/
Djpeg_decoder_bench.cpp45 static int64_t getNowUs() { in getNowUs() function
54 int64_t startTime = getNowUs(); in testDecodeBounds()
62 int64_t delay = getNowUs() - startTime; in testDecodeBounds()
71 int64_t startTime = getNowUs(); in testDecodePixels()
79 int64_t delay = getNowUs() - startTime; in testDecodePixels()
Domx_jpeg_decoder.cpp84 static int64_t getNowUs() { in getNowUs() function
148 int64_t startTime = getNowUs(); in decodeSource()
153 int64_t duration = getNowUs() - startTime; in decodeSource()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp72 static int64_t getNowUs() { in getNowUs() function
299 int64_t startTime = getNowUs(); in playSource()
315 int64_t startDecodeUs = getNowUs(); in playSource()
317 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()
374 int64_t delay = getNowUs() - startTime; in playSource()