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

/external/webrtc/talk/media/base/
H A Dcapturerenderadapter.cc36 CaptureRenderAdapter::CaptureRenderAdapter(VideoCapturer* video_capturer) function in class:cricket::CaptureRenderAdapter
40 CaptureRenderAdapter::~CaptureRenderAdapter() {
54 CaptureRenderAdapter* CaptureRenderAdapter::Create(
59 CaptureRenderAdapter* return_value = new CaptureRenderAdapter(video_capturer);
64 bool CaptureRenderAdapter::AddRenderer(VideoRenderer* video_renderer) {
76 bool CaptureRenderAdapter
[all...]
H A Dcapturerenderadapter.h28 // This file contains the class CaptureRenderAdapter. The class connects a
31 // CaptureRenderAdapter is Thread-unsafe. This means that none of its APIs may
49 class CaptureRenderAdapter : public sigslot::has_slots<> { class in namespace:cricket
51 static CaptureRenderAdapter* Create(VideoCapturer* video_capturer);
52 ~CaptureRenderAdapter();
73 explicit CaptureRenderAdapter(VideoCapturer* video_capturer);

Completed in 70 milliseconds