Searched refs:restrictions_ (Results 1 – 5 of 5) sorted by relevance
74 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()
62 VideoSourceRestrictions restrictions_ RTC_GUARDED_BY(&mutex_);
41 restrictions_(), in VideoSourceRestrictionsListenerForTesting()52 return restrictions_; in restrictions()71 restrictions_ = restrictions; in OnVideoSourceRestrictionsUpdated()79 VideoSourceRestrictions restrictions_ RTC_GUARDED_BY(&sequence_checker_);
118 const VideoSourceRestrictions restrictions_; variable
170 restrictions_(std::move(restrictions)), in Adaptation()197 return restrictions_; in restrictions()