OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RestartVideoCapture
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/base/
capturemanager.h
79
virtual bool
RestartVideoCapture
(VideoCapturer* video_capturer,
capturemanager_unittest.cc
231
EXPECT_TRUE(capture_manager_.
RestartVideoCapture
(
251
EXPECT_TRUE(capture_manager_.
RestartVideoCapture
(
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.h
200
bool
RestartVideoCapture
(VideoCapturer* video_capturer,
channelmanager.cc
832
bool ChannelManager::
RestartVideoCapture
(
838
Bind(&CaptureManager::
RestartVideoCapture
, capture_manager_.get(),
Completed in 197 milliseconds