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

  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 45 static int64_t getNowUs() {
54 int64_t startTime = getNowUs();
62 int64_t delay = getNowUs() - startTime;
71 int64_t startTime = getNowUs();
79 int64_t delay = getNowUs() - startTime;
omx_jpeg_decoder.cpp 83 static int64_t getNowUs() {
149 int64_t startTime = getNowUs();
154 int64_t duration = getNowUs() - startTime;
  /frameworks/av/cmds/stagefright/
stagefright.cpp 72 static int64_t getNowUs() {
299 int64_t startTime = getNowUs();
315 int64_t startDecodeUs = getNowUs();
317 int64_t delayDecodeUs = getNowUs() - startDecodeUs;
374 int64_t delay = getNowUs() - startTime;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCencPlayer.java 494 public long getNowUs() {
504 long nowUs = getNowUs();
CodecState.java 290 long nowUs = mMediaCodecPlayer.getNowUs();
  /frameworks/av/media/libmedia/
AudioTrack.cpp 46 static int64_t getNowUs()
471 mStartUs = getNowUs();
    [all...]

Completed in 232 milliseconds