Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc469 const RestrictionsWithCounters& current_restrictions) { in DecreaseResolution() argument
473 current_restrictions.restrictions)) { in DecreaseResolution()
476 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseResolution()
489 const RestrictionsWithCounters& current_restrictions) const { in DecreaseFramerate()
502 current_restrictions.restrictions)) { in DecreaseFramerate()
505 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseFramerate()
518 const RestrictionsWithCounters& current_restrictions) { in IncreaseResolution() argument
520 if (current_restrictions.counters.resolution_adaptations == 1) { in IncreaseResolution()
526 current_restrictions.restrictions)) { in IncreaseResolution()
530 RestrictionsWithCounters new_restrictions = current_restrictions; in IncreaseResolution()
[all …]
Dvideo_stream_adapter.h205 const RestrictionsWithCounters& current_restrictions);
208 const RestrictionsWithCounters& current_restrictions);
213 const RestrictionsWithCounters& current_restrictions) const
217 const RestrictionsWithCounters& current_restrictions) const
Dresource_adaptation_processor_unittest.cc598 VideoSourceRestrictions current_restrictions = in TEST_F() local
606 EXPECT_EQ(current_restrictions, restrictions_listener_.restrictions()); in TEST_F()