Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_test_factory.cc323 stats_plotter_ = std::make_unique<NetEqStatsPlotter>( in InitializeTest()
328 new SsrcSwitchDetector(stats_plotter_->stats_getter()->delay_analyzer())); in InitializeTest()
330 callbacks.get_audio_callback = stats_plotter_->stats_getter(); in InitializeTest()
331 callbacks.simulation_ended_callback = stats_plotter_.get(); in InitializeTest()
Dneteq_test_factory.h163 std::unique_ptr<NetEqStatsPlotter> stats_plotter_; variable