Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dprobe_bitrate_estimator.cc57 ProbeBitrateEstimator::ProbeBitrateEstimator(RtcEventLog* event_log) in ProbeBitrateEstimator() function in webrtc::ProbeBitrateEstimator
60 ProbeBitrateEstimator::~ProbeBitrateEstimator() = default;
62 absl::optional<DataRate> ProbeBitrateEstimator::HandleProbeAndEstimateBitrate( in HandleProbeAndEstimateBitrate()
186 ProbeBitrateEstimator::FetchAndResetLastEstimatedBitrate() { in FetchAndResetLastEstimatedBitrate()
192 void ProbeBitrateEstimator::EraseOldClusters(Timestamp timestamp) { in EraseOldClusters()
H A Dprobe_bitrate_estimator.h24 class ProbeBitrateEstimator {
26 explicit ProbeBitrateEstimator(RtcEventLog* event_log);
27 ~ProbeBitrateEstimator();
H A Ddelay_based_bwe_unittest_helper.h180 const std::unique_ptr<ProbeBitrateEstimator> probe_bitrate_estimator_;
H A Dgoog_cc_network_control.h104 std::unique_ptr<ProbeBitrateEstimator> probe_bitrate_estimator_;
H A Dprobe_bitrate_estimator_unittest.cc52 ProbeBitrateEstimator probe_bitrate_estimator_;
H A Dgoog_cc_network_control.cc111 probe_bitrate_estimator_(new ProbeBitrateEstimator(config.event_log)), in GoogCcNetworkController()
171 probe_bitrate_estimator_.reset(new ProbeBitrateEstimator(event_log_)); in OnNetworkRouteChange()
H A Ddelay_based_bwe_unittest_helper.cc155 probe_bitrate_estimator_(new ProbeBitrateEstimator(nullptr)), in DelayBasedBweTest()