Home
last modified time | relevance | path

Searched defs:PeekRate (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Drobust_throughput_estimator.h37 absl::optional<DataRate> PeekRate() const override { return bitrate(); } in PeekRate() function
Dacknowledged_bitrate_estimator.cc58 absl::optional<DataRate> AcknowledgedBitrateEstimator::PeekRate() const { in PeekRate() function in webrtc::AcknowledgedBitrateEstimator
Dbitrate_estimator.cc154 absl::optional<DataRate> BitrateEstimator::PeekRate() const { in PeekRate() function in webrtc::BitrateEstimator