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.cc23 NetEqStatsPlotter::NetEqStatsPlotter(bool make_matlab_plot, in NetEqStatsPlotter() function in webrtc::test::NetEqStatsPlotter
38 void NetEqStatsPlotter::SimulationEnded(int64_t simulation_time_ms) { in SimulationEnded()
Dneteq_stats_plotter.h25 class NetEqStatsPlotter : public NetEqSimulationEndedCallback {
27 NetEqStatsPlotter(bool make_matlab_plot,
Dneteq_test_factory.h27 class NetEqStatsPlotter; variable
163 std::unique_ptr<NetEqStatsPlotter> stats_plotter_;
Dneteq_test_factory.cc323 stats_plotter_ = std::make_unique<NetEqStatsPlotter>( in InitializeTest()