Searched refs:stats_plotter_ (Results 1 – 2 of 2) sorted by relevance
323 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()
163 std::unique_ptr<NetEqStatsPlotter> stats_plotter_; variable