HomeSort by relevance Sort by last modified time
    Searched refs:AllocateAndStart (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/content/browser/media/capture/
desktop_capture_device_aura.h 33 virtual void AllocateAndStart(const media::VideoCaptureParams& params,
web_contents_video_capture_device.h 43 virtual void AllocateAndStart(const media::VideoCaptureParams& params,
desktop_capture_device.h 40 virtual void AllocateAndStart(const media::VideoCaptureParams& params,
desktop_capture_device_unittest.cc 187 capture_device_->AllocateAndStart(
226 capture_device_->AllocateAndStart(
269 capture_device_->AllocateAndStart(
content_video_capture_device_core.h 161 void AllocateAndStart(const media::VideoCaptureParams& params,
desktop_capture_device.cc 62 void AllocateAndStart(const media::VideoCaptureParams& params,
169 void DesktopCaptureDevice::Core::AllocateAndStart(
510 void DesktopCaptureDevice::AllocateAndStart(
513 core_->AllocateAndStart(params, client.Pass());
desktop_capture_device_aura_unittest.cc 119 capture_device->AllocateAndStart(
web_contents_video_capture_device_unittest.cc 600 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
613 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
637 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
659 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
679 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
698 device()->AllocateAndStart(capture_params, observer2.PassClient());
718 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
772 base::Bind(&media::VideoCaptureDevice::AllocateAndStart,
794 device()->AllocateAndStart(capture_params, client_observer()->PassClient());
desktop_capture_device_aura.cc 530 void DesktopCaptureDeviceAura::AllocateAndStart(
534 core_->AllocateAndStart(params, client.Pass());
web_contents_video_capture_device.cc 811 void WebContentsVideoCaptureDevice::AllocateAndStart(
815 core_->AllocateAndStart(params, client.Pass());
content_video_capture_device_core.cc 203 void ContentVideoCaptureDeviceCore::AllocateAndStart(
  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 29 virtual void AllocateAndStart(
35 // variable capture resolution. Works only before AllocateAndStart() or
47 // |thread_checker_| is used to check that destructor, AllocateAndStart() and
file_video_capture_device.h 39 virtual void AllocateAndStart(
55 // |thread_checker_| is used to check that destructor, AllocateAndStart() and
video_capture_device_unittest.cc 227 // The presence of the actual device is only checked on AllocateAndStart()
236 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
262 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
289 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
313 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
343 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
358 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
384 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
413 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
video_capture_device.h 215 virtual void AllocateAndStart(const VideoCaptureParams& params,
223 // into AllocateAndStart.
226 // ensure that a subsequent AllocateAndStart() operation targeting the same ID
fake_video_capture_device_unittest.cc 138 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
198 device->AllocateAndStart(capture_params, client_.PassAs<Client>());
fake_video_capture_device.cc 33 void FakeVideoCaptureDevice::AllocateAndStart(
file_video_capture_device.cc 144 void FileVideoCaptureDevice::AllocateAndStart(
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 37 virtual void AllocateAndStart(
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 42 virtual void AllocateAndStart(const VideoCaptureParams& params,
video_capture_device_win.h 71 virtual void AllocateAndStart(
video_capture_device_mf_win.cc 236 void VideoCaptureDeviceMFWin::AllocateAndStart(
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 41 // called after the class constructor and before AllocateAndStart().
45 virtual void AllocateAndStart(const VideoCaptureParams& params,
video_capture_device_android.cc 53 void VideoCaptureDeviceAndroid::AllocateAndStart(
56 DVLOG(1) << "VideoCaptureDeviceAndroid::AllocateAndStart";
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 33 virtual void AllocateAndStart(const VideoCaptureParams& params,

Completed in 631 milliseconds

1 2