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

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/estimators/
remb.h 74 rtc::scoped_ptr<RemoteBitrateEstimator> estimator_; member in class:webrtc::testing::bwe::RembReceiver
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 34 estimator_(&local_clock_) {}
60 estimator_.UpdateRtcpTimestamp(rtt, ntp_secs, ntp_frac,
73 RemoteNtpTimeEstimator estimator_; member in class:webrtc::RemoteNtpTimeEstimatorTest
91 EXPECT_EQ(kNotEnoughRtcpSr, estimator_.Estimate(rtp_timestamp));
98 EXPECT_EQ(capture_ntp_time_ms, estimator_.Estimate(rtp_timestamp));

Completed in 267 milliseconds