Searched refs:IsProbing (Results 1 – 4 of 4) sorted by relevance
20 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()
304 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()
32 bool IsProbing() const;
51 bool BitrateProber::IsProbing() const { in IsProbing() function in webrtc::BitrateProber