Home
last modified time | relevance | path

Searched refs:BeforeGetAudio (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_coding/neteq/tools/
Dneteq_stats_getter.cc37 void NetEqStatsGetter::BeforeGetAudio(NetEq* neteq) { in BeforeGetAudio() function in webrtc::test::NetEqStatsGetter
39 delay_analyzer_->BeforeGetAudio(neteq); in BeforeGetAudio()
Dneteq_delay_analyzer.h32 void BeforeGetAudio(NetEq* neteq) override;
Dneteq_stats_getter.h63 void BeforeGetAudio(NetEq* neteq) override;
Dneteq_test.h54 virtual void BeforeGetAudio(NetEq* neteq) = 0;
Dneteq_delay_analyzer.cc96 void NetEqDelayAnalyzer::BeforeGetAudio(NetEq* neteq) { in BeforeGetAudio() function in webrtc::test::NetEqDelayAnalyzer
Dneteq_test.cc171 callbacks_.get_audio_callback->BeforeGetAudio(neteq_.get()); in RunToNextGetAudio()