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

  /external/webrtc/webrtc/system_wrappers/source/
rtp_to_ntp_unittest.cc 49 int64_t timestamp_in_ms = -1; local
52 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
66 int64_t timestamp_in_ms = -1; local
67 EXPECT_TRUE(RtpToNtpMs(rtcp.back().rtp_timestamp, rtcp, &timestamp_in_ms));
70 EXPECT_EQ(0, timestamp_in_ms);
86 int64_t timestamp_in_ms = -1; local
87 EXPECT_TRUE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
90 EXPECT_EQ(2, timestamp_in_ms);
106 int64_t timestamp_in_ms = -1; local
107 EXPECT_FALSE(RtpToNtpMs(timestamp, rtcp, &timestamp_in_ms));
123 int64_t timestamp_in_ms = -1; local
143 int64_t timestamp_in_ms = -1; local
    [all...]
  /external/webrtc/webrtc/system_wrappers/include/
rtp_to_ntp.h 42 int64_t* timestamp_in_ms);
  /external/webrtc/webrtc/call/
call_perf_tests.cc 86 int64_t timestamp_in_ms = -1; local
91 RtpToNtpMs(timestamp, ntp_rtp_pairs_, &timestamp_in_ms);
92 return timestamp_in_ms;

Completed in 86 milliseconds