Home
last modified time | relevance | path

Searched refs:GetDecodingCallStatistics (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver_unittest.cc376 receiver_->GetDecodingCallStatistics(&stats); in TEST_F()
425 receiver_->GetDecodingCallStatistics(&stats); in TEST_F()
442 receiver_->GetDecodingCallStatistics(&stats); in TEST_F()
H A Dacm_receiver.h204 void GetDecodingCallStatistics(AudioDecodingCallStats* stats) const;
H A Dacm_receiver.cc344 void AcmReceiver::GetDecodingCallStatistics( in GetDecodingCallStatistics() function in webrtc::acm2::AcmReceiver
/aosp_15_r20/external/webrtc/audio/
H A Dchannel_receive.cc135 AudioDecodingCallStats GetDecodingCallStatistics() const override;
961 AudioDecodingCallStats ChannelReceive::GetDecodingCallStatistics() const { in GetDecodingCallStatistics() function in webrtc::voe::__anon339e62ad0111::ChannelReceive
964 acm_receiver_.GetDecodingCallStatistics(&stats); in GetDecodingCallStatistics()
H A Dchannel_receive.h116 virtual AudioDecodingCallStats GetDecodingCallStatistics() const = 0;
H A Dmock_voe_channel_proxy.h45 GetDecodingCallStatistics,
H A Daudio_receive_stream_unittest.cc180 EXPECT_CALL(*channel_receive_, GetDecodingCallStatistics()) in SetupMockForGetStats()
H A Daudio_receive_stream.cc361 auto ds = channel_receive_->GetDecodingCallStatistics(); in GetStats()