HomeSort by relevance Sort by last modified time
    Searched defs:SetCaptureDevice (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.h 225 bool SetCaptureDevice(const Device* device) {
226 return video2_.SetCaptureDevice(device);
fakemediaengine.h 858 bool SetCaptureDevice(const Device* device) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.h 121 bool SetCaptureDevice(const std::string& cam_device) {
122 return channel_manager_->SetCaptureDevice(cam_device);
channelmanager.cc 265 if (!SetCaptureDevice(camera_device_) && !camera_device_.empty()) {
266 LOG(LS_WARNING) << "Failed to SetCaptureDevice with camera: "
631 bool ChannelManager::SetCaptureDevice(const std::string& cam_name) {
  /external/chromium_org/media/audio/win/
audio_low_latency_input_win.cc 87 HRESULT hr = SetCaptureDevice();
455 HRESULT WASAPIAudioInputStream::SetCaptureDevice() {
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 202 return video_.SetCaptureDevice(cam_device);
322 bool SetCaptureDevice(const Device* cam_device) { return true; }
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession.cc 829 bool WebRtcSession::SetCaptureDevice(uint32 ssrc,
    [all...]

Completed in 300 milliseconds