Searched refs:WebRtcVideoCapturerAdapter (Results 1 – 8 of 8) sorted by relevance
15 WebRtcVideoCapturerAdapter::WebRtcVideoCapturerAdapter(bool is_screencast) in WebRtcVideoCapturerAdapter() function in content::WebRtcVideoCapturerAdapter23 WebRtcVideoCapturerAdapter::~WebRtcVideoCapturerAdapter() { in ~WebRtcVideoCapturerAdapter()28 cricket::CaptureState WebRtcVideoCapturerAdapter::Start( in Start()39 void WebRtcVideoCapturerAdapter::Stop() { in Stop()48 bool WebRtcVideoCapturerAdapter::IsRunning() { in IsRunning()53 bool WebRtcVideoCapturerAdapter::GetPreferredFourccs( in GetPreferredFourccs()62 bool WebRtcVideoCapturerAdapter::IsScreencast() const { in IsScreencast()66 bool WebRtcVideoCapturerAdapter::GetBestCaptureFormat( in GetBestCaptureFormat()84 void WebRtcVideoCapturerAdapter::OnFrameCaptured( in OnFrameCaptured()136 void WebRtcVideoCapturerAdapter::UpdateI420Buffer( in UpdateI420Buffer()
28 class CONTENT_EXPORT WebRtcVideoCapturerAdapter31 explicit WebRtcVideoCapturerAdapter(bool is_screencast); in NON_EXPORTED_BASE()32 virtual ~WebRtcVideoCapturerAdapter(); in NON_EXPORTED_BASE()65 DISALLOW_COPY_AND_ASSIGN(WebRtcVideoCapturerAdapter); in NON_EXPORTED_BASE()
36 WebRtcVideoCapturerAdapter* capture_adapter);77 WebRtcVideoCapturerAdapter* capture_adapter_;83 WebRtcVideoCapturerAdapter* capture_adapter) in WebRtcVideoSourceAdapter()145 WebRtcVideoCapturerAdapter* capture_adapter = in WebRtcVideoTrackAdapter()
53 class WebRtcVideoCapturerAdapter; variable83 virtual WebRtcVideoCapturerAdapter* CreateVideoCapturer( in NON_EXPORTED_BASE()
54 WebRtcVideoCapturerAdapter adapter_;
125 class MockRtcVideoCapturer : public WebRtcVideoCapturerAdapter {128 : WebRtcVideoCapturerAdapter(is_screencast), in MockRtcVideoCapturer()456 WebRtcVideoCapturerAdapter*
247 WebRtcVideoCapturerAdapter*256 return new WebRtcVideoCapturerAdapter(is_screeencast); in CreateVideoCapturer()
185 virtual WebRtcVideoCapturerAdapter* CreateVideoCapturer(