Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSender.cpp348 auto us_since_epoch = in appendSR() local
355 us_since_epoch += 2208988800ULL * 1000ull; in appendSR()
357 uint64_t ntpHi = us_since_epoch / 1000000ll; in appendSR()
358 uint64_t ntpLo = ((1LL << 32) * (us_since_epoch % 1000000LL)) / 1000000LL; in appendSR()