Home
last modified time | relevance | path

Searched refs:GetTotalOutputEnergy (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/audio/
Dchannel_receive.h98 virtual double GetTotalOutputEnergy() const = 0;
Dmock_voe_channel_proxy.h44 MOCK_METHOD(double, GetTotalOutputEnergy, (), (const, override));
Dchannel_receive.cc127 double GetTotalOutputEnergy() const override;
690 double ChannelReceive::GetTotalOutputEnergy() const { in GetTotalOutputEnergy() function in webrtc::voe::__anon0e5759770111::ChannelReceive
Daudio_receive_stream.cc206 stats.total_output_energy = channel_receive_->GetTotalOutputEnergy(); in GetStats()
Daudio_receive_stream_unittest.cc147 EXPECT_CALL(*channel_receive_, GetTotalOutputEnergy()) in SetupMockForGetStats()