webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include "webrtc/modules/remote_bitrate_estimator/test/packet_sender.h"
#include <algorithm>
#include <list>
#include <sstream>
#include "webrtc/base/checks.h"
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/modules/remote_bitrate_estimator/test/bwe.h"
#include "webrtc/modules/remote_bitrate_estimator/test/metric_recorder.h"
Namespaces | |
webrtc | |
webrtc::testing | |
webrtc::testing::bwe | |
Functions | |
std::list< FeedbackPacket * > | webrtc::testing::bwe::GetFeedbackPackets (Packets *in_out, int64_t end_time_ms, int flow_id) |
Variables | |
const int | webrtc::testing::bwe::kNoLimit = std::numeric_limits<int>::max() |
const int | webrtc::testing::bwe::kPacketSizeBytes = 1200 |