HomeSort by relevance Sort by last modified time
    Searched full:camera_device_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/phone/
channelmanager.cc 167 // Set camera_device_ to the name of the default video capturer.
224 const std::string preferred_camera_device = camera_device_;
236 if (!device_manager_->GetVideoCaptureDevice(camera_device_, &device)) {
237 LOG(LS_WARNING) << "The preferred camera '" << camera_device_
239 camera_device_ = DeviceManager::kDefaultDeviceName;
249 if (!SetVideoOptions(camera_device_)) {
251 << camera_device_;
257 camera_device_ = preferred_camera_device;
492 *cam_name = camera_device_;
512 camera_device_ = device.name
    [all...]
channelmanager.h 202 std::string camera_device_; member in class:cricket::ChannelManager

Completed in 33 milliseconds