Home
last modified time | relevance | path

Searched refs:is_probing (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/pacing/
Dbitrate_prober_unittest.cc23 EXPECT_FALSE(prober.is_probing()); in TEST()
37 EXPECT_FALSE(prober.is_probing()); in TEST()
40 EXPECT_TRUE(prober.is_probing()); in TEST()
77 EXPECT_FALSE(prober.is_probing()); in TEST()
89 EXPECT_FALSE(prober.is_probing()); in TEST()
92 EXPECT_TRUE(prober.is_probing()); in TEST()
109 EXPECT_TRUE(prober.is_probing()); in TEST()
142 EXPECT_TRUE(prober.is_probing()); in TEST()
164 EXPECT_FALSE(prober.is_probing()); in TEST()
167 EXPECT_FALSE(prober.is_probing()); in TEST()
[all …]
Dpacing_controller.cc197 return prober_.is_probing(); in IsProbing()
345 if (prober_.is_probing()) { in NextSendTime()
491 bool is_probing = prober_.is_probing(); in ProcessPackets() local
492 if (is_probing) { in ProcessPackets()
502 is_probing = false; in ProcessPackets()
585 if (is_probing && data_sent > recommended_probe_size) { in ProcessPackets()
603 if (is_probing) { in ProcessPackets()
Dbitrate_prober.h57 bool is_probing() const { return probing_state_ == ProbingState::kActive; } in is_probing() function