Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Dplot_python.cc23 PythonPlot::PythonPlot() {} in PythonPlot() function in webrtc::PythonPlot
25 PythonPlot::~PythonPlot() {} in ~PythonPlot()
27 void PythonPlot::Draw() { in Draw()
41 Plot* plot = new PythonPlot(); in AppendNewPlot()
Dplot_python.h18 class PythonPlot final : public Plot {
20 PythonPlot();
21 ~PythonPlot() override;