HomeSort by relevance Sort by last modified time
    Searched refs:getNowUs (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
MediaTimeProvider.java 22 public long getNowUs();
MediaCodecTunneledPlayer.java 468 public long getNowUs() {
478 long nowUs = getNowUs();
CodecState.java 335 long nowUs = mMediaTimeProvider.getNowUs();
MediaCodecClearKeyPlayer.java 662 public long getNowUs() {
672 long nowUs = getNowUs();
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/component/
VtsHalMediaC2V1_0TargetComponentTest.cpp 266 int64_t startTime = getNowUs();
268 int64_t timeConsumed = getNowUs() - startTime;
273 startTime = getNowUs();
275 timeConsumed = getNowUs() - startTime;
285 startTime = getNowUs();
287 timeConsumed = getNowUs() - startTime;
298 startTime = getNowUs();
300 timeConsumed = getNowUs() - startTime;
307 startTime = getNowUs();
309 timeConsumed = getNowUs() - startTime
    [all...]
  /frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
media_c2_hidl_test_common.cpp 133 int64_t getNowUs() {
media_c2_hidl_test_common.h 204 int64_t getNowUs();
  /frameworks/av/cmds/stagefright/
stagefright.cpp 89 static int64_t getNowUs() {
322 int64_t startTime = getNowUs();
338 int64_t startDecodeUs = getNowUs();
340 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
402 int64_t delay = getNowUs() - startTime;
    [all...]
  /frameworks/av/include/media/
VolumeShaper.h 558 static int64_t getNowUs()
637 const int64_t frameCount = clockTime ? getNowUs() : trackFrameCount;
    [all...]
  /frameworks/av/media/libaudioclient/
AudioTrack.cpp 81 static int64_t getNowUs()
    [all...]

Completed in 979 milliseconds