Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_base.cc52 yaxis_max_ = max_value + top_margin * (max_value - min_value); in SetYAxis()
219 printf("plt.ylim(%f, %f)\n", yaxis_min_, yaxis_max_); in PrintPythonCode()
274 chart->set_yaxis_max(yaxis_max_); in ExportProtobuf()
Dplot_base.h179 float yaxis_max_; in RTC_POP_IGNORING_WUNDEF() local