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

/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

Completed in 197 milliseconds