Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc87 plot_information_[kThroughput].plot_interval_ms = 100; in SetPlotInformation()
95 for (int i = kThroughput; i < kNumMetrics; ++i) { in SetPlotInformation()
116 for (int i = kThroughput; i < kNumMetrics; ++i) { in PlotAllDynamics()
159 plot_information_[kThroughput].Update(now_ms_, bitrate_kbps); in UpdateThroughput()
230 (arrival_time_ms - plot_information_[kThroughput].time_ms)) / in PushThroughputBytes()
238 (arrival_time_ms - plot_information_[kThroughput].time_ms)) / in PushThroughputBytes()
355 for (int i = kThroughput; i <= kLoss; ++i) { in PlotZero()
Dmetric_recorder.h152 kThroughput = 0, enumerator