Searched refs:BandwidthSmoother (Results 1 – 3 of 3) sorted by relevance
18 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess, in BandwidthSmoother() function in rtc::BandwidthSmoother32 BandwidthSmoother::~BandwidthSmoother() = default;36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) { in Sample()
24 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()
31 class BandwidthSmoother {33 BandwidthSmoother(int initial_bandwidth_guess,38 ~BandwidthSmoother();