OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IpcVideoFrameCapturer
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/host/
ipc_video_frame_capturer.cc
13
IpcVideoFrameCapturer
::
IpcVideoFrameCapturer
(
21
IpcVideoFrameCapturer
::~
IpcVideoFrameCapturer
() {
24
void
IpcVideoFrameCapturer
::Start(Callback* callback) {
31
void
IpcVideoFrameCapturer
::Capture(const webrtc::DesktopRegion& region) {
37
void
IpcVideoFrameCapturer
::OnCaptureCompleted(
ipc_video_frame_capturer.h
19
class
IpcVideoFrameCapturer
: public webrtc::DesktopCapturer {
21
explicit
IpcVideoFrameCapturer
(
23
virtual ~
IpcVideoFrameCapturer
();
43
base::WeakPtrFactory<
IpcVideoFrameCapturer
> weak_factory_;
45
DISALLOW_COPY_AND_ASSIGN(
IpcVideoFrameCapturer
);
Completed in 42 milliseconds