Searched defs:RtcVideoCapturer (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Drtc_video_capturer.h17 // RtcVideoCapturer implements a simple cricket::VideoCapturer that is used for
23 class RtcVideoCapturer class in namespace:content
26 RtcVideoCapturer(const media::VideoCaptureSessionId id,
29 virtual ~RtcVideoCapturer();
55 DISALLOW_COPY_AND_ASSIGN(RtcVideoCapturer);
H A Drtc_video_capturer.cc12 RtcVideoCapturer::RtcVideoCapturer( function in class:content::RtcVideoCapturer
21 RtcVideoCapturer::~RtcVideoCapturer() {
23 DVLOG(3) << " RtcVideoCapturer::dtor";
26 cricket::CaptureState RtcVideoCapturer::Start(
28 DVLOG(3) << " RtcVideoCapturer::Start ";
45 base::Bind(&RtcVideoCapturer::OnFrameCaptured, base::Unretained(this)),
46 base::Bind(&RtcVideoCapturer::OnStateChange, base::Unretained(this)));
54 void RtcVideoCapturer
[all...]

Completed in 130 milliseconds