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

  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 53 void VideoCaptureDeviceAndroid::AllocateAndStart(
56 DVLOG(1) << "VideoCaptureDeviceAndroid::AllocateAndStart";
  /external/chromium_org/media/video/capture/
fake_video_capture_device.cc 33 void FakeVideoCaptureDevice::AllocateAndStart(
file_video_capture_device.cc 144 void FileVideoCaptureDevice::AllocateAndStart(
  /external/chromium_org/content/browser/media/capture/
content_video_capture_device_core.cc 210 void ContentVideoCaptureDeviceCore::AllocateAndStart(
desktop_capture_device.cc 59 void AllocateAndStart(const media::VideoCaptureParams& params,
154 void DesktopCaptureDevice::Core::AllocateAndStart(
447 void DesktopCaptureDevice::AllocateAndStart(
452 base::Bind(&Core::AllocateAndStart, base::Unretained(core_.get()), params,
desktop_capture_device_aura.cc 531 void DesktopCaptureDeviceAura::AllocateAndStart(
535 core_->AllocateAndStart(params, client.Pass());
web_contents_video_capture_device.cc 786 void WebContentsVideoCaptureDevice::AllocateAndStart(
790 core_->AllocateAndStart(params, client.Pass());
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 154 void VideoCaptureDeviceLinux::AllocateAndStart(
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 239 void VideoCaptureDeviceMFWin::AllocateAndStart(
video_capture_device_win.cc 312 void VideoCaptureDeviceWin::AllocateAndStart(

Completed in 263 milliseconds