Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc18 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, in BandwidthSmoother() function in rtc::BandwidthSmoother
32 BandwidthSmoother::~BandwidthSmoother() = default;
36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) { in Sample()
Dbandwidthsmoother_unittest.cc24 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
45 BandwidthSmoother mon(0, // initial_bandwidth_guess in TEST()
59 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
74 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
93 BandwidthSmoother mon(kHugeBandwidth, in TEST()
105 BandwidthSmoother mon(1000, // initial_bandwidth_guess in TEST()
Dbandwidthsmoother.h31 class BandwidthSmoother {
33 BandwidthSmoother(int initial_bandwidth_guess,
38 ~BandwidthSmoother();