Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/component/
DVtsHalMediaC2V1_0TargetComponentTest.cpp252 int64_t startTime = getNowUs(); in TEST_P()
254 int64_t timeConsumed = getNowUs() - startTime; in TEST_P()
259 startTime = getNowUs(); in TEST_P()
261 timeConsumed = getNowUs() - startTime; in TEST_P()
268 startTime = getNowUs(); in TEST_P()
270 timeConsumed = getNowUs() - startTime; in TEST_P()
279 startTime = getNowUs(); in TEST_P()
281 timeConsumed = getNowUs() - startTime; in TEST_P()
288 startTime = getNowUs(); in TEST_P()
290 timeConsumed = getNowUs() - startTime; in TEST_P()
[all …]
/frameworks/av/media/module/foundation/
DALooper.cpp72 int64_t ALooper::getNowUs() { in getNowUs() function in android::ALooper
177 int64_t nowUs = getNowUs(); in post()
181 whenUs = getNowUs(); in post()
209 int64_t nowUs = getNowUs(); in postUnique()
212 whenUs = getNowUs(); in postUnique()
264 int64_t nowUs = getNowUs(); in loop()
/frameworks/av/media/module/foundation/include/media/stagefright/foundation/
DALooper.h63 virtual int64_t getNowUs();
/frameworks/av/cmds/stagefright/
Dstagefright.cpp92 static int64_t getNowUs() { in getNowUs() function
328 int64_t startTime = getNowUs(); in playSource()
344 int64_t startDecodeUs = getNowUs(); in playSource()
346 int64_t delayDecodeUs = getNowUs() - startDecodeUs; in playSource()
408 int64_t delay = getNowUs() - startTime; in playSource()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.h165 int64_t getNowUs();
Dmedia_c2_hidl_test_common.cpp180 int64_t getNowUs() { in getNowUs() function
/frameworks/av/include/media/
DVolumeShaper.h729 static int64_t getNowUs() in getNowUs() function
808 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount; in getVolume()
1027 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
1045 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
/frameworks/av/media/module/foundation/tests/
DAMessage_test.cpp41 int64_t getNowUs() override { in getNowUs() function in LooperWithSettableClock
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp90 static int64_t getNowUs() in getNowUs() function
3326 const int64_t timeNow = getNowUs(); in getTimestamp_l()