Searched refs:SetVideoOptions (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcmediaengine.h93 virtual bool SetVideoOptions(int options) OVERRIDE {
94 return delegate_->SetVideoOptions(options);
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediaengine.h113 virtual bool SetVideoOptions(int options) = 0;
190 virtual bool SetVideoOptions(int o) { function in class:cricket::CompositeMediaEngine
H A Dmediasessionclient.h124 bool SetVideoOptions(const std::string& cam_device) { function in class:cricket::MediaSessionClient
125 return channel_manager_->SetVideoOptions(cam_device);
H A Dchannelmanager.h135 bool SetVideoOptions(const std::string& cam_device);
H A Dfilemediaengine.h87 virtual bool SetVideoOptions(int options) { return true; } function in class:cricket::FileMediaEngine
H A Dchannelmanager.cc168 SetVideoOptions(DeviceManager::kDefaultDeviceName);
249 if (!SetVideoOptions(camera_device_)) {
250 LOG(LS_WARNING) << "Failed to SetVideoOptions with camera: "
496 bool ChannelManager::SetVideoOptions(const std::string& cam_name) { function in class:cricket::ChannelManager
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h115 virtual bool SetVideoOptions(int options) = 0;
216 virtual bool SetVideoOptions(int o) { function in class:cricket::CompositeMediaEngine
H A Dfilemediaengine.h90 virtual bool SetVideoOptions(int options) { return true; } function in class:cricket::FileMediaEngine
H A Dfilemediaengine_unittest.cc221 EXPECT_TRUE(engine_->SetVideoOptions(0));
/external/chromium_org/third_party/libjingle/source/talk/media/other/
H A Dlinphonemediaengine.h73 virtual bool SetVideoOptions(int options) { return true; } function in class:cricket::LinphoneMediaEngine

Completed in 282 milliseconds