Home
last modified time | relevance | path

Searched refs:GetSpeechOutputLevelFullRange (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dchannel_proxy.cc117 int32_t ChannelProxy::GetSpeechOutputLevelFullRange() const { in GetSpeechOutputLevelFullRange() function in webrtc::voe::ChannelProxy
120 int error = channel()->GetSpeechOutputLevelFullRange(level); in GetSpeechOutputLevelFullRange()
Dvoe_volume_control_impl.cc283 int VoEVolumeControlImpl::GetSpeechOutputLevelFullRange(int channel, in GetSpeechOutputLevelFullRange() function in webrtc::VoEVolumeControlImpl
290 return _shared->output_mixer()->GetSpeechOutputLevelFullRange( in GetSpeechOutputLevelFullRange()
301 channelPtr->GetSpeechOutputLevelFullRange((uint32_t&)level); in GetSpeechOutputLevelFullRange()
Dvoe_volume_control_impl.h40 int GetSpeechOutputLevelFullRange(int channel, unsigned int& level) override;
Dchannel_proxy.h62 virtual int32_t GetSpeechOutputLevelFullRange() const;
Doutput_mixer.h72 int GetSpeechOutputLevelFullRange(uint32_t& level);
Doutput_mixer.cc246 OutputMixer::GetSpeechOutputLevelFullRange(uint32_t& level) in GetSpeechOutputLevelFullRange() function in webrtc::voe::OutputMixer
Dchannel.h274 int GetSpeechOutputLevelFullRange(uint32_t& level) const;
Dchannel.cc2436 Channel::GetSpeechOutputLevelFullRange(uint32_t& level) const in GetSpeechOutputLevelFullRange() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h90 virtual int GetSpeechOutputLevelFullRange(int channel,
/external/webrtc/webrtc/test/
Dmock_voe_channel_proxy.h39 MOCK_CONST_METHOD0(GetSpeechOutputLevelFullRange, int32_t());
Dmock_voice_engine.h327 MOCK_METHOD2(GetSpeechOutputLevelFullRange,
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc262 EXPECT_EQ(0, voe_volume_control_->GetSpeechOutputLevelFullRange( in TEST_F()
/external/webrtc/webrtc/audio/
Daudio_receive_stream.cc215 stats.audio_level = channel_proxy_->GetSpeechOutputLevelFullRange(); in GetStats()
Daudio_receive_stream_unittest.cc139 EXPECT_CALL(*channel_proxy_, GetSpeechOutputLevelFullRange()) in SetupMockForGetStats()
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h661 WEBRTC_STUB(GetSpeechOutputLevelFullRange, (int, unsigned int&));