Home
last modified time | relevance | path

Searched refs:StartVideoCapture (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/talk/media/base/
Dcapturemanager_unittest.cc101 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
113 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
125 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
143 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
145 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
162 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
165 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
192 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
212 EXPECT_TRUE(capture_manager_.StartVideoCapture(&video_capturer_, in TEST_F()
Dcapturemanager.h68 virtual bool StartVideoCapture(VideoCapturer* video_capturer,
Dcapturemanager.cc183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer, in StartVideoCapture() function in cricket::CaptureManager
245 if (!StartVideoCapture(video_capturer, desired_format)) { in RestartVideoCapture()
/external/webrtc/talk/app/webrtc/
Dvideosource.cc414 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) { in Initialize()
435 if (!channel_manager_->StartVideoCapture(video_capturer_.get(), format_)) { in Restart()
/external/webrtc/talk/session/media/
Dchannelmanager.h147 bool StartVideoCapture(VideoCapturer* video_capturer,
Dchannelmanager.cc469 bool ChannelManager::StartVideoCapture( in StartVideoCapture() function in cricket::ChannelManager
472 Bind(&CaptureManager::StartVideoCapture, in StartVideoCapture()