Searched refs:statisticians (Results 1 – 2 of 2) sorted by relevance
73 StatisticianMap statisticians = receive_statistics_->GetActiveStatisticians(); in TEST_F() local74 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() local108 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 …]
1760 StatisticianMap statisticians = in PrepareRTCP() local1762 if (!statisticians.empty()) { in PrepareRTCP()1765 for (it = statisticians.begin(), i = 0; it != statisticians.end(); in PrepareRTCP()1772 if (_IJ && !statisticians.empty()) { in PrepareRTCP()