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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.cc 213 bool CaptureManager::RestartVideoCapture(
219 LOG(LS_ERROR) << "RestartVideoCapture: video_capturer is not registered.";
224 LOG(LS_ERROR) << "RestartVideoCapture: unable to start video capture with "
230 LOG(LS_ERROR) << "RestartVideoCapture: unable to stop video capture with "
248 LOG(LS_ERROR) << "RestartVideoCapture: Restart failed.";
252 << "RestartVideoCapture: Couldn't find a best capture format for "
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc 832 bool ChannelManager::RestartVideoCapture(
838 Bind(&CaptureManager::RestartVideoCapture, capture_manager_.get(),

Completed in 30 milliseconds