Home
last modified time | relevance | path

Searched refs:RestrictionsWithCounters (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.h170 struct RestrictionsWithCounters { struct
184 absl::variant<RestrictionsWithCounters, Adaptation::Status>; argument
205 const RestrictionsWithCounters& current_restrictions);
208 const RestrictionsWithCounters& current_restrictions);
213 const RestrictionsWithCounters& current_restrictions) const
217 const RestrictionsWithCounters& current_restrictions) const
266 RestrictionsWithCounters current_restrictions_
Dvideo_stream_adapter.cc321 Adaptation operator()(const RestrictionsWithCounters& r) const { in operator ()()
354 if (absl::holds_alternative<RestrictionsWithCounters>(step)) { in GetAdaptationUp()
355 RestrictionsWithCounters restrictions = in GetAdaptationUp()
356 absl::get<RestrictionsWithCounters>(step); in GetAdaptationUp()
400 if (absl::holds_alternative<RestrictionsWithCounters>( in GetAdaptationUpStep()
449 if (absl::holds_alternative<RestrictionsWithCounters>( in GetAdaptationDownStep()
469 const RestrictionsWithCounters& current_restrictions) { in DecreaseResolution()
476 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseResolution()
489 const RestrictionsWithCounters& current_restrictions) const { in DecreaseFramerate()
505 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseFramerate()
[all …]
Dresource_adaptation_processor.cc170 VideoStreamAdapter::RestrictionsWithCounters adaptation_limits = in RemoveLimitationsImposedByResource()
179 VideoStreamAdapter::RestrictionsWithCounters most_limited = in RemoveLimitationsImposedByResource()
261 VideoStreamAdapter::RestrictionsWithCounters most_limited_restrictions; in OnResourceUnderuse()
337 VideoStreamAdapter::RestrictionsWithCounters>
340 VideoStreamAdapter::RestrictionsWithCounters most_limited_restrictions{ in FindMostLimitedResources()
Dresource_adaptation_processor.h141 VideoStreamAdapter::RestrictionsWithCounters>
159 VideoStreamAdapter::RestrictionsWithCounters>