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.cc127 acknowledged_bitrate_last_update_(Timestamp::MinusInfinity()), in LossBasedBandwidthEstimation()
166 acknowledged_bitrate_last_update_.IsFinite() in UpdateAcknowledgedBitrate()
167 ? at_time - acknowledged_bitrate_last_update_ in UpdateAcknowledgedBitrate()
169 acknowledged_bitrate_last_update_ = at_time; in UpdateAcknowledgedBitrate()
Dloss_based_bandwidth_estimation.h88 Timestamp acknowledged_bitrate_last_update_; variable