webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Enumerations | Functions
remote_bitrate_estimator_abs_send_time.cc File Reference
#include "webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_abs_send_time.h"
#include <math.h>
#include <algorithm>
#include "webrtc/base/checks.h"
#include "webrtc/base/constructormagic.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread_annotations.h"
#include "webrtc/modules/pacing/paced_sender.h"
#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
#include "webrtc/system_wrappers/include/metrics.h"
#include "webrtc/typedefs.h"

Namespaces

 webrtc
 

Enumerations

enum  {
  webrtc::kTimestampGroupLengthMs = 5, webrtc::kAbsSendTimeFraction = 18, webrtc::kAbsSendTimeInterArrivalUpshift = 8, webrtc::kInterArrivalShift = kAbsSendTimeFraction + kAbsSendTimeInterArrivalUpshift,
  webrtc::kInitialProbingIntervalMs = 2000, webrtc::kMinClusterSize = 4, webrtc::kMaxProbePackets = 15, webrtc::kExpectedNumberOfProbes = 3
}
 

Functions

template<typename K , typename V >
std::vector< Kwebrtc::Keys (const std::map< K, V > &map)
 
uint32_t webrtc::ConvertMsTo24Bits (int64_t time_ms)