Home
last modified time | relevance | path

Searched refs:DidDecreaseFrameRate (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_source_restrictions_unittest.cc60 TEST(VideoSourceRestrictionsTest, DidDecreaseFrameRate) { in TEST() argument
62 EXPECT_FALSE(DidDecreaseFrameRate(RestrictionsFromMaxFrameRate(10), in TEST()
65 EXPECT_TRUE(DidDecreaseFrameRate(VideoSourceRestrictions(), in TEST()
68 EXPECT_FALSE(DidDecreaseFrameRate(RestrictionsFromMaxFrameRate(10), in TEST()
71 EXPECT_FALSE(DidDecreaseFrameRate(RestrictionsFromMaxFrameRate(10), in TEST()
74 EXPECT_FALSE(DidDecreaseFrameRate(VideoSourceRestrictions(), in TEST()
77 EXPECT_TRUE(DidDecreaseFrameRate(RestrictionsFromMaxFrameRate(10), in TEST()
Dvideo_source_restrictions.cc85 bool decreased_framerate = DidDecreaseFrameRate(before, after); in DidRestrictionsIncrease()
138 bool DidDecreaseFrameRate(VideoSourceRestrictions restrictions_before, in DidDecreaseFrameRate() function
Dvideo_source_restrictions.h81 bool DidDecreaseFrameRate(VideoSourceRestrictions restrictions_before,
/external/webrtc/video/adaptation/
Dquality_scaler_resource.cc187 DidDecreaseFrameRate(restrictions_before, restrictions_after)) { in OnAdaptationApplied()