HomeSort by relevance Sort by last modified time
    Searched defs:BandwidthSmoother (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/base/
bandwidthsmoother.cc 11 #include "webrtc/base/bandwidthsmoother.h"
18 BandwidthSmoother::BandwidthSmoother(int initial_bandwidth_guess,
32 BandwidthSmoother::~BandwidthSmoother() = default;
36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) {
bandwidthsmoother.h 19 // The purpose of BandwidthSmoother is to smooth out bandwidth
31 class BandwidthSmoother {
33 BandwidthSmoother(int initial_bandwidth_guess,
38 ~BandwidthSmoother();

Completed in 60 milliseconds