Searched refs:restrictions_after (Results 1 – 13 of 13) sorted by relevance
/external/webrtc/call/adaptation/ |
D | video_source_restrictions.cc | 109 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 …]
|
D | video_source_restrictions.h | 76 VideoSourceRestrictions restrictions_after); 78 VideoSourceRestrictions restrictions_after); 80 VideoSourceRestrictions restrictions_after); 82 VideoSourceRestrictions restrictions_after);
|
D | adaptation_listener.h | 35 const VideoSourceRestrictions& restrictions_after,
|
D | adaptation_constraint.h | 37 const VideoSourceRestrictions& restrictions_after,
|
D | video_stream_adapter_unittest.cc | 164 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/ |
D | quality_scaler_resource.cc | 167 const VideoSourceRestrictions& restrictions_after, in OnAdaptationApplied() argument 187 DidDecreaseFrameRate(restrictions_before, restrictions_after)) { in OnAdaptationApplied() 192 restrictions_after.max_frame_rate().value(); in OnAdaptationApplied()
|
D | video_stream_encoder_resource_manager.h | 188 const VideoSourceRestrictions& restrictions_after, 220 const VideoSourceRestrictions& restrictions_after,
|
D | video_stream_encoder_resource_manager.cc | 169 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()
|
D | quality_scaler_resource.h | 67 const VideoSourceRestrictions& restrictions_after,
|
/external/webrtc/call/adaptation/test/ |
D | fake_adaptation_listener.cc | 27 const VideoSourceRestrictions& restrictions_after, in OnAdaptationApplied() argument
|
D | fake_adaptation_listener.h | 29 const VideoSourceRestrictions& restrictions_after,
|
D | fake_adaptation_constraint.cc | 34 const VideoSourceRestrictions& restrictions_after, in IsAdaptationUpAllowed() argument
|
D | fake_adaptation_constraint.h | 32 const VideoSourceRestrictions& restrictions_after,
|