HomeSort by relevance Sort by last modified time
    Searched defs:RtcVideoCapturer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/media/
rtc_video_capturer.cc 13 RtcVideoCapturer::RtcVideoCapturer(const media::VideoCaptureSessionId id,
20 RtcVideoCapturer::~RtcVideoCapturer() {
22 DVLOG(3) << " RtcVideoCapturer::dtor";
25 cricket::CaptureState RtcVideoCapturer::Start(
27 DVLOG(3) << " RtcVideoCapturer::Start ";
45 base::Bind(&RtcVideoCapturer::OnFrameCaptured, base::Unretained(this)),
46 base::Bind(&RtcVideoCapturer::OnStateChange, base::Unretained(this)));
54 void RtcVideoCapturer::Stop()
    [all...]
rtc_video_capturer.h 17 // RtcVideoCapturer implements a simple cricket::VideoCapturer that is used for
23 class RtcVideoCapturer
26 RtcVideoCapturer(const media::VideoCaptureSessionId id,
29 virtual ~RtcVideoCapturer();
54 DISALLOW_COPY_AND_ASSIGN(RtcVideoCapturer);

Completed in 28 milliseconds