HomeSort by relevance Sort by last modified time
    Searched refs:plot_interval_ms (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc 87 plot_information_[kThroughput].plot_interval_ms = 100;
88 plot_information_[kSendingEstimate].plot_interval_ms = 100;
89 plot_information_[kDelay].plot_interval_ms = 100;
90 plot_information_[kLoss].plot_interval_ms = 500;
91 plot_information_[kObjective].plot_interval_ms = 1000;
92 plot_information_[kTotalAvailable].plot_interval_ms = 1000;
93 plot_information_[kAvailablePerFlow].plot_interval_ms = 1000;
119 plot_information_[i].plot_interval_ms) {
metric_recorder.h 51 plot_interval_ms(0) {}
62 int64_t plot_interval_ms; member in struct:webrtc::testing::bwe::PlotInformation

Completed in 83 milliseconds