HomeSort by relevance Sort by last modified time
    Searched refs:CaptureManager (Results 1 - 7 of 7) sorted by null

  /external/webrtc/talk/media/base/
fakecapturemanager.h 31 #include "talk/media/base/capturemanager.h"
35 class FakeCaptureManager : public CaptureManager {
capturemanager.cc 28 #include "talk/media/base/capturemanager.h"
39 // CaptureManager helper class.
165 CaptureManager::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)
    [all...]
capturemanager.h 28 // 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<> {
65 CaptureManager();
66 virtual ~CaptureManager();
74 // the CaptureManager chooses whether this request can be handled with the
capturemanager_unittest.cc 28 #include "talk/media/base/capturemanager.h"
83 cricket::CaptureManager capture_manager_;
203 cricket::CaptureManager::kForceRestart));
223 cricket::CaptureManager::kRequestRestart));
  /external/webrtc/talk/session/media/
channelmanager.h 34 #include "talk/media/base/capturemanager.h"
65 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_;
channelmanager.cc 37 #include "talk/media/base/capturemanager.h"
82 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()
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession_unittest.cc 362 new cricket::CaptureManager(),
    [all...]

Completed in 95 milliseconds