Searched refs:getNowUs (Results 1 – 3 of 3) sorted by relevance
45 static int64_t getNowUs() { in getNowUs() function54 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()
84 static int64_t getNowUs() { in getNowUs() function148 int64_t startTime = getNowUs(); in decodeSource()153 int64_t duration = getNowUs() - startTime; in decodeSource()
72 static int64_t getNowUs() { in getNowUs() function299 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()