Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc122 source_restrictions.set_max_frame_rate(absl::nullopt); in FilterRestrictionsByDegradationPreference()
131 source_restrictions.set_max_frame_rate(absl::nullopt); in FilterRestrictionsByDegradationPreference()
508 new_restrictions.restrictions.set_max_frame_rate( in DecreaseFramerate()
577 new_restrictions.restrictions.set_max_frame_rate( in IncreaseFramerate()
Dvideo_source_restrictions.h61 void set_max_frame_rate(absl::optional<double> max_frame_rate);
Dvideo_source_restrictions.cc77 void VideoSourceRestrictions::set_max_frame_rate( in set_max_frame_rate() function in webrtc::VideoSourceRestrictions
/external/webrtc/video/
Dvideo_source_sink_controller_unittest.cc88 restrictions.set_max_frame_rate(30.0); in TEST()