Searched refs:CaptureManager (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/talk/media/base/ |
D | capturemanager.cc | 165 CaptureManager::CaptureManager() { in CaptureManager() function in cricket::CaptureManager 171 CaptureManager::~CaptureManager() { in ~CaptureManager() 183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer, in StartVideoCapture() 216 bool CaptureManager::StopVideoCapture(VideoCapturer* video_capturer, in StopVideoCapture() 234 bool CaptureManager::RestartVideoCapture( in RestartVideoCapture() 238 CaptureManager::RestartOptions options) { in RestartVideoCapture() 290 bool CaptureManager::AddVideoRenderer(VideoCapturer* video_capturer, in AddVideoRenderer() 303 bool CaptureManager::RemoveVideoRenderer(VideoCapturer* video_capturer, in RemoveVideoRenderer() 316 bool CaptureManager::IsCapturerRegistered(VideoCapturer* video_capturer) const { in IsCapturerRegistered() 321 bool CaptureManager::RegisterVideoCapturer(VideoCapturer* video_capturer) { in RegisterVideoCapturer() [all …]
|
D | capturemanager.h | 58 class CaptureManager : public sigslot::has_slots<> { 65 CaptureManager(); 66 virtual ~CaptureManager();
|
D | capturemanager_unittest.cc | 83 cricket::CaptureManager capture_manager_; 203 cricket::CaptureManager::kForceRestart)); in TEST_F() 223 cricket::CaptureManager::kRequestRestart)); in TEST_F()
|
D | fakecapturemanager.h | 35 class FakeCaptureManager : public CaptureManager {
|
/external/webrtc/talk/session/media/ |
D | channelmanager.cc | 82 CaptureManager* cm, in ChannelManager() 91 new CaptureManager(), in ChannelManager() 97 CaptureManager* cm, in Construct() 472 Bind(&CaptureManager::StartVideoCapture, in StartVideoCapture() 489 Bind(&CaptureManager::StopVideoCapture, in StopVideoCapture() 497 CaptureManager::RestartOptions options) { in RestartVideoCapture() 499 Bind(&CaptureManager::RestartVideoCapture, capture_manager_.get(), in RestartVideoCapture() 506 Bind(&CaptureManager::AddVideoRenderer, in AddVideoRenderer() 513 Bind(&CaptureManager::RemoveVideoRenderer, in RemoveVideoRenderer()
|
D | channelmanager.h | 65 CaptureManager* cm, 157 CaptureManager::RestartOptions options); 186 CaptureManager* cm, 220 rtc::scoped_ptr<CaptureManager> capture_manager_;
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession_unittest.cc | 362 new cricket::CaptureManager(), in WebRtcSessionTest()
|