Home
last modified time | relevance | path

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

/frameworks/av/cmds/stagefright/
Dstagefright.cpp82 static int64_t getNowUs() { in getNowUs() function
303 int64_t startTime = getNowUs(); in playSource()
319 int64_t startDecodeUs = getNowUs(); in playSource()
321 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()
380 int64_t delay = getNowUs() - startTime; in playSource()
/frameworks/av/media/libmedia/
DAudioTrack.cpp64 static int64_t getNowUs() in getNowUs() function
595 mStartUs = getNowUs(); in start()
2435 const int64_t timeNow = getNowUs(); in getTimestamp()