Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc85 plot_information_[i].prefix = prefixes[i]; in SetPlotInformation()
87 plot_information_[kThroughput].plot_interval_ms = 100; in SetPlotInformation()
88 plot_information_[kSendingEstimate].plot_interval_ms = 100; in SetPlotInformation()
89 plot_information_[kDelay].plot_interval_ms = 100; in SetPlotInformation()
90 plot_information_[kLoss].plot_interval_ms = 500; in SetPlotInformation()
91 plot_information_[kObjective].plot_interval_ms = 1000; in SetPlotInformation()
92 plot_information_[kTotalAvailable].plot_interval_ms = 1000; in SetPlotInformation()
93 plot_information_[kAvailablePerFlow].plot_interval_ms = 1000; in SetPlotInformation()
96 plot_information_[i].last_plot_ms = 0; in SetPlotInformation()
101 plot_information_[i].plot = false; in SetPlotInformation()
[all …]
Dmetric_recorder.h122 plot_information_[kTotalAvailable].plot = plot; in set_plot_available_capacity()
168 PlotInformation plot_information_[kNumMetrics]; variable