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

  /external/chromium_org/third_party/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/chromium_org/third_party/webrtc/system_wrappers/interface/
rtp_to_ntp.h 42 int64_t* timestamp_in_ms);
  /external/chromium_org/media/filters/
video_renderer_impl_unittest.cc 199 int timestamp_in_ms = 0; local
200 if (base::StringToInt(tokens[i], &timestamp_in_ms)) {
207 base::TimeDelta::FromMilliseconds(timestamp_in_ms));
chunk_demuxer_unittest.cc 102 MATCHER_P(HasTimestamp, timestamp_in_ms, "") {
104 arg->timestamp().InMilliseconds() == timestamp_in_ms;
421 int timestamp_in_ms; local
422 CHECK(base::StringToInt(timestamp_str, &timestamp_in_ms));
425 cb.SetClusterTimecode(timestamp_in_ms);
429 cb.AddBlockGroup(track_number, timestamp_in_ms, kTextBlockDuration,
432 cb.AddSimpleBlock(track_number, timestamp_in_ms, block_flags,
883 void ExpectRead(DemuxerStream::Type type, int64 timestamp_in_ms) {
885 HasTimestamp(timestamp_in_ms)));
    [all...]
  /external/chromium_org/third_party/webrtc/video/
call_perf_tests.cc 123 int64_t timestamp_in_ms = -1; local
128 RtpToNtpMs(timestamp, ntp_rtp_pairs_, &timestamp_in_ms);
129 return timestamp_in_ms;

Completed in 95 milliseconds