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

  /external/chromium_org/media/video/capture/
video_capture_device_dummy.cc 28 void VideoCaptureDeviceDummy::DeAllocate() {}
fake_video_capture_device.cc 137 void FakeVideoCaptureDevice::DeAllocate() {
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 103 DeAllocate();
208 void VideoCaptureDeviceAndroid::DeAllocate() {
209 DVLOG(1) << "VideoCaptureDeviceAndroid::DeAllocate";
  /external/chromium_org/content/browser/renderer_host/media/
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.cc     [all...]
  /external/chromium_org/media/video/capture/linux/
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_win.cc 472 void VideoCaptureDeviceWin::DeAllocate() {
video_capture_device_mf_win.cc 429 void VideoCaptureDeviceMFWin::DeAllocate() {

Completed in 1781 milliseconds