Home
last modified time | relevance | path

Searched refs:SetOutputVolumePan (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dvolume_test.cc92 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, -0.1f, 0.5f)); in TEST_F()
93 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, 1.1f, 0.5f)); in TEST_F()
94 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, 0.5f, -0.1f)); in TEST_F()
95 EXPECT_EQ(-1, voe_volume_control_->SetOutputVolumePan(channel_, 0.5f, 1.1f)); in TEST_F()
283 EXPECT_EQ(0, voe_volume_control_->SetOutputVolumePan(channel_, 0.8f, 0.1f)); in TEST_F()
287 EXPECT_EQ(0, voe_volume_control_->SetOutputVolumePan(channel_, 1.0f, 1.0f)); in TEST_F()
291 EXPECT_EQ(0, voe_volume_control_->SetOutputVolumePan(channel_, 0.1f, 0.8f)); in TEST_F()
/external/webrtc/webrtc/voice_engine/
Dvoe_volume_control_impl.cc348 int VoEVolumeControlImpl::SetOutputVolumePan(int channel, in SetOutputVolumePan() function in webrtc::VoEVolumeControlImpl
376 return _shared->output_mixer()->SetOutputVolumePan(left, right); in SetOutputVolumePan()
386 return channelPtr->SetOutputVolumePan(left, right); in SetOutputVolumePan()
Dvoe_volume_control_impl.h46 int SetOutputVolumePan(int channel, float left, float right) override;
Doutput_mixer.h74 int SetOutputVolumePan(float left, float right);
Doutput_mixer.cc256 OutputMixer::SetOutputVolumePan(float left, float right) in SetOutputVolumePan() function in webrtc::voe::OutputMixer
Dchannel.h277 int SetOutputVolumePan(float left, float right);
Dchannel.cc2461 Channel::SetOutputVolumePan(float left, float right) in SetOutputVolumePan() function in webrtc::voe::Channel
/external/webrtc/webrtc/voice_engine/include/
Dvoe_volume_control.h102 virtual int SetOutputVolumePan(int channel, float left, float right) = 0;
/external/webrtc/webrtc/tools/agc/
Dagc_harness.cc191 volume->SetOutputVolumePan(channel_, 1, 0); in StartPlaying()
193 volume->SetOutputVolumePan(channel_, 0, 1); in StartPlaying()
/external/webrtc/webrtc/test/
Dmock_voice_engine.h331 MOCK_METHOD3(SetOutputVolumePan, int(int channel, float left, float right));
/external/webrtc/talk/media/webrtc/
Dfakewebrtcvoiceengine.h672 WEBRTC_STUB(SetOutputVolumePan, (int channel, float left, float right));