OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BandwidthSmoother
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/base/
bandwidthsmoother.h
19
// The purpose of
BandwidthSmoother
is to smooth out bandwidth
31
class
BandwidthSmoother
{
33
BandwidthSmoother
(int initial_bandwidth_guess,
bandwidthsmoother.cc
11
#include "webrtc/base/
bandwidthsmoother
.h"
17
BandwidthSmoother
::
BandwidthSmoother
(int initial_bandwidth_guess,
34
bool
BandwidthSmoother
::Sample(uint32 sample_time, int bandwidth) {
bandwidthsmoother_unittest.cc
13
#include "webrtc/base/
bandwidthsmoother
.h"
24
BandwidthSmoother
mon(1000, // initial_bandwidth_guess
45
BandwidthSmoother
mon(0, // initial_bandwidth_guess
59
BandwidthSmoother
mon(1000, // initial_bandwidth_guess
74
BandwidthSmoother
mon(1000, // initial_bandwidth_guess
93
BandwidthSmoother
mon(kHugeBandwidth,
105
BandwidthSmoother
mon(1000, // initial_bandwidth_guess
Completed in 260 milliseconds