OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plot_information_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
metric_recorder.cc
85
plot_information_
[i].prefix = prefixes[i];
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;
96
plot_information_
[i].last_plot_ms = 0;
101
plot_information_
[i].plot = false
[
all
...]
metric_recorder.h
122
plot_information_
[kTotalAvailable].plot = plot;
168
PlotInformation
plot_information_
[kNumMetrics];
member in class:webrtc::testing::bwe::MetricRecorder
Completed in 49 milliseconds