Home
last modified time | relevance | path

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

/external/chromium_org/third_party/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/chromium_org/third_party/webrtc/voice_engine/
Dvoe_volume_control_impl.h48 virtual int SetOutputVolumePan(int channel, float left, float right);
Dvoe_volume_control_impl.cc440 int VoEVolumeControlImpl::SetOutputVolumePan(int channel, in SetOutputVolumePan() function in webrtc::VoEVolumeControlImpl
475 return _shared->output_mixer()->SetOutputVolumePan(left, right); in SetOutputVolumePan()
486 return channelPtr->SetOutputVolumePan(left, right); in SetOutputVolumePan()
Doutput_mixer.h75 int SetOutputVolumePan(float left, float right);
Doutput_mixer.cc280 OutputMixer::SetOutputVolumePan(float left, float right) in SetOutputVolumePan() function in webrtc::voe::OutputMixer
Dchannel.h269 int SetOutputVolumePan(float left, float right);
Dchannel.cc2549 Channel::SetOutputVolumePan(float left, float right) in SetOutputVolumePan() function in webrtc::voe::Channel
/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
Dmock_voe_volume_control.h41 MOCK_METHOD3(SetOutputVolumePan, int(int channel, float left, float right));
/external/chromium_org/third_party/webrtc/voice_engine/include/
Dvoe_volume_control.h103 virtual int SetOutputVolumePan(int channel, float left, float right) = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvoiceengine.h1075 WEBRTC_FUNC(SetOutputVolumePan, (int channel, float left, float right)) {
Dwebrtcvoiceengine.cc2950 if (-1 == engine()->voe()->volume()->SetOutputVolumePan( in SetSendCodecs()
2952 LOG_RTCERR3(SetOutputVolumePan, *it, left, right); in SetSendCodecs()
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
DWinTestDlg.cc3197 TEST(_veVolumeControlPtr->SetOutputVolumePan(channel, left, right) == 0, in OnNMReleasedcaptureSliderPanLeft()
3218 TEST(_veVolumeControlPtr->SetOutputVolumePan(channel, left, right) == 0, in OnNMReleasedcaptureSliderPanRight()