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

  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp_unittest.cc 52 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
67 EXPECT_TRUE(RtpToNtpMs(rtcp.back().rtp_timestamp, rtcp, &timestamp_in_ms));
87 EXPECT_TRUE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
107 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
124 EXPECT_TRUE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
144 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
rtp_to_ntp.cc 95 bool RtpToNtpMs(int64_t rtp_timestamp,
  /external/webrtc/webrtc/system_wrappers/include/
rtp_to_ntp.h 41 bool RtpToNtpMs(int64_t rtp_timestamp, const RtcpList& rtcp,
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator.cc 59 if (!RtpToNtpMs(rtp_timestamp, rtcp_list_, &sender_capture_ntp_ms)) {
  /external/webrtc/webrtc/video/
stream_synchronization.cc 68 if (!RtpToNtpMs(audio_measurement.latest_timestamp,
74 if (!RtpToNtpMs(video_measurement.latest_timestamp,
  /external/webrtc/webrtc/call/
call_perf_tests.cc 91 RtpToNtpMs(timestamp, ntp_rtp_pairs_, &timestamp_in_ms);

Completed in 1099 milliseconds