Home
last modified time | relevance | path

Searched refs:PeekRate (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dacknowledged_bitrate_estimator.cc58 absl::optional<DataRate> AcknowledgedBitrateEstimator::PeekRate() const { in PeekRate() function in webrtc::AcknowledgedBitrateEstimator
59 return bitrate_estimator_->PeekRate(); in PeekRate()
Drobust_throughput_estimator.h37 absl::optional<DataRate> PeekRate() const override { return bitrate(); } in PeekRate() function
Dacknowledged_bitrate_estimator.h40 absl::optional<DataRate> PeekRate() const override;
Dbitrate_estimator.h36 absl::optional<DataRate> PeekRate() const;
Dacknowledged_bitrate_estimator_interface.h73 virtual absl::optional<DataRate> PeekRate() const = 0;
Dbitrate_estimator.cc154 absl::optional<DataRate> BitrateEstimator::PeekRate() const { in PeekRate() function in webrtc::BitrateEstimator
Dgoog_cc_network_control.cc147 estimated_bitrate = acknowledged_bitrate_estimator_->PeekRate(); in OnNetworkRouteChange()