Searched defs:max_frame_rate (Results 1 – 7 of 7) sorted by relevance
28 absl::optional<double> max_frame_rate) in VideoSourceRestrictions()63 const absl::optional<double>& VideoSourceRestrictions::max_frame_rate() const { in max_frame_rate() function in webrtc::VideoSourceRestrictions78 absl::optional<double> max_frame_rate) { in set_max_frame_rate()
96 bool CanDecreaseFrameRateTo(int max_frame_rate, in CanDecreaseFrameRateTo()104 bool CanIncreaseFrameRateTo(int max_frame_rate, in CanIncreaseFrameRateTo()490 int max_frame_rate; in DecreaseFramerate() local549 int max_frame_rate; in IncreaseFramerate() local
33 VideoSourceRestrictions RestrictionsFromMaxFrameRate(double max_frame_rate) { in RestrictionsFromMaxFrameRate()
65 FrameRate max_frame_rate; member
88 SimpleFraction max_frame_rate; member
247 SimpleFraction max_frame_rate{kDefaultMaxFrameRate, 1}; in ParseVideoStream() local
46 float max_frame_rate = 0; member