Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc96 plot_information_[i].last_plot_ms = 0; in SetPlotInformation()
118 now_ms_ - plot_information_[i].last_plot_ms >= in PlotAllDynamics()
139 plot_information_[metric].last_plot_ms = now_ms_; in PlotDynamics()
360 plot_information_[i].last_plot_ms = now_ms_; in PlotZero()
Dmetric_recorder.h48 last_plot_ms(0), in PlotInformation()
59 int64_t last_plot_ms; member