webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Variables
transport_feedback_adapter.cc File Reference
#include "webrtc/modules/congestion_controller/transport_feedback_adapter.h"
#include <algorithm>
#include <limits>
#include "webrtc/base/checks.h"
#include "webrtc/base/logging.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
#include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
#include "webrtc/modules/congestion_controller/delay_based_bwe.h"
#include "webrtc/modules/rtp_rtcp/source/rtcp_packet/transport_feedback.h"
#include "webrtc/modules/utility/include/process_thread.h"
#include "webrtc/system_wrappers/include/field_trial.h"

Classes

class  webrtc::PacketInfoComparator
 

Namespaces

 webrtc
 

Variables

const int64_t webrtc::kNoTimestamp = -1
 
const int64_t webrtc::kSendTimeHistoryWindowMs = 60000
 
const int64_t webrtc::kBaseTimestampScaleFactor
 
const int64_t webrtc::kBaseTimestampRangeSizeUs = kBaseTimestampScaleFactor * (1 << 24)