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.cpp266 int64_t startTime = getNowUs(); in TEST_F()
268 int64_t timeConsumed = getNowUs() - startTime; in TEST_F()
273 startTime = getNowUs(); in TEST_F()
275 timeConsumed = getNowUs() - startTime; in TEST_F()
285 startTime = getNowUs(); in TEST_F()
287 timeConsumed = getNowUs() - startTime; in TEST_F()
298 startTime = getNowUs(); in TEST_F()
300 timeConsumed = getNowUs() - startTime; in TEST_F()
307 startTime = getNowUs(); in TEST_F()
309 timeConsumed = getNowUs() - startTime; in TEST_F()
[all …]
/frameworks/av/cmds/stagefright/
Dstagefright.cpp89 static int64_t getNowUs() { in getNowUs() function
322 int64_t startTime = getNowUs(); in playSource()
338 int64_t startDecodeUs = getNowUs(); in playSource()
340 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()
402 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.h204 int64_t getNowUs();
Dmedia_c2_hidl_test_common.cpp133 int64_t getNowUs() { in getNowUs() function
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp81 static int64_t getNowUs() in getNowUs() function
2708 const int64_t timeNow = getNowUs(); in getTimestamp_l()