Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp243 int64_t startTime = getNowUs(); in TEST_P()
245 int64_t timeConsumed = getNowUs() - startTime; in TEST_P()
250 startTime = getNowUs(); in TEST_P()
252 timeConsumed = getNowUs() - startTime; in TEST_P()
262 startTime = getNowUs(); in TEST_P()
264 timeConsumed = getNowUs() - startTime; in TEST_P()
273 startTime = getNowUs(); in TEST_P()
275 timeConsumed = getNowUs() - startTime; in TEST_P()
282 startTime = getNowUs(); in TEST_P()
284 timeConsumed = getNowUs() - startTime; in TEST_P()
[all …]
/frameworks/av/cmds/stagefright/
Dstagefright.cpp88 static int64_t getNowUs() { in getNowUs() function
321 int64_t startTime = getNowUs(); in playSource()
337 int64_t startDecodeUs = getNowUs(); in playSource()
339 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()
401 int64_t delay = getNowUs() - startTime; in playSource()
/frameworks/av/include/media/
DVolumeShaper.h558 static int64_t getNowUs() in getNowUs() function
637 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()
856 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
874 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h133 int64_t getNowUs();
Dmedia_c2_hidl_test_common.cpp131 int64_t getNowUs() { in getNowUs() function
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp81 static int64_t getNowUs() in getNowUs() function
2866 const int64_t timeNow = getNowUs(); in getTimestamp_l()