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

/external/webrtc/talk/media/base/
H A Dfakecapturemanager.h35 class FakeCaptureManager : public CaptureManager {
H A Dcapturemanager.cc39 // CaptureManager helper class.
165 CaptureManager::CaptureManager() { function in class:cricket::CaptureManager
171 CaptureManager::~CaptureManager() {
183 bool CaptureManager::StartVideoCapture(VideoCapturer* video_capturer,
216 bool CaptureManager::StopVideoCapture(VideoCapturer* video_capturer,
234 bool CaptureManager::RestartVideoCapture(
238 CaptureManager::RestartOptions options) {
290 bool CaptureManager
[all...]
H A Dcapturemanager.h28 // The CaptureManager class manages VideoCapturers to make it possible to share
36 // CaptureManager is Thread-unsafe. This means that none of its APIs may be
58 class CaptureManager : public sigslot::has_slots<> { class in namespace:cricket
65 CaptureManager();
66 virtual ~CaptureManager();
74 // the CaptureManager chooses whether this request can be handled with the
H A Dcapturemanager_unittest.cc83 cricket::CaptureManager capture_manager_;
203 cricket::CaptureManager::kForceRestart));
223 cricket::CaptureManager::kRequestRestart));
/external/webrtc/talk/session/media/
H A Dchannelmanager.h65 CaptureManager* cm,
142 // The following are done in the new "CaptureManager" style that
157 CaptureManager::RestartOptions options);
186 CaptureManager* cm,
220 rtc::scoped_ptr<CaptureManager> capture_manager_;
H A Dchannelmanager.cc82 CaptureManager* cm,
91 new CaptureManager(),
97 CaptureManager* cm,
465 // The following are done in the new "CaptureManager" style that
468 // TODO(pthatcher): Add more of the CaptureManager interface.
472 Bind(&CaptureManager::StartVideoCapture,
489 Bind(&CaptureManager::StopVideoCapture,
497 CaptureManager::RestartOptions options) {
499 Bind(&CaptureManager::RestartVideoCapture, capture_manager_.get(),
506 Bind(&CaptureManager
[all...]
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc362 new cricket::CaptureManager(),

Completed in 38 milliseconds