Home
last modified time | relevance | path

Searched refs:IsProbing (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/pacing/
Dbitrate_prober_unittest.cc20 EXPECT_FALSE(prober.IsProbing()); in TEST()
25 EXPECT_FALSE(prober.IsProbing()); in TEST()
28 EXPECT_TRUE(prober.IsProbing()); in TEST()
49 EXPECT_FALSE(prober.IsProbing()); in TEST()
Dpaced_sender.cc304 if (probing_enabled_ && !prober_->IsProbing()) in InsertPacket()
346 if (prober_->IsProbing()) { in TimeUntilNextProcess()
384 if (media_budget_->bytes_remaining() == 0 && !prober_->IsProbing()) in Process()
395 if (prober_->IsProbing()) in Process()
409 if (prober_->IsProbing()) { in Process()
Dbitrate_prober.h32 bool IsProbing() const;
Dbitrate_prober.cc51 bool BitrateProber::IsProbing() const { in IsProbing() function in webrtc::BitrateProber