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

  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
imagenet_accuracy_eval.cc 106 auto now_us = Env::Default()->NowMicros(); local
109 if ((now_us - last_logged_time_us_) >= kLogDelayUs) {
110 last_logged_time_us_ = now_us;
  /external/curl/tests/unit/
unit1303.c 67 int now_us; member in struct:timetest
142 NOW(run[i].now_s, run[i].now_us);
  /external/tensorflow/tensorflow/core/kernels/
logging_ops.cc 238 double now_us = static_cast<double>(Env::Default()->NowMicros()); variable
239 double now_s = now_us / 1000000;
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 357 int64_t now_us = clock_->TimeInMicroseconds(); local
359 int64_t elapsed_time_ms = (now_us - time_last_update_us_ + 500) / 1000;
360 time_last_update_us_ = now_us;
  /device/generic/car/emulator/audio/driver/
audio_hw.c 289 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; local
299 position_since_underrun = (now_us - first_us) *
355 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + local
390 uint64_t time_since_last_write_us = now_us - out->last_write_time_us;
396 out->last_write_time_us = now_us + sleep_time_us;
705 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; local
715 position_since_standby = (now_us - first_us) *
    [all...]
  /device/generic/goldfish/audio/
audio_hw.c 491 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; local
501 position_since_underrun = (now_us - first_us) *
541 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + local
570 uint64_t time_since_last_write_us = now_us - out->last_write_time_us;
576 out->last_write_time_us = now_us + sleep_time_us;
943 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; local
953 position_since_standby = (now_us - first_us) *
    [all...]
  /device/google/cuttlefish_common/guest/hals/audio/
audio_hw.c 494 const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000; local
504 position_since_underrun = (now_us - first_us) *
544 const uint64_t now_us = (current_time.tv_sec * 1000000000LL + local
573 uint64_t time_since_last_write_us = now_us - out->last_write_time_us;
579 out->last_write_time_us = now_us + sleep_time_us;
946 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000; local
956 position_since_standby = (now_us - first_us) *
    [all...]

Completed in 320 milliseconds