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

  /external/chromium_org/media/video/capture/
fake_video_capture_device_factory.cc 38 void FakeVideoCaptureDeviceFactory::GetDeviceSupportedFormats(
file_video_capture_device_factory.cc 55 void FileVideoCaptureDeviceFactory::GetDeviceSupportedFormats(
  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.cc 110 void VideoCaptureImplManager::GetDeviceSupportedFormats(
119 base::Bind(&VideoCaptureImpl::GetDeviceSupportedFormats,
video_capture_impl_unittest.cc 164 void GetDeviceSupportedFormats() {
169 video_capture_impl_->GetDeviceSupportedFormats(callback);
239 // Check that a request to GetDeviceSupportedFormats() ends up eventually in the
245 GetDeviceSupportedFormats();
249 // Check that two requests to GetDeviceSupportedFormats() end up eventually
255 GetDeviceSupportedFormats();
256 GetDeviceSupportedFormats();
video_capture_impl.cc 151 void VideoCaptureImpl::GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/android/
video_capture_device_factory_android.cc 84 void VideoCaptureDeviceFactoryAndroid::GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/linux/
video_capture_device_factory_linux.cc 113 void VideoCaptureDeviceFactoryLinux::GetDeviceSupportedFormats(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 341 bool VideoCaptureManager::GetDeviceSupportedFormats(
350 DVLOG(1) << "GetDeviceSupportedFormats for device: " << it->second.name;
508 video_capture_device_factory_->GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.cc 426 void VideoCaptureDeviceFactoryWin::GetDeviceSupportedFormats(

Completed in 243 milliseconds