Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc262 int64_t extra_offset_ms, in PlotThroughputHistogram() argument
265 optimal_throughput_bits_ / RunDurationMs(extra_offset_ms)); in PlotThroughputHistogram()
272 double average_bitrate_kbps = AverageBitrateKbps(extra_offset_ms); in PlotThroughputHistogram()
301 int64_t extra_offset_ms) const { in PlotThroughputHistogram()
302 PlotThroughputHistogram(title, bwe_name, num_flows, extra_offset_ms, ""); in PlotThroughputHistogram()
376 double MetricRecorder::AverageBitrateKbps(int64_t extra_offset_ms) const { in AverageBitrateKbps()
377 int64_t duration_ms = RunDurationMs(extra_offset_ms); in AverageBitrateKbps()
383 int64_t MetricRecorder::RunDurationMs(int64_t extra_offset_ms) const { in RunDurationMs()
384 return now_ms_ - start_computing_metrics_ms_ - extra_offset_ms; in RunDurationMs()
Dmetric_recorder.h95 int64_t extra_offset_ms,
101 int64_t extra_offset_ms) const;
148 double AverageBitrateKbps(int64_t extra_offset_ms) const;
149 int64_t RunDurationMs(int64_t extra_offset_ms) const;