Searched refs:StartVideoCapture (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/talk/media/base/ |
D | capturemanager_unittest.cc | 101 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()
|
D | capturemanager.h | 68 virtual bool StartVideoCapture(VideoCapturer* video_capturer,
|
D | capturemanager.cc | 183 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/ |
D | videosource.cc | 414 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/ |
D | channelmanager.h | 147 bool StartVideoCapture(VideoCapturer* video_capturer,
|
D | channelmanager.cc | 469 bool ChannelManager::StartVideoCapture( in StartVideoCapture() function in cricket::ChannelManager 472 Bind(&CaptureManager::StartVideoCapture, in StartVideoCapture()
|