Searched refs:RemoteEstimatorProxy (Results 1 – 5 of 5) sorted by relevance
23 const int RemoteEstimatorProxy::kDefaultProcessIntervalMs = 50;24 const int RemoteEstimatorProxy::kBackWindowMs = 500;26 RemoteEstimatorProxy::RemoteEstimatorProxy(Clock* clock, in RemoteEstimatorProxy() function in webrtc::RemoteEstimatorProxy35 RemoteEstimatorProxy::~RemoteEstimatorProxy() {} in ~RemoteEstimatorProxy()37 void RemoteEstimatorProxy::IncomingPacketFeedbackVector( in IncomingPacketFeedbackVector()44 void RemoteEstimatorProxy::IncomingPacket(int64_t arrival_time_ms, in IncomingPacket()58 void RemoteEstimatorProxy::RemoveStream(unsigned int ssrc) {} in RemoveStream()60 bool RemoteEstimatorProxy::LatestEstimate(std::vector<unsigned int>* ssrcs, in LatestEstimate()65 bool RemoteEstimatorProxy::GetStats( in GetStats()71 int64_t RemoteEstimatorProxy::TimeUntilNextProcess() { in TimeUntilNextProcess()[all …]
33 class RemoteEstimatorProxy : public RemoteBitrateEstimator {35 RemoteEstimatorProxy(Clock* clock, PacketRouter* packet_router);36 virtual ~RemoteEstimatorProxy();
45 RemoteEstimatorProxy::kDefaultProcessIntervalMs); in Process()51 RemoteEstimatorProxy proxy_;210 kBaseTimeMs + RemoteEstimatorProxy::kBackWindowMs; in TEST_F()
31 class RemoteEstimatorProxy; variable75 rtc::scoped_ptr<RemoteEstimatorProxy> remote_estimator_proxy_;
161 new RemoteEstimatorProxy(Clock::GetRealTimeClock(), in CongestionController()