Home
last modified time | relevance | path

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

/external/webrtc/call/adaptation/
Dvideo_stream_adapter.cc125 source_restrictions.set_max_pixels_per_frame(absl::nullopt); in FilterRestrictionsByDegradationPreference()
129 source_restrictions.set_max_pixels_per_frame(absl::nullopt); in FilterRestrictionsByDegradationPreference()
478 new_restrictions.restrictions.set_max_pixels_per_frame( in DecreaseResolution()
533 new_restrictions.restrictions.set_max_pixels_per_frame( in IncreaseResolution()
Dvideo_source_restrictions.h58 void set_max_pixels_per_frame(absl::optional<size_t> max_pixels_per_frame);
Dvideo_source_restrictions.cc67 void VideoSourceRestrictions::set_max_pixels_per_frame( in set_max_pixels_per_frame() function in webrtc::VideoSourceRestrictions
/external/webrtc/video/
Dvideo_source_sink_controller_unittest.cc84 restrictions.set_max_pixels_per_frame(42u); in TEST()