• Home
  • Raw
  • Download

Lines Matching full:restrictions

156       // Only the resource being removed was adapted so clear restrictions.  in RemoveLimitationsImposedByResource()
166 // resource. Don't change the current restrictions. in RemoveLimitationsImposedByResource()
170 // Apply the new most limited resource as the next restrictions. in RemoveLimitationsImposedByResource()
172 most_limited.counters, most_limited.restrictions); in RemoveLimitationsImposedByResource()
177 << "Most limited resource removed. Restoring restrictions to " in RemoveLimitationsImposedByResource()
178 "next most limited restrictions: " in RemoveLimitationsImposedByResource()
179 << most_limited.restrictions.ToString() << " with counters " in RemoveLimitationsImposedByResource()
245 // If the most restricted resource is less limited than current restrictions in OnResourceUnderuse()
264 UpdateResourceLimitations(reason_resource, adaptation.restrictions(), in OnResourceUnderuse()
290 VideoStreamAdapter::RestrictionsWithCounters restrictions; in OnResourceOveruse() local
291 std::tie(std::ignore, restrictions) = FindMostLimitedResources(); in OnResourceOveruse()
292 UpdateResourceLimitations(reason_resource, restrictions.restrictions, in OnResourceOveruse()
293 restrictions.counters); in OnResourceOveruse()
303 UpdateResourceLimitations(reason_resource, adaptation.restrictions(), in OnResourceOveruse()
340 const VideoSourceRestrictions& restrictions, in UpdateResourceLimitations() argument
343 if (adaptation_limits.restrictions == restrictions && in UpdateResourceLimitations()
347 adaptation_limits = {restrictions, counters}; in UpdateResourceLimitations()
360 VideoSourceRestrictions restrictions, in OnVideoSourceRestrictionsUpdated() argument