Home | History | Annotate | Download | only in audio

Lines Matching defs:now_us

460     const int64_t now_us = (curtime.tv_sec * 1000000000LL + curtime.tv_nsec) / 1000;
470 position_since_underrun = (now_us - first_us) *
510 const uint64_t now_us = (current_time.tv_sec * 1000000000LL +
539 uint64_t time_since_last_write_us = now_us - out->last_write_time_us;
545 out->last_write_time_us = now_us + sleep_time_us;
886 const int64_t now_us = (t.tv_sec * 1000000000LL + t.tv_nsec) / 1000;
896 position_since_standby = (now_us - first_us) *