Home
last modified time | relevance | path

Searched defs:max_frame_rate (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/call/adaptation/
Dvideo_source_restrictions.cc28 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::VideoSourceRestrictions
78 absl::optional<double> max_frame_rate) { in set_max_frame_rate()
Dvideo_stream_adapter.cc96 bool CanDecreaseFrameRateTo(int max_frame_rate, in CanDecreaseFrameRateTo()
104 bool CanIncreaseFrameRateTo(int max_frame_rate, in CanIncreaseFrameRateTo()
490 int max_frame_rate; in DecreaseFramerate() local
549 int max_frame_rate; in IncreaseFramerate() local
Dvideo_source_restrictions_unittest.cc33 VideoSourceRestrictions RestrictionsFromMaxFrameRate(double max_frame_rate) { in RestrictionsFromMaxFrameRate()
/external/openscreen/cast/streaming/
Dcapture_configs.h65 FrameRate max_frame_rate; member
Doffer_messages.h88 SimpleFraction max_frame_rate; member
Doffer_messages.cc247 SimpleFraction max_frame_rate{kDefaultMaxFrameRate, 1}; in ParseVideoStream() local
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.h46 float max_frame_rate = 0; member