Home
last modified time | relevance | path

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

/external/webrtc/modules/congestion_controller/goog_cc/
Dcongestion_window_pushback_controller.cc44 pacing_bytes_ = pacing_bytes; in UpdatePacingQueue()
57 total_bytes += pacing_bytes_; in UpdateTargetBitrate()
Dcongestion_window_pushback_controller.h42 int64_t pacing_bytes_ = 0; variable