Searched refs:GetDelayStats (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | remote_bitrate_estimators_test.cc | 282 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/ |
D | packet_receiver.h | 46 Stats<double> GetDelayStats() const;
|
D | packet_receiver.cc | 142 Stats<double> PacketReceiver::GetDelayStats() const { in GetDelayStats() function in webrtc::testing::bwe::PacketReceiver
|
D | bwe_test_framework.h | 343 Stats<double> GetDelayStats() const; 371 Stats<double> GetDelayStats() const;
|
D | bwe_test_framework.cc | 530 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
|
D | bwe_test.cc | 368 flow_delay_ms[flow_id] = receiver->GetDelayStats(); in RunFairnessTest()
|