Home
last modified time | relevance | path

Searched refs:source_restrictions (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_stream_adapter_unittest.cc113 auto restrictions = adapter_->source_restrictions(); in ApplyAdaptation()
201 EXPECT_EQ(VideoSourceRestrictions(), adapter_.source_restrictions()); in TEST_F()
215 adapter_.source_restrictions().max_pixels_per_frame()); in TEST_F()
217 adapter_.source_restrictions().target_pixels_per_frame()); in TEST_F()
218 EXPECT_EQ(absl::nullopt, adapter_.source_restrictions().max_frame_rate()); in TEST_F()
252 adapter_.source_restrictions().max_pixels_per_frame()); in TEST_F()
254 adapter_.source_restrictions().target_pixels_per_frame()); in TEST_F()
255 EXPECT_EQ(absl::nullopt, adapter_.source_restrictions().max_frame_rate()); in TEST_F()
270 EXPECT_EQ(VideoSourceRestrictions(), adapter_.source_restrictions()); in TEST_F()
284 adapter_.source_restrictions().max_pixels_per_frame()); in TEST_F()
[all …]
Dvideo_stream_adapter.cc116 VideoSourceRestrictions source_restrictions, in FilterRestrictionsByDegradationPreference() argument
122 source_restrictions.set_max_frame_rate(absl::nullopt); in FilterRestrictionsByDegradationPreference()
125 source_restrictions.set_max_pixels_per_frame(absl::nullopt); in FilterRestrictionsByDegradationPreference()
126 source_restrictions.set_target_pixels_per_frame(absl::nullopt); in FilterRestrictionsByDegradationPreference()
129 source_restrictions.set_max_pixels_per_frame(absl::nullopt); in FilterRestrictionsByDegradationPreference()
130 source_restrictions.set_target_pixels_per_frame(absl::nullopt); in FilterRestrictionsByDegradationPreference()
131 source_restrictions.set_max_frame_rate(absl::nullopt); in FilterRestrictionsByDegradationPreference()
133 return source_restrictions; in FilterRestrictionsByDegradationPreference()
224 VideoSourceRestrictions VideoStreamAdapter::source_restrictions() const { in source_restrictions() function in webrtc::VideoStreamAdapter
669 source_restrictions(), degradation_preference_); in BroadcastVideoRestrictionsUpdate()
[all …]
Dvideo_stream_adapter.h56 VideoSourceRestrictions source_restrictions,
134 VideoSourceRestrictions source_restrictions() const;