Home
last modified time | relevance | path

Searched refs:GetDelayStats (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimators_test.cc282 receiver.GetDelayStats(), counter.GetBitrateStats()); in TEST_P()
301 counter.GetBitrateStats(), 0, receiver.GetDelayStats(), in TEST_P()
322 counter.GetBitrateStats(), 0, receiver.GetDelayStats(), in TEST_P()
337 0, receiver.GetDelayStats(), counter2.GetBitrateStats()); in TEST_P()
353 0, receiver.GetDelayStats(), counter2.GetBitrateStats()); in TEST_P()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dpacket_receiver.h46 Stats<double> GetDelayStats() const;
Dpacket_receiver.cc142 Stats<double> PacketReceiver::GetDelayStats() const { in GetDelayStats() function in webrtc::testing::bwe::PacketReceiver
Dbwe_test_framework.h343 Stats<double> GetDelayStats() const;
371 Stats<double> GetDelayStats() const;
Dbwe_test_framework.cc530 Stats<double> ChokeFilter::GetDelayStats() const { in GetDelayStats() function in webrtc::testing::bwe::ChokeFilter
648 Stats<double> TraceBasedDeliveryFilter::GetDelayStats() const { in GetDelayStats() function in webrtc::testing::bwe::TraceBasedDeliveryFilter
Dbwe_test.cc368 flow_delay_ms[flow_id] = receiver->GetDelayStats(); in RunFairnessTest()