OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetVideoOptions
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/session/phone/
filemediaengine.h
87
virtual bool
SetVideoOptions
(int options) { return true; }
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.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/other/
linphonemediaengine.h
73
virtual bool
SetVideoOptions
(int options) { return true; }
/external/chromium_org/third_party/libjingle/source/talk/media/base/
mediaengine.h
93
virtual bool
SetVideoOptions
(const VideoOptions& options) = 0;
201
virtual bool
SetVideoOptions
(const VideoOptions& options) {
filemediaengine.h
91
virtual bool
SetVideoOptions
(const VideoOptions& options) { return true; }
Completed in 274 milliseconds