HomeSort by relevance Sort by last modified time
    Searched refs:SetVideoOptions (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcmediaengine.h 93 virtual bool SetVideoOptions(int options) OVERRIDE {
94 return delegate_->SetVideoOptions(options);
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediaengine.h 113 virtual bool SetVideoOptions(int options) = 0;
190 virtual bool SetVideoOptions(int o) {
mediasessionclient.h 124 bool SetVideoOptions(const std::string& cam_device) {
125 return channel_manager_->SetVideoOptions(cam_device);
channelmanager.h 135 bool SetVideoOptions(const std::string& cam_device);
filemediaengine.h 87 virtual bool SetVideoOptions(int options) { return true; }
channelmanager.cc 168 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) {
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h 115 virtual bool SetVideoOptions(int options) = 0;
216 virtual bool SetVideoOptions(int o) {
filemediaengine.h 90 virtual bool SetVideoOptions(int options) { return true; }
filemediaengine_unittest.cc 221 EXPECT_TRUE(engine_->SetVideoOptions(0));
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 73 virtual bool SetVideoOptions(int options) { return true; }

Completed in 1858 milliseconds