Searched defs:RemoteEstimatorProxy (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_estimator_proxy.h33 class RemoteEstimatorProxy : public RemoteBitrateEstimator { class in namespace:webrtc
35 RemoteEstimatorProxy(Clock* clock, PacketRouter* packet_router);
36 virtual ~RemoteEstimatorProxy();
H A Dremote_estimator_proxy.cc23 const int RemoteEstimatorProxy::kDefaultProcessIntervalMs = 50;
24 const int RemoteEstimatorProxy::kBackWindowMs = 500;
26 RemoteEstimatorProxy::RemoteEstimatorProxy(Clock* clock, function in class:webrtc::RemoteEstimatorProxy
35 RemoteEstimatorProxy::~RemoteEstimatorProxy() {}
37 void RemoteEstimatorProxy::IncomingPacketFeedbackVector(
44 void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms,
49 LOG(LS_WARNING) << "RemoteEstimatorProxy: Incoming packet "
58 void RemoteEstimatorProxy
[all...]

Completed in 122 milliseconds