Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/call/adaptation/
H A Dvideo_source_restrictions.cc29 absl::optional<double> max_frame_rate) in VideoSourceRestrictions()
64 const absl::optional<double>& VideoSourceRestrictions::max_frame_rate() const { in max_frame_rate() function in webrtc::VideoSourceRestrictions
79 absl::optional<double> max_frame_rate) { in set_max_frame_rate()
H A Dvideo_stream_adapter.cc83 bool CanDecreaseFrameRateTo(int max_frame_rate, in CanDecreaseFrameRateTo()
91 bool CanIncreaseFrameRateTo(int max_frame_rate, in CanIncreaseFrameRateTo()
504 int max_frame_rate; in DecreaseFramerate() local
564 int max_frame_rate; in IncreaseFramerate() local
H A Dvideo_source_restrictions_unittest.cc33 VideoSourceRestrictions RestrictionsFromMaxFrameRate(double max_frame_rate) { in RestrictionsFromMaxFrameRate()
/aosp_15_r20/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_metadata.cpp323 int32_t max_frame_rate = fps; in VsockCameraMetadata() local
356 int32_t max_frame_rate = fps; in VsockCameraRequestMetadata() local
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/
H A Dh264_encoder_impl.h47 float max_frame_rate = 0; member
/aosp_15_r20/external/openscreen/cast/streaming/
H A Doffer_messages.h95 SimpleFraction max_frame_rate; member