Searched refs:current_restrictions (Results 1 – 3 of 3) sorted by relevance
469 const RestrictionsWithCounters& current_restrictions) { in DecreaseResolution() argument473 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() argument520 if (current_restrictions.counters.resolution_adaptations == 1) { in IncreaseResolution()526 current_restrictions.restrictions)) { in IncreaseResolution()530 RestrictionsWithCounters new_restrictions = current_restrictions; in IncreaseResolution()[all …]
205 const RestrictionsWithCounters& current_restrictions);208 const RestrictionsWithCounters& current_restrictions);213 const RestrictionsWithCounters& current_restrictions) const217 const RestrictionsWithCounters& current_restrictions) const
598 VideoSourceRestrictions current_restrictions = in TEST_F() local606 EXPECT_EQ(current_restrictions, restrictions_listener_.restrictions()); in TEST_F()