HomeSort by relevance Sort by last modified time
    Searched refs:WithNtp (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
rrtr.h 39 void WithNtp(const NtpTime& ntp) { ntp_ = ntp; }
rrtr_unittest.cc 33 rrtr.WithNtp(NtpTime(kNtpSec, kNtpFrac));
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet_unittest.cc 361 rrtr.WithNtp(NtpTime(0x11111111, 0x22222222));
378 rrtr1.WithNtp(NtpTime(0x11111111, 0x22222222));
380 rrtr2.WithNtp(NtpTime(0x33333333, 0x44444444));
rtcp_receiver_unittest.cc 626 rrtr.WithNtp(NtpTime(0x10203, 0x40506));
766 rrtr.WithNtp(kNtp);
    [all...]
rtcp_sender.cc 747 rrtr.WithNtp(NtpTime(ctx.ntp_sec_, ctx.ntp_frac_));
    [all...]

Completed in 228 milliseconds