Home
last modified time | relevance | path

Searched refs:time_offset_ms (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/test/
Drtp_file_reader.cc300 stream_start_ms = it->time_offset_ms; in Initialize()
301 it->time_offset_ms = 0; in Initialize()
365 *time_ms = next_packet_it_->time_offset_ms; in NextPcap()
375 uint32_t time_offset_ms; member
446 marker.time_offset_ms = CalcTimeDelta(ts_sec, ts_usec, stream_start_ms); in ReadPacket()
/external/webrtc/webrtc/call/
Dcall_perf_tests.cc443 int time_offset_ms = real_capture_timestamp - estimated_capture_timestamp; in TestCaptureNtpTime() local
444 time_offset_ms = time_offset_ms / 90; in TestCaptureNtpTime()
446 ss << time_offset_ms; in TestCaptureNtpTime()
450 EXPECT_TRUE(std::abs(time_offset_ms) < threshold_ms_); in TestCaptureNtpTime()