Home
last modified time | relevance | path

Searched refs:acknowledged_bitrate_last_update_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dloss_based_bandwidth_estimation.cc115 acknowledged_bitrate_last_update_(Timestamp::MinusInfinity()), in LossBasedBandwidthEstimation()
154 acknowledged_bitrate_last_update_.IsFinite() in UpdateAcknowledgedBitrate()
155 ? at_time - acknowledged_bitrate_last_update_ in UpdateAcknowledgedBitrate()
157 acknowledged_bitrate_last_update_ = at_time; in UpdateAcknowledgedBitrate()
Dloss_based_bandwidth_estimation.h74 Timestamp acknowledged_bitrate_last_update_; variable