OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureManager
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/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.
147
CaptureManager
::~
CaptureManager
() {
154
"
CaptureManager
destructing while still tracking capturers!");
164
bool
CaptureManager
::StartVideoCapture(VideoCapturer* video_capturer,
196
bool
CaptureManager
::StopVideoCapture(VideoCapturer* video_capturer,
213
bool
CaptureManager
::RestartVideoCapture(
217
CaptureManager
::RestartOptions options) {
268
bool
CaptureManager
::AddVideoRenderer(VideoCapturer* video_capturer
[
all
...]
capturemanager.h
28
// The
CaptureManager
class manages VideoCapturers to make it possible to share
38
//
CaptureManager
is Thread-unsafe. This means that none of its APIs may be
60
class
CaptureManager
: public sigslot::has_slots<> {
67
CaptureManager
() {}
68
virtual ~
CaptureManager
();
76
// the
CaptureManager
chooses whether this request can be handled with the
capturemanager_unittest.cc
28
#include "talk/media/base/
capturemanager
.h"
85
cricket::
CaptureManager
capture_manager_;
233
cricket::
CaptureManager
::kForceRestart));
253
cricket::
CaptureManager
::kRequestRestart));
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager.h
37
#include "talk/media/base/
capturemanager
.h"
71
CaptureManager
* cm,
188
// The following are done in the new "
CaptureManager
" style that
203
CaptureManager
::RestartOptions options);
251
CaptureManager
* cm,
282
talk_base::scoped_ptr<
CaptureManager
> capture_manager_;
channelmanager.cc
42
#include "talk/media/base/
capturemanager
.h"
84
new
CaptureManager
(),
92
CaptureManager
* cm,
103
new
CaptureManager
(),
110
CaptureManager
* cm,
804
// The following are done in the new "
CaptureManager
" style that
807
// TODO(pthatcher): Add more of the
CaptureManager
interface.
811
Bind(&
CaptureManager
::StartVideoCapture,
828
Bind(&
CaptureManager
::StopVideoCapture,
836
CaptureManager
::RestartOptions options)
[
all
...]
mediasessionclient.cc
37
#include "talk/media/base/
capturemanager
.h"
73
device_manager, new
CaptureManager
(),
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
webrtcsession_unittest.cc
278
new cricket::
CaptureManager
(), talk_base::Thread::Current())),
[
all
...]
Completed in 362 milliseconds