Home
last modified time | relevance | path

Searched refs:offset_ms (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/system_wrappers/include/
Drtp_to_ntp_estimator.h46 Parameters() : frequency_khz(0.0), offset_ms(0.0) {} in Parameters()
48 Parameters(double frequency_khz, double offset_ms) in Parameters()
49 : frequency_khz(frequency_khz), offset_ms(offset_ms) {} in Parameters()
52 double offset_ms; member
/external/webrtc/call/
Dfake_network_pipe.cc188 void FakeNetworkPipe::SetClockOffset(int64_t offset_ms) { in SetClockOffset() argument
190 clock_offset_ms_ = offset_ms; in SetClockOffset()
Dfake_network_pipe.h112 void SetClockOffset(int64_t offset_ms);
/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator.cc194 params_->offset_ms + 0.5f; in Estimate()
Drtp_to_ntp_estimator_unittest.cc298 EXPECT_NE(0.0, estimator.params()->offset_ms); in TEST()