HomeSort by relevance Sort by last modified time
    Searched defs:BweReceiver (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe.h 131 class BweReceiver {
133 explicit BweReceiver(int flow_id);
134 BweReceiver(int flow_id, int64_t window_size_ms);
136 virtual ~BweReceiver() {}
191 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type,
bwe.cc 31 BweReceiver::BweReceiver(int flow_id)
38 BweReceiver::BweReceiver(int flow_id, int64_t window_size_ms)
45 void BweReceiver::ReceivePacket(int64_t arrival_time_ms,
105 BweReceiver* CreateBweReceiver(BandwidthEstimatorType type,
118 return new BweReceiver(flow_id);
125 void BweReceiver::UpdateLoss() {
131 void BweReceiver::RelieveSetAndUpdateLoss() {
147 float BweReceiver::GlobalReceiverPacketLossRatio()
    [all...]

Completed in 304 milliseconds