Searched refs:source_restrictions (Results 1 – 3 of 3) sorted by relevance
113 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 …]
116 VideoSourceRestrictions source_restrictions, in FilterRestrictionsByDegradationPreference() argument122 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::VideoStreamAdapter669 source_restrictions(), degradation_preference_); in BroadcastVideoRestrictionsUpdate()[all …]
56 VideoSourceRestrictions source_restrictions,134 VideoSourceRestrictions source_restrictions() const;