Home
last modified time | relevance | path

Searched refs:NetEqStatsGetter (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_stats_getter.cc24 std::string NetEqStatsGetter::ConcealmentEvent::ToString() const { in ToString()
33 NetEqStatsGetter::NetEqStatsGetter( in NetEqStatsGetter() function in webrtc::test::NetEqStatsGetter
37 void NetEqStatsGetter::BeforeGetAudio(NetEq* neteq) { in BeforeGetAudio()
43 void NetEqStatsGetter::AfterGetAudio(int64_t time_now_ms, in AfterGetAudio()
89 double NetEqStatsGetter::AverageSpeechExpandRate() const { in AverageSpeechExpandRate()
98 NetEqStatsGetter::Stats NetEqStatsGetter::AverageStats() const { in AverageStats()
Dneteq_stats_plotter.h33 NetEqStatsGetter* stats_getter() { return stats_getter_.get(); } in stats_getter()
36 std::unique_ptr<NetEqStatsGetter> stats_getter_;
Dneteq_stats_getter.h24 class NetEqStatsGetter : public NetEqGetAudioCallback {
57 explicit NetEqStatsGetter(std::unique_ptr<NetEqDelayAnalyzer> delay_analyzer);
Dneteq_stats_plotter.cc33 stats_getter_.reset(new NetEqStatsGetter(std::move(delay_analyzer))); in NetEqStatsPlotter()
Dneteq_test_factory.h25 class NetEqStatsGetter; variable
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyze_audio.h47 std::map<uint32_t, std::unique_ptr<test::NetEqStatsGetter>>;
56 const test::NetEqStatsGetter* stats_getter,
Danalyze_audio.cc295 std::unique_ptr<test::NetEqStatsGetter> CreateNetEqTestAndRun( in CreateNetEqTestAndRun()
325 std::unique_ptr<test::NetEqStatsGetter> neteq_stats_getter( in CreateNetEqTestAndRun()
326 new test::NetEqStatsGetter(std::move(delay_cb))); in CreateNetEqTestAndRun()
383 const test::NetEqStatsGetter* stats_getter, in CreateAudioJitterBufferGraph()
443 const test::NetEqStatsGetter*)> data_extractor, in CreateNetEqStatsGraphInternal()
482 [](const test::NetEqStatsGetter* stats_getter) { in CreateNetEqNetworkStatsGraph()
497 [](const test::NetEqStatsGetter* stats_getter) { in CreateNetEqLifetimeStatsGraph()