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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
remote_ntp_time_estimator_unittest.cc 35 estimator_(&local_clock_) {}
65 estimator_.UpdateRtcpTimestamp(kTestSsrc, rtp_rtcp));
83 RemoteNtpTimeEstimator estimator_; member in class:webrtc::RemoteNtpTimeEstimatorTest
102 EXPECT_EQ(kNotEnoughRtcpSr, estimator_.Estimate(rtp_timestamp));
109 EXPECT_EQ(capture_ntp_time_ms, estimator_.Estimate(rtp_timestamp));
  /external/chromium_org/media/cast/logging/
receiver_time_offset_estimator_impl_unittest.cc 28 cast_environment_->Logging()->AddRawEventSubscriber(&estimator_);
32 cast_environment_->Logging()->RemoveRawEventSubscriber(&estimator_);
44 ReceiverTimeOffsetEstimatorImpl estimator_; member in class:media::cast::ReceiverTimeOffsetEstimatorImplTest
59 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
75 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
82 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
89 EXPECT_TRUE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
108 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
124 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound));
134 EXPECT_FALSE(estimator_.GetReceiverOffsetBounds(&lower_bound, &upper_bound))
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test.cc 42 estimator_(config.estimator_factory->Create(
47 assert(estimator_.get());
57 estimator_->OnRttUpdate(50);
79 int64_t step_ms = estimator_->TimeUntilNextProcess();
82 estimator_->Process();
83 step_ms = estimator_->TimeUntilNextProcess();
85 estimator_->IncomingPacket(packet_time_ms, packet.payload_size(),
130 if (!estimator_->LatestEstimate(&ssrcs, &bps)) {
148 scoped_ptr<RemoteBitrateEstimator> estimator_; member in class:webrtc::testing::bwe::TestedEstimator

Completed in 123 milliseconds