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

  /external/chromium_org/content/browser/renderer_host/media/
video_capture_device_impl.cc 190 void VideoCaptureDeviceImpl::AllocateAndStart(
desktop_capture_device.cc 56 void AllocateAndStart(const media::VideoCaptureParams& params,
138 void DesktopCaptureDevice::Core::AllocateAndStart(
410 void DesktopCaptureDevice::AllocateAndStart(
413 core_->AllocateAndStart(params, client.Pass());
desktop_capture_device_aura.cc 431 void DesktopCaptureDeviceAura::AllocateAndStart(
435 impl_->AllocateAndStart(params, client.Pass());
web_contents_video_capture_device.cc 780 void WebContentsVideoCaptureDevice::AllocateAndStart(
784 impl_->AllocateAndStart(params, client.Pass());
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 109 void VideoCaptureDeviceAndroid::AllocateAndStart(
112 DVLOG(1) << "VideoCaptureDeviceAndroid::AllocateAndStart";
  /external/chromium_org/media/video/capture/
fake_video_capture_device.cc 101 void FakeVideoCaptureDevice::AllocateAndStart(
file_video_capture_device.cc 195 void FileVideoCaptureDevice::AllocateAndStart(
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 291 void VideoCaptureDeviceLinux::AllocateAndStart(
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 343 void VideoCaptureDeviceWin::AllocateAndStart(
video_capture_device_mf_win.cc 337 void VideoCaptureDeviceMFWin::AllocateAndStart(

Completed in 79 milliseconds