Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc476 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseResolution() local
478 new_restrictions.restrictions.set_max_pixels_per_frame( in DecreaseResolution()
482 new_restrictions.restrictions.set_target_pixels_per_frame(absl::nullopt); in DecreaseResolution()
483 ++new_restrictions.counters.resolution_adaptations; in DecreaseResolution()
484 return new_restrictions; in DecreaseResolution()
505 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseFramerate() local
508 new_restrictions.restrictions.set_max_frame_rate( in DecreaseFramerate()
512 ++new_restrictions.counters.fps_adaptations; in DecreaseFramerate()
513 return new_restrictions; in DecreaseFramerate()
530 RestrictionsWithCounters new_restrictions = current_restrictions; in IncreaseResolution() local
[all …]