Home
last modified time | relevance | path

Searched refs:error_title (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_logging.h109 error_title, flow_id) argument
111 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) argument
220 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, flow_id) \ argument
224 figure, name, value, ylow, yhigh, error_title, ymax, limit_title, \
274 const std::string& error_title,
282 const std::string& error_title,
Dbwe_test_logging.cc148 const std::string& error_title, in PlotErrorBar() argument
156 flow_id, value, ylow, yhigh, error_title.c_str()); in PlotErrorBar()
165 const std::string& error_title, in PlotLimitErrorBar() argument
175 name.c_str(), flow_id, value, ylow, yhigh, error_title.c_str(), ymax, in PlotLimitErrorBar()
Dplot_bars.sh233 error_title=$(echo "$bars" | grep "ERRORBAR.$figure" | cut -f 7 | \
237 echo "plot '-' using 1:3:4:5 title '$error_title' with yerr"