Searched refs:bitrate_estimator_ (Results 1 – 9 of 9) sorted by relevance
/external/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimator_abs_send_time_unittest.cc | 24 bitrate_estimator_.reset(new RemoteBitrateEstimatorAbsSendTime( in SetUp() 107 bitrate_estimator_->Process(); in TEST_F() 110 bitrate_estimator_->Process(); in TEST_F() 130 bitrate_estimator_->Process(); in TEST_F() 150 bitrate_estimator_->Process(); in TEST_F() 181 bitrate_estimator_->Process(); in TEST_F() 201 bitrate_estimator_->Process(); in TEST_F() 220 bitrate_estimator_->Process(); in TEST_F() 238 bitrate_estimator_->Process(); in TEST_F() 258 bitrate_estimator_->Process(); in TEST_F() [all …]
|
D | remote_bitrate_estimator_unittest_helper.cc | 241 bitrate_estimator_->IncomingPacket(arrival_time + arrival_time_offset_ms_, in IncomingPacket() 276 if (bitrate_estimator_->TimeUntilNextProcess() <= 0) in GenerateAndProcessFrame() 277 bitrate_estimator_->Process(); in GenerateAndProcessFrame() 323 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper() 326 bitrate_estimator_->Process(); in InitialBehaviorTestHelper() 327 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper() 334 bitrate_estimator_->Process(); in InitialBehaviorTestHelper() 335 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper() 348 bitrate_estimator_->Process(); in InitialBehaviorTestHelper() 349 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_bps)); in InitialBehaviorTestHelper() [all …]
|
D | remote_bitrate_estimator_single_stream_unittest.cc | 23 bitrate_estimator_.reset(new RemoteBitrateEstimatorSingleStream( in SetUp()
|
D | remote_bitrate_estimator_unittest_helper.h | 213 std::unique_ptr<RemoteBitrateEstimator> bitrate_estimator_; variable
|
/external/webrtc/modules/congestion_controller/goog_cc/ |
D | acknowledged_bitrate_estimator.cc | 35 : in_alr_(false), bitrate_estimator_(std::move(bitrate_estimator)) {} in AcknowledgedBitrateEstimator() 44 bitrate_estimator_->ExpectFastRateChange(); in IncomingPacketFeedbackVector() 49 bitrate_estimator_->Update(packet.receive_time, acknowledged_estimate, in IncomingPacketFeedbackVector() 55 return bitrate_estimator_->bitrate(); in bitrate() 59 return bitrate_estimator_->PeekRate(); in PeekRate()
|
D | delay_based_bwe_unittest_helper.cc | 154 bitrate_estimator_( in DelayBasedBweTest() 168 bitrate_estimator_( in DelayBasedBweTest() 211 bitrate_estimator_->IncomingPacketFeedbackVector( in IncomingFeedback() 255 bitrate_estimator_->IncomingPacketFeedbackVector( in GenerateAndProcessFrame() 310 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate)); in InitialBehaviorTestHelper() 313 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate)); in InitialBehaviorTestHelper() 325 EXPECT_FALSE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate)); in InitialBehaviorTestHelper() 335 EXPECT_TRUE(bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate)); in InitialBehaviorTestHelper() 520 bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_before); in TestWrappingHelper() 531 bitrate_estimator_->LatestEstimate(&ssrcs, &bitrate_after); in TestWrappingHelper()
|
D | delay_based_bwe_unittest.cc | 122 auto default_interval = bitrate_estimator_->GetExpectedBwePeriod(); in TEST_F() 125 auto interval = bitrate_estimator_->GetExpectedBwePeriod(); in TEST_F() 187 bitrate_estimator_->SetStartBitrate(kStartBitrate); in TEST_F() 235 bitrate_estimator_->SetStartBitrate(kStartBitrate); in TEST_F()
|
D | acknowledged_bitrate_estimator.h | 47 std::unique_ptr<BitrateEstimator> bitrate_estimator_; variable
|
D | delay_based_bwe_unittest_helper.h | 175 std::unique_ptr<DelayBasedBwe> bitrate_estimator_; variable
|