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

  /external/webrtc/talk/media/base/
capturemanager.cc 234 bool CaptureManager::RestartVideoCapture(
241 LOG(LS_ERROR) << "RestartVideoCapture: video_capturer is not registered.";
246 LOG(LS_ERROR) << "RestartVideoCapture: unable to start video capture with "
252 LOG(LS_ERROR) << "RestartVideoCapture: unable to stop video capture with "
270 LOG(LS_ERROR) << "RestartVideoCapture: Restart failed.";
274 << "RestartVideoCapture: Couldn't find a best capture format for "
  /external/webrtc/talk/session/media/
channelmanager.cc 493 bool ChannelManager::RestartVideoCapture(
499 Bind(&CaptureManager::RestartVideoCapture, capture_manager_.get(),

Completed in 48 milliseconds