Home
last modified time | relevance | path

Searched refs:WebRtcVideoCapturerAdapter (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/renderer/media/webrtc/
Dwebrtc_video_capturer_adapter.cc15 WebRtcVideoCapturerAdapter::WebRtcVideoCapturerAdapter(bool is_screencast) in WebRtcVideoCapturerAdapter() function in content::WebRtcVideoCapturerAdapter
23 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()
Dwebrtc_video_capturer_adapter.h28 class CONTENT_EXPORT WebRtcVideoCapturerAdapter
31 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()
Dwebrtc_video_track_adapter.cc36 WebRtcVideoCapturerAdapter* capture_adapter);
77 WebRtcVideoCapturerAdapter* capture_adapter_;
83 WebRtcVideoCapturerAdapter* capture_adapter) in WebRtcVideoSourceAdapter()
145 WebRtcVideoCapturerAdapter* capture_adapter = in WebRtcVideoTrackAdapter()
Dpeer_connection_dependency_factory.h53 class WebRtcVideoCapturerAdapter; variable
83 virtual WebRtcVideoCapturerAdapter* CreateVideoCapturer( in NON_EXPORTED_BASE()
Dwebrtc_video_capturer_adapter_unittest.cc54 WebRtcVideoCapturerAdapter adapter_;
Dmock_peer_connection_dependency_factory.cc125 class MockRtcVideoCapturer : public WebRtcVideoCapturerAdapter {
128 : WebRtcVideoCapturerAdapter(is_screencast), in MockRtcVideoCapturer()
456 WebRtcVideoCapturerAdapter*
Dpeer_connection_dependency_factory.cc247 WebRtcVideoCapturerAdapter*
256 return new WebRtcVideoCapturerAdapter(is_screeencast); in CreateVideoCapturer()
Dmock_peer_connection_dependency_factory.h185 virtual WebRtcVideoCapturerAdapter* CreateVideoCapturer(