Lines Matching refs:current_restrictions
469 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()
548 const RestrictionsWithCounters& current_restrictions) const { in IncreaseFramerate()
560 current_restrictions.restrictions)) { in IncreaseFramerate()
567 if (current_restrictions.counters.fps_adaptations == 1) { in IncreaseFramerate()
572 current_restrictions.restrictions)) { in IncreaseFramerate()
576 RestrictionsWithCounters new_restrictions = current_restrictions; in IncreaseFramerate()