Searched refs:gatherers (Results 1 – 2 of 2) sorted by relevance
1059 std::vector<std::unique_ptr<MediaChannelStatsGatherer>> gatherers; in ExtractMediaInfo() local1081 gatherers.push_back(std::move(gatherer)); in ExtractMediaInfo()1087 for (auto it = gatherers.begin(); it != gatherers.end(); in ExtractMediaInfo()1093 it = gatherers.erase(it); in ExtractMediaInfo()1103 for (const auto& gatherer : gatherers) { in ExtractMediaInfo()