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

  /external/webrtc/webrtc/test/
rtp_file_reader.cc 300 stream_start_ms = it->time_offset_ms;
301 it->time_offset_ms = 0;
365 *time_ms = next_packet_it_->time_offset_ms;
375 uint32_t time_offset_ms; member in struct:webrtc::test::PcapReader::RtpPacketMarker
446 marker.time_offset_ms = CalcTimeDelta(ts_sec, ts_usec, stream_start_ms);
  /external/webrtc/webrtc/call/
call_perf_tests.cc 443 int time_offset_ms = real_capture_timestamp - estimated_capture_timestamp; local
444 time_offset_ms = time_offset_ms / 90;
446 ss << time_offset_ms; local
450 EXPECT_TRUE(std::abs(time_offset_ms) < threshold_ms_);

Completed in 128 milliseconds