Home
last modified time | relevance | path

Searched refs:CaptureManager (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/talk/media/base/
Dcapturemanager.cc165 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 …]
Dcapturemanager.h58 class CaptureManager : public sigslot::has_slots<> {
65 CaptureManager();
66 virtual ~CaptureManager();
Dcapturemanager_unittest.cc83 cricket::CaptureManager capture_manager_;
203 cricket::CaptureManager::kForceRestart)); in TEST_F()
223 cricket::CaptureManager::kRequestRestart)); in TEST_F()
Dfakecapturemanager.h35 class FakeCaptureManager : public CaptureManager {
/external/webrtc/talk/session/media/
Dchannelmanager.cc82 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()
Dchannelmanager.h65 CaptureManager* cm,
157 CaptureManager::RestartOptions options);
186 CaptureManager* cm,
220 rtc::scoped_ptr<CaptureManager> capture_manager_;
/external/webrtc/talk/app/webrtc/
Dwebrtcsession_unittest.cc362 new cricket::CaptureManager(), in WebRtcSessionTest()