Home
last modified time | relevance | path

Searched refs:statisticians (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
Dreceive_statistics_unittest.cc73 StatisticianMap statisticians = receive_statistics_->GetActiveStatisticians(); in TEST_F() local
74 EXPECT_EQ(2u, statisticians.size()); in TEST_F()
82 statisticians[kSsrc1]->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
85 statisticians[kSsrc2]->GetDataCounters(&bytes_received, &packets_received); in TEST_F()
105 StatisticianMap statisticians = receive_statistics_->GetActiveStatisticians(); in TEST_F() local
108 EXPECT_EQ(2u, statisticians.size()); in TEST_F()
112 statisticians = receive_statistics_->GetActiveStatisticians(); in TEST_F()
113 EXPECT_EQ(1u, statisticians.size()); in TEST_F()
117 statisticians = receive_statistics_->GetActiveStatisticians(); in TEST_F()
118 EXPECT_EQ(0u, statisticians.size()); in TEST_F()
[all …]
Drtcp_sender.cc1760 StatisticianMap statisticians = in PrepareRTCP() local
1762 if (!statisticians.empty()) { in PrepareRTCP()
1765 for (it = statisticians.begin(), i = 0; it != statisticians.end(); in PrepareRTCP()
1772 if (_IJ && !statisticians.empty()) { in PrepareRTCP()