rtcp_sender.cc | 124 ntp_frac_(ntp_frac), 135 const uint32_t ntp_frac_; member in class:webrtc::RTCPSender::RtcpContext 467 last_rtcp_time_[0] = Clock::NtpToMs(ctx.ntp_sec_, ctx.ntp_frac_); 468 last_send_report_[0] = (ctx.ntp_sec_ << 16) + (ctx.ntp_frac_ >> 16); 482 report->WithNtpFrac(ctx.ntp_frac_); 740 RTCPUtility::MidNtp(ctx.ntp_sec_, ctx.ntp_frac_), 741 Clock::NtpToMs(ctx.ntp_sec_, ctx.ntp_frac_))); 747 rrtr.WithNtp(NtpTime(ctx.ntp_sec_, ctx.ntp_frac_)); [all...] |