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

  /external/webrtc/talk/media/base/
capturemanager.h 77 virtual bool RestartVideoCapture(VideoCapturer* video_capturer,
capturemanager_unittest.cc 201 EXPECT_TRUE(capture_manager_.RestartVideoCapture(
221 EXPECT_TRUE(capture_manager_.RestartVideoCapture(
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.h 154 bool RestartVideoCapture(VideoCapturer* video_capturer,
channelmanager.cc 493 bool ChannelManager::RestartVideoCapture(
499 Bind(&CaptureManager::RestartVideoCapture, capture_manager_.get(),

Completed in 252 milliseconds