HomeSort by relevance Sort by last modified time
    Searched full:ntp_frac_ (Results 1 - 1 of 1) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
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...]

Completed in 57 milliseconds