Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSender.cpp288 auto ntpLo = U32_AT(&data[offset + 8]); in processRTCP() local
294 ntpLo); in processRTCP()
358 uint64_t ntpLo = ((1LL << 32) * (us_since_epoch % 1000000LL)) / 1000000LL; in appendSR() local
366 SET_U32(&data[12], ntpLo); in appendSR()
400 uint32_t ntpLo) { in queueDLRR() argument
402 appendDLRR(&buffer, localSSRC, remoteSSRC, ntpHi, ntpLo); in queueDLRR()
412 uint32_t ntpLo) { in appendDLRR() argument
433 SET_U32(&data[16], (ntpHi << 16) | (ntpLo >> 16)); in appendDLRR()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/include/webrtc/
DRTPSender.h85 uint32_t ntpLo);
92 uint32_t ntpLo);