Home
last modified time | relevance | path

Searched refs:GetNetworkStatistics (Results 1 – 24 of 24) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dvoe_neteq_stats_impl.cc48 int VoENetEqStatsImpl::GetNetworkStatistics(int channel, in GetNetworkStatistics() function in webrtc::VoENetEqStatsImpl
62 return channelPtr->GetNetworkStatistics(stats); in GetNetworkStatistics()
Dchannel_proxy.cc102 NetworkStatistics ChannelProxy::GetNetworkStatistics() const { in GetNetworkStatistics() function in webrtc::voe::ChannelProxy
105 int error = channel()->GetNetworkStatistics(stats); in GetNetworkStatistics()
Dvoe_neteq_stats_impl.h23 int GetNetworkStatistics(int channel, NetworkStatistics& stats) override;
Dchannel_proxy.h60 virtual NetworkStatistics GetNetworkStatistics() const;
Dchannel.h283 int GetNetworkStatistics(NetworkStatistics& stats);
Dchannel.cc3563 Channel::GetNetworkStatistics(NetworkStatistics& stats) in GetNetworkStatistics() function in webrtc::voe::Channel
3565 return audio_coding_->GetNetworkStatistics(&stats); in GetNetworkStatistics()
/external/webrtc/webrtc/voice_engine/include/
Dvoe_neteq_stats.h35 virtual int GetNetworkStatistics(int channel, NetworkStatistics& stats) = 0;
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dneteq_stats_test.cc21 EXPECT_EQ(0, voe_neteq_stats_->GetNetworkStatistics( in TEST_F()
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h37 MOCK_CONST_METHOD0(GetNetworkStatistics, NetworkStatistics());
Dmock_voice_engine.h244 MOCK_METHOD2(GetNetworkStatistics,
/external/webrtc/webrtc/modules/audio_coding/acm2/
Dacm_receiver.h175 void GetNetworkStatistics(NetworkStatistics* statistics);
Daudio_coding_module_impl.h165 int GetNetworkStatistics(NetworkStatistics* statistics) override;
Daudio_coding_module_impl.cc700 int AudioCodingModuleImpl::GetNetworkStatistics(NetworkStatistics* statistics) { in GetNetworkStatistics() function in webrtc::acm2::AudioCodingModuleImpl
701 receiver_.GetNetworkStatistics(statistics); in GetNetworkStatistics()
Dacm_receiver.cc446 void AcmReceiver::GetNetworkStatistics(NetworkStatistics* acm_stat) { in GetNetworkStatistics() function in webrtc::acm2::AcmReceiver
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dstatistics_calculator.h84 void GetNetworkStatistics(int fs_hz,
Dstatistics_calculator.cc206 void StatisticsCalculator::GetNetworkStatistics( in GetNetworkStatistics() function in webrtc::StatisticsCalculator
Dneteq_impl.cc332 stats_.GetNetworkStatistics(fs_hz_, total_samples_in_buffers, in NetworkStatistics()
/external/webrtc/webrtc/modules/audio_coding/include/
Daudio_coding_module.h709 virtual int32_t GetNetworkStatistics(
/external/webrtc/webrtc/modules/audio_coding/test/
Dtarget_delay_unittest.cc188 acm_->GetNetworkStatistics(&stats); in GetCurrentOptimalDelayMs()
Ddelay_test.cc195 acm_b_->GetNetworkStatistics(&statistics); in Run()
Dinsert_packet_with_timing.cc215 receive_acm_->GetNetworkStatistics(&statistics); in Delay()
DAPITest.cc735 CHECK_ERROR_MT(myACM->GetNetworkStatistics(&networkStat)); in TestDelay()
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc218 auto ns = channel_proxy_->GetNetworkStatistics(); in GetStats()
Daudio_receive_stream_unittest.cc141 EXPECT_CALL(*channel_proxy_, GetNetworkStatistics()) in SetupMockForGetStats()