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

  /external/chromium_org/media/video/capture/
file_video_capture_device_factory.h 24 virtual void GetDeviceSupportedFormats(
fake_video_capture_device_factory.h 25 virtual void GetDeviceSupportedFormats(
video_capture_device_factory.h 37 virtual void GetDeviceSupportedFormats(
fake_video_capture_device_factory.cc 44 void FakeVideoCaptureDeviceFactory::GetDeviceSupportedFormats(
file_video_capture_device_factory.cc 60 void FileVideoCaptureDeviceFactory::GetDeviceSupportedFormats(
fake_video_capture_device_unittest.cc 145 TEST_F(FakeVideoCaptureDeviceTest, GetDeviceSupportedFormats) {
153 video_capture_device_factory_->GetDeviceSupportedFormats(
190 video_capture_device_factory_->GetDeviceSupportedFormats(names->front(),
video_capture_device_unittest.cc 176 video_capture_device_factory_->GetDeviceSupportedFormats(
414 TEST_F(VideoCaptureDeviceTest, GetDeviceSupportedFormats) {
416 // GetDeviceSupportedFormats().
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.h 27 virtual void GetDeviceSupportedFormats(
video_capture_device_factory_win.cc 426 void VideoCaptureDeviceFactoryWin::GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/linux/
video_capture_device_factory_linux.h 28 virtual void GetDeviceSupportedFormats(
video_capture_device_factory_linux.cc 113 void VideoCaptureDeviceFactoryLinux::GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/android/
video_capture_device_factory_android.h 39 virtual void GetDeviceSupportedFormats(
video_capture_device_factory_android.cc 84 void VideoCaptureDeviceFactoryAndroid::GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/mac/
video_capture_device_factory_mac.h 29 virtual void GetDeviceSupportedFormats(
  /external/chromium_org/content/renderer/media/
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_manager.h 79 void GetDeviceSupportedFormats(
video_capture_impl.h 81 void GetDeviceSupportedFormats(
video_capture_impl_manager.cc 110 void VideoCaptureImplManager::GetDeviceSupportedFormats(
119 base::Bind(&VideoCaptureImpl::GetDeviceSupportedFormats,
media_stream_video_capturer_source.cc 174 manager->GetDeviceSupportedFormats(
video_capture_impl.cc 154 void VideoCaptureImpl::GetDeviceSupportedFormats(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 113 bool GetDeviceSupportedFormats(
260 // this list in OnDevicesInfoEnumerated(). GetDeviceSupportedFormats() will
video_capture_manager_unittest.cc 282 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
298 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
312 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
325 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
video_capture_manager.cc 435 bool VideoCaptureManager::GetDeviceSupportedFormats(
444 DVLOG(1) << "GetDeviceSupportedFormats for device: " << it->second.name;
608 video_capture_device_factory_->GetDeviceSupportedFormats(
video_capture_host.cc 351 ->GetDeviceSupportedFormats(capture_session_id,

Completed in 4136 milliseconds