Searched defs:SetCaptureDevice (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.h121 bool SetCaptureDevice(const std::string& cam_device) { function in class:cricket::MediaSessionClient
122 return channel_manager_->SetCaptureDevice(cam_device);
H A Dchannelmanager.cc272 if (!SetCaptureDevice(camera_device_) && !camera_device_.empty()) {
273 LOG(LS_WARNING) << "Failed to SetCaptureDevice with camera: "
661 bool ChannelManager::SetCaptureDevice(const std::string& cam_name) { function in class:cricket::ChannelManager
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc114 HRESULT hr = SetCaptureDevice();
506 HRESULT WASAPIAudioInputStream::SetCaptureDevice() { function in class:media::WASAPIAudioInputStream
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.cc1010 bool WebRtcSession::SetCaptureDevice(uint32 ssrc, function in class:webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h924 bool SetCaptureDevice(const Device* device) { function in class:cricket::FakeVideoEngine

Completed in 1388 milliseconds