HomeSort by relevance Sort by last modified time
    Searched refs:GetDeviceSupportedFormats (Results 1 - 25 of 25) 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 38 void FakeVideoCaptureDeviceFactory::GetDeviceSupportedFormats(
file_video_capture_device_factory.cc 55 void FileVideoCaptureDeviceFactory::GetDeviceSupportedFormats(
fake_video_capture_device_unittest.cc 146 TEST_F(FakeVideoCaptureDeviceTest, GetDeviceSupportedFormats) {
154 video_capture_device_factory_->GetDeviceSupportedFormats(
189 video_capture_device_factory_->GetDeviceSupportedFormats(names->front(),
video_capture_device.h 209 static void GetDeviceSupportedFormats(const Name& device,
video_capture_device_unittest.cc 176 video_capture_device_factory_->GetDeviceSupportedFormats(
422 TEST_F(VideoCaptureDeviceTest, GetDeviceSupportedFormats) {
424 // 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 171 manager->GetDeviceSupportedFormats(
video_capture_impl.cc 151 void VideoCaptureImpl::GetDeviceSupportedFormats(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 91 bool GetDeviceSupportedFormats(
238 // this list in OnDevicesInfoEnumerated(). GetDeviceSupportedFormats() will
video_capture_manager_unittest.cc 281 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
297 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
311 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
324 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
video_capture_manager.cc 341 bool VideoCaptureManager::GetDeviceSupportedFormats(
350 DVLOG(1) << "GetDeviceSupportedFormats for device: " << it->second.name;
508 video_capture_device_factory_->GetDeviceSupportedFormats(
video_capture_host.cc 320 ->GetDeviceSupportedFormats(capture_session_id,

Completed in 1225 milliseconds