Home
last modified time | relevance | path

Searched refs:plot_interval_ms (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()
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()
119 plot_information_[i].plot_interval_ms) { in PlotAllDynamics()
Dmetric_recorder.h51 plot_interval_ms(0) {} in PlotInformation()
62 int64_t plot_interval_ms; member