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.cc439 const RestrictionsWithCounters& current_restrictions) const { in GetAdaptationDownStep()
457 DecreaseFramerate(input_state, current_restrictions); in GetAdaptationDownStep()
466 return DecreaseResolution(input_state, current_restrictions); in GetAdaptationDownStep()
469 return DecreaseFramerate(input_state, current_restrictions); in GetAdaptationDownStep()
479 const RestrictionsWithCounters& current_restrictions) { in DecreaseResolution() argument
487 current_restrictions.restrictions)) { in DecreaseResolution()
490 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseResolution()
503 const RestrictionsWithCounters& current_restrictions) const { in DecreaseFramerate()
517 current_restrictions.restrictions)) { in DecreaseFramerate()
520 RestrictionsWithCounters new_restrictions = current_restrictions; in DecreaseFramerate()
[all …]
Dvideo_stream_adapter.h186 const RestrictionsWithCounters& current_restrictions) const
203 const RestrictionsWithCounters& current_restrictions);
206 const RestrictionsWithCounters& current_restrictions);
211 const RestrictionsWithCounters& current_restrictions) const
215 const RestrictionsWithCounters& current_restrictions) const
Dresource_adaptation_processor_unittest.cc588 VideoSourceRestrictions current_restrictions = in TEST_F() local
596 EXPECT_EQ(current_restrictions, restrictions_listener_.restrictions()); in TEST_F()