Home
last modified time | relevance | path

Searched refs:restrictions_after (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_source_restrictions.cc109 VideoSourceRestrictions restrictions_after) { in DidIncreaseResolution() argument
112 if (!restrictions_after.max_pixels_per_frame().has_value()) in DidIncreaseResolution()
114 return restrictions_after.max_pixels_per_frame().value() > in DidIncreaseResolution()
119 VideoSourceRestrictions restrictions_after) { in DidDecreaseResolution() argument
120 if (!restrictions_after.max_pixels_per_frame().has_value()) in DidDecreaseResolution()
124 return restrictions_after.max_pixels_per_frame().value() < in DidDecreaseResolution()
129 VideoSourceRestrictions restrictions_after) { in DidIncreaseFrameRate() argument
132 if (!restrictions_after.max_frame_rate().has_value()) in DidIncreaseFrameRate()
134 return restrictions_after.max_frame_rate().value() > in DidIncreaseFrameRate()
139 VideoSourceRestrictions restrictions_after) { in DidDecreaseFrameRate() argument
[all …]
Dvideo_source_restrictions.h76 VideoSourceRestrictions restrictions_after);
78 VideoSourceRestrictions restrictions_after);
80 VideoSourceRestrictions restrictions_after);
82 VideoSourceRestrictions restrictions_after);
Dadaptation_listener.h35 const VideoSourceRestrictions& restrictions_after,
Dadaptation_constraint.h37 const VideoSourceRestrictions& restrictions_after,
Dvideo_stream_adapter_unittest.cc164 const VideoSourceRestrictions& restrictions_after,
175 const VideoSourceRestrictions& restrictions_after,
917 VideoSourceRestrictions restrictions_after; in TEST_F() local
920 SaveArg<2>(&restrictions_after))); in TEST_F()
924 EXPECT_EQ(adaptation.restrictions(), restrictions_after); in TEST_F()
/external/webrtc/video/adaptation/
Dquality_scaler_resource.cc167 const VideoSourceRestrictions& restrictions_after, in OnAdaptationApplied() argument
187 DidDecreaseFrameRate(restrictions_before, restrictions_after)) { in OnAdaptationApplied()
192 restrictions_after.max_frame_rate().value(); in OnAdaptationApplied()
Dvideo_stream_encoder_resource_manager.h188 const VideoSourceRestrictions& restrictions_after,
220 const VideoSourceRestrictions& restrictions_after,
Dvideo_stream_encoder_resource_manager.cc169 const VideoSourceRestrictions& restrictions_after, in IsAdaptationUpAllowed() argument
180 DidIncreaseResolution(restrictions_before, restrictions_after)) { in IsAdaptationUpAllowed()
232 const VideoSourceRestrictions& restrictions_after, in IsAdaptationUpAllowed() argument
252 DidIncreaseResolution(restrictions_before, restrictions_after) && in IsAdaptationUpAllowed()
Dquality_scaler_resource.h67 const VideoSourceRestrictions& restrictions_after,
/external/webrtc/call/adaptation/test/
Dfake_adaptation_listener.cc27 const VideoSourceRestrictions& restrictions_after, in OnAdaptationApplied() argument
Dfake_adaptation_listener.h29 const VideoSourceRestrictions& restrictions_after,
Dfake_adaptation_constraint.cc34 const VideoSourceRestrictions& restrictions_after, in IsAdaptationUpAllowed() argument
Dfake_adaptation_constraint.h32 const VideoSourceRestrictions& restrictions_after,