webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Variables
bitrate_allocator.cc File Reference
#include "webrtc/call/bitrate_allocator.h"
#include <algorithm>
#include <utility>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
#include "webrtc/system_wrappers/include/clock.h"
#include "webrtc/system_wrappers/include/metrics.h"

Namespaces

 webrtc
 

Variables

const int webrtc::kTransmissionMaxBitrateMultiplier = 2
 
const int webrtc::kDefaultBitrateBps = 300000
 
const double webrtc::kToggleFactor = 0.1
 
const uint32_t webrtc::kMinToggleBitrateBps = 20000
 
const int64_t webrtc::kBweLogIntervalMs = 5000