Searched defs:Estimate (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ | ||
D | bwe_test_baselinefile.cc | 67 virtual void Estimate(int64_t time_ms, uint32_t estimate_bps) { in Estimate() function in webrtc::testing::bwe::BaseLineFileVerify |
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/ | ||
D | remote_ntp_time_estimator.cc | 68 int64_t RemoteNtpTimeEstimator::Estimate(uint32_t rtp_timestamp) { in Estimate() function in webrtc::RemoteNtpTimeEstimator |
D | remote_ntp_time_estimator_unittest.cc | 86 TEST_F(RemoteNtpTimeEstimatorTest, Estimate) { in TEST_F() argument |