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

  /external/chromium_org/content/browser/media/capture/
web_contents_video_capture_device.h 25 // WebContentsVideoCaptureDevice will capture from whatever render view is
29 class CONTENT_EXPORT WebContentsVideoCaptureDevice
37 // WebContentsVideoCaptureDevice is itself deleted.
40 virtual ~WebContentsVideoCaptureDevice();
48 WebContentsVideoCaptureDevice(int render_process_id, int render_view_id);
52 DISALLOW_COPY_AND_ASSIGN(WebContentsVideoCaptureDevice);
web_contents_video_capture_device.cc 553 << "WebContentsVideoCaptureDevice is " << measured_fps << " FPS.";
788 WebContentsVideoCaptureDevice::WebContentsVideoCaptureDevice(
793 WebContentsVideoCaptureDevice::~WebContentsVideoCaptureDevice() {
794 DVLOG(2) << "WebContentsVideoCaptureDevice@" << this << " destroying.";
798 media::VideoCaptureDevice* WebContentsVideoCaptureDevice::Create(
808 return new WebContentsVideoCaptureDevice(render_process_id, render_view_id);
811 void WebContentsVideoCaptureDevice::AllocateAndStart(
818 void WebContentsVideoCaptureDevice::StopAndDeAllocate()
    [all...]

Completed in 117 milliseconds