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

/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device.h24 // WebContentsVideoCaptureDevice will capture from the RenderWidgetHost that
28 class CONTENT_EXPORT WebContentsVideoCaptureDevice class in namespace:content
31 // Create a WebContentsVideoCaptureDevice instance from the given
35 virtual ~WebContentsVideoCaptureDevice();
43 WebContentsVideoCaptureDevice(
48 DISALLOW_COPY_AND_ASSIGN(WebContentsVideoCaptureDevice);
H A Dweb_contents_video_capture_device.cc530 << "WebContentsVideoCaptureDevice is " << measured_fps << " FPS.";
761 WebContentsVideoCaptureDevice::WebContentsVideoCaptureDevice( function in class:content::WebContentsVideoCaptureDevice
767 WebContentsVideoCaptureDevice::~WebContentsVideoCaptureDevice() {
768 DVLOG(2) << "WebContentsVideoCaptureDevice@" << this << " destroying.";
772 media::VideoCaptureDevice* WebContentsVideoCaptureDevice::Create(
782 return new WebContentsVideoCaptureDevice(
786 void WebContentsVideoCaptureDevice::AllocateAndStart(
793 void WebContentsVideoCaptureDevice
[all...]

Completed in 369 milliseconds