OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemoteVideoCapturer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
remotevideocapturer.h
39
//
RemoteVideoCapturer
implements a simple cricket::VideoCapturer which
44
class
RemoteVideoCapturer
: public cricket::VideoCapturer {
46
RemoteVideoCapturer
();
47
virtual ~
RemoteVideoCapturer
();
60
DISALLOW_COPY_AND_ASSIGN(
RemoteVideoCapturer
);
remotevideocapturer.cc
28
#include "talk/app/webrtc/
remotevideocapturer
.h"
35
RemoteVideoCapturer
::
RemoteVideoCapturer
() {}
37
RemoteVideoCapturer
::~
RemoteVideoCapturer
() {}
39
cricket::CaptureState
RemoteVideoCapturer
::Start(
43
<< "
RemoteVideoCapturer
::Start called when it's already started.";
47
LOG(LS_INFO) << "
RemoteVideoCapturer
::Start";
52
void
RemoteVideoCapturer
::Stop() {
55
<< "
RemoteVideoCapturer
::Stop called when it's already stopped."
[
all
...]
Completed in 25 milliseconds