Home
last modified time | relevance | path

Searched refs:NetEqStatsPlotter (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_stats_plotter.cc21 NetEqStatsPlotter::NetEqStatsPlotter(bool make_matlab_plot, in NetEqStatsPlotter() function in webrtc::test::NetEqStatsPlotter
36 void NetEqStatsPlotter::SimulationEnded(int64_t simulation_time_ms, in SimulationEnded()
Dneteq_stats_plotter.h24 class NetEqStatsPlotter : public NetEqSimulationEndedCallback {
26 NetEqStatsPlotter(bool make_matlab_plot,
Dneteq_test_factory.h26 class NetEqStatsPlotter; variable
162 std::unique_ptr<NetEqStatsPlotter> stats_plotter_;
Dneteq_test_factory.cc323 stats_plotter_ = std::make_unique<NetEqStatsPlotter>( in InitializeTest()