Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_source_restrictions_unittest.cc39 TEST(VideoSourceRestrictionsTest, DidIncreaseResolution) { in TEST() argument
41 EXPECT_TRUE(DidIncreaseResolution(RestrictionsFromMaxPixelsPerFrame(10), in TEST()
44 EXPECT_FALSE(DidIncreaseResolution(VideoSourceRestrictions(), in TEST()
47 EXPECT_TRUE(DidIncreaseResolution(RestrictionsFromMaxPixelsPerFrame(10), in TEST()
50 EXPECT_FALSE(DidIncreaseResolution(RestrictionsFromMaxPixelsPerFrame(10), in TEST()
53 EXPECT_FALSE(DidIncreaseResolution(VideoSourceRestrictions(), in TEST()
56 EXPECT_FALSE(DidIncreaseResolution(RestrictionsFromMaxPixelsPerFrame(10), in TEST()
Dvideo_source_restrictions.cc97 bool increased_resolution = DidIncreaseResolution(before, after); in DidRestrictionsDecrease()
108 bool DidIncreaseResolution(VideoSourceRestrictions restrictions_before, in DidIncreaseResolution() function
Dvideo_source_restrictions.h75 bool DidIncreaseResolution(VideoSourceRestrictions restrictions_before,
Dvideo_stream_adapter.cc639 if (DidIncreaseResolution(current_restrictions_.restrictions, in ApplyAdaptation()
/external/webrtc/video/adaptation/
Dvideo_stream_encoder_resource_manager.cc180 DidIncreaseResolution(restrictions_before, restrictions_after)) { in IsAdaptationUpAllowed()
252 DidIncreaseResolution(restrictions_before, restrictions_after) && in IsAdaptationUpAllowed()