HomeSort by relevance Sort by last modified time
    Searched refs:DeAllocate (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/media/video/capture/
video_capture_device_dummy.cc 28 void VideoCaptureDeviceDummy::DeAllocate() {}
video_capture_device_dummy.h 26 virtual void DeAllocate() OVERRIDE;
fake_video_capture_device.h 34 virtual void DeAllocate() OVERRIDE;
video_capture_device_unittest.cc 174 device->DeAllocate();
210 device->DeAllocate();
239 device->DeAllocate();
286 device->DeAllocate();
301 device->DeAllocate();
337 device->DeAllocate();
374 device->DeAllocate();
410 device->DeAllocate();
450 device->DeAllocate();
video_capture_device.h 137 // Threading note: After VideoCaptureDevice::DeAllocate() occurs, the
140 // DO remain valid after DeAllocate(). The VideoCaptureDevice must still
180 // be DeAllocate()-ed.
205 // DeAllocate() must be called before this function can be called again and
218 // was when created. After DeAllocate() is called, the VideoCaptureDevice is
220 virtual void DeAllocate() = 0;
fake_video_capture_device.cc 137 void FakeVideoCaptureDevice::DeAllocate() {
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.h 45 virtual void DeAllocate() OVERRIDE;
web_contents_video_capture_device.h 39 // design philosophy of an asynchronous DeAllocate(). http://crbug.com/158641
49 virtual void DeAllocate() OVERRIDE;
desktop_capture_device.cc 42 void DeAllocate();
76 // It's necessary because DeAllocate() needs to reset it on the calling thread
77 // to ensure that the event handler is not called once DeAllocate() returns.
155 void DesktopCaptureDevice::Core::DeAllocate() {
392 DeAllocate();
412 void DesktopCaptureDevice::DeAllocate() {
413 core_->DeAllocate();
web_contents_video_capture_device_unittest.cc 475 device_->DeAllocate();
555 device()->DeAllocate();
585 device()->DeAllocate();
602 device()->DeAllocate();
635 device()->DeAllocate();
680 device()->DeAllocate();
740 device()->DeAllocate();
793 device()->DeAllocate();
desktop_capture_device_unittest.cc 133 capture_device.DeAllocate();
182 capture_device.DeAllocate();
web_contents_video_capture_device.cc     [all...]
video_capture_controller_unittest.cc 135 video_capture_device_->DeAllocate();
video_capture_manager.cc 240 // No other users of this device, deallocate (if not done already) and
243 removed_entry.capture_device->DeAllocate();
313 video_capture_device->DeAllocate();
  /external/chromium_org/media/video/capture/mac/
video_capture_device_mac.h 32 virtual void DeAllocate() OVERRIDE;
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.h 35 virtual void DeAllocate() OVERRIDE;
video_capture_device_android.cc 103 DeAllocate();
208 void VideoCaptureDeviceAndroid::DeAllocate() {
209 DVLOG(1) << "VideoCaptureDeviceAndroid::DeAllocate";
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 31 virtual void DeAllocate() OVERRIDE;
video_capture_device_linux.cc 235 void VideoCaptureDeviceLinux::DeAllocate() {
413 // We don't dare to deallocate the buffers if we can't stop
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.h 45 virtual void DeAllocate() OVERRIDE;
video_capture_device_win.h 47 virtual void DeAllocate() OVERRIDE;
video_capture_device_mf_win.cc 429 void VideoCaptureDeviceMFWin::DeAllocate() {
video_capture_device_win.cc 472 void VideoCaptureDeviceWin::DeAllocate() {

Completed in 130 milliseconds