Searched refs:GetOutputVolumePan (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/webrtc/voice_engine/include/mock/
H A Dmock_voe_volume_control.h42 MOCK_METHOD3(GetOutputVolumePan, int(int channel, float& left, float& right));
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_volume_control_impl.h50 virtual int GetOutputVolumePan(int channel, float& left, float& right);
H A Doutput_mixer.h77 int GetOutputVolumePan(float& left, float& right);
H A Dvoe_volume_control_impl.cc489 int VoEVolumeControlImpl::GetOutputVolumePan(int channel, function in class:webrtc::VoEVolumeControlImpl
494 "GetOutputVolumePan(channel=%d, left=?, right=?)", channel);
507 "GetOutputVolumePan() stereo playout not supported");
513 return _shared->output_mixer()->GetOutputVolumePan(left, right);
520 "GetOutputVolumePan() failed to locate channel");
523 return channelPtr->GetOutputVolumePan(left, right);
H A Doutput_mixer.cc290 OutputMixer::GetOutputVolumePan(float& left, float& right) function in class:webrtc::voe::OutputMixer
295 "GetOutputVolumePan() => left=%2.1f, right=%2.1f",
H A Dchannel.h270 int GetOutputVolumePan(float& left, float& right) const;
H A Dchannel.cc2560 Channel::GetOutputVolumePan(float& left, float& right) const function in class:webrtc::voe::Channel
2567 "GetOutputVolumePan() => left=%3.2f, right=%3.2f", left, right);
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_volume_control.h106 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0;
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dvolume_test.cc276 EXPECT_EQ(0, voe_volume_control_->GetOutputVolumePan(channel_, left, right));
298 EXPECT_EQ(0, voe_volume_control_->GetOutputVolumePan(channel_, left, right));
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h1081 WEBRTC_FUNC(GetOutputVolumePan, (int channel, float& left, float& right)) {
H A Dwebrtcvoiceengine.cc2984 if (-1 == engine()->voe()->volume()->GetOutputVolumePan(
2986 LOG_RTCERR3(GetOutputVolumePan, channel, left_pan, right_pan);
2987 // If GetOutputVolumePan fails, we use the default left and right pan.
/external/chromium_org/third_party/webrtc/voice_engine/test/win_test/
H A DWinTestDlg.cc1356 _veVolumeControlPtr->GetOutputVolumePan(-1, lVol, rVol);
3193 _veVolumeControlPtr->GetOutputVolumePan(channel, left, right);
3214 _veVolumeControlPtr->GetOutputVolumePan(channel, left, right);

Completed in 2249 milliseconds