OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BandwidthSmoother
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/base/
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.h
19
// The purpose of
BandwidthSmoother
is to smooth out bandwidth
31
class
BandwidthSmoother
{
33
BandwidthSmoother
(int initial_bandwidth_guess,
Completed in 57 milliseconds