Home
last modified time | relevance | path

Searched refs:restrictions_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/video/
Dvideo_source_sink_controller.cc74 return restrictions_; in restrictions()
102 restrictions_ = std::move(restrictions); in SetRestrictions()
135 rtc::dchecked_cast<int>(restrictions_.max_pixels_per_frame().value_or( in CurrentSettingsToSinkWants()
138 restrictions_.target_pixels_per_frame().has_value() in CurrentSettingsToSinkWants()
140 restrictions_.target_pixels_per_frame().value())) in CurrentSettingsToSinkWants()
143 restrictions_.max_frame_rate().has_value() in CurrentSettingsToSinkWants()
144 ? static_cast<int>(restrictions_.max_frame_rate().value()) in CurrentSettingsToSinkWants()
Dvideo_source_sink_controller.h62 VideoSourceRestrictions restrictions_ RTC_GUARDED_BY(&mutex_);
/external/webrtc/call/adaptation/
Dresource_adaptation_processor_unittest.cc41 restrictions_(), in VideoSourceRestrictionsListenerForTesting()
52 return restrictions_; in restrictions()
71 restrictions_ = restrictions; in OnVideoSourceRestrictionsUpdated()
79 VideoSourceRestrictions restrictions_ RTC_GUARDED_BY(&sequence_checker_);
Dvideo_stream_adapter.h118 const VideoSourceRestrictions restrictions_; variable
Dvideo_stream_adapter.cc170 restrictions_(std::move(restrictions)), in Adaptation()
197 return restrictions_; in restrictions()