Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_tools/rtc_event_log_visualizer/
H A Dplot_python.cc31 PythonPlotCollection::PythonPlotCollection(bool shared_xaxis) in PythonPlotCollection() function in webrtc::PythonPlotCollection
34 PythonPlotCollection::~PythonPlotCollection() {} in ~PythonPlotCollection()
36 void PythonPlotCollection::Draw() { in Draw()
40 Plot* PythonPlotCollection::AppendNewPlot() { in AppendNewPlot()
H A Dplot_python.h26 PythonPlotCollection final : public PlotCollection {
28 explicit PythonPlotCollection(bool shared_xaxis = false);
29 ~PythonPlotCollection() override;