Searched refs:most_limited_resources (Results 1 – 1 of 1) sorted by relevance
260 std::vector<rtc::scoped_refptr<Resource>> most_limited_resources; in OnResourceUnderuse() local262 std::tie(most_limited_resources, most_limited_restrictions) = in OnResourceUnderuse()267 if (!most_limited_resources.empty() && in OnResourceUnderuse()272 if (absl::c_find(most_limited_resources, reason_resource) == in OnResourceUnderuse()273 most_limited_resources.end()) { in OnResourceUnderuse()282 if (most_limited_resources.size() > 1) { in OnResourceUnderuse()339 std::vector<rtc::scoped_refptr<Resource>> most_limited_resources; in FindMostLimitedResources() local350 most_limited_resources.clear(); in FindMostLimitedResources()351 most_limited_resources.push_back(resource_and_adaptation_limit_.first); in FindMostLimitedResources()354 most_limited_resources.push_back(resource_and_adaptation_limit_.first); in FindMostLimitedResources()[all …]