OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsProbing
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/modules/pacing/
bitrate_prober_unittest.cc
20
EXPECT_FALSE(prober.
IsProbing
());
25
EXPECT_FALSE(prober.
IsProbing
());
28
EXPECT_TRUE(prober.
IsProbing
());
49
EXPECT_FALSE(prober.
IsProbing
());
bitrate_prober.h
32
bool
IsProbing
() const;
bitrate_prober.cc
51
bool BitrateProber::
IsProbing
() const {
paced_sender.cc
304
if (probing_enabled_ && !prober_->
IsProbing
())
346
if (prober_->
IsProbing
()) {
384
if (media_budget_->bytes_remaining() == 0 && !prober_->
IsProbing
())
395
if (prober_->
IsProbing
())
409
if (prober_->
IsProbing
()) {
Completed in 373 milliseconds