Searched defs:GetDeviceSupportedFormats (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device_factory.cc44 void FakeVideoCaptureDeviceFactory::GetDeviceSupportedFormats( function in class:media::FakeVideoCaptureDeviceFactory
H A Dfile_video_capture_device_factory.cc60 void FileVideoCaptureDeviceFactory::GetDeviceSupportedFormats( function in class:media::FileVideoCaptureDeviceFactory
/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_factory_android.cc84 void VideoCaptureDeviceFactoryAndroid::GetDeviceSupportedFormats( function in class:media::VideoCaptureDeviceFactoryAndroid
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl_manager.cc110 void VideoCaptureImplManager::GetDeviceSupportedFormats( function in class:content::VideoCaptureImplManager
119 base::Bind(&VideoCaptureImpl::GetDeviceSupportedFormats,
H A Dvideo_capture_impl_unittest.cc164 void GetDeviceSupportedFormats() { function in class:content::VideoCaptureImplTest
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();
H A Dvideo_capture_impl.cc154 void VideoCaptureImpl::GetDeviceSupportedFormats( function in class:content::VideoCaptureImpl
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_factory_linux.cc113 void VideoCaptureDeviceFactoryLinux::GetDeviceSupportedFormats( function in class:media::VideoCaptureDeviceFactoryLinux
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_factory_win.cc426 void VideoCaptureDeviceFactoryWin::GetDeviceSupportedFormats( function in class:media::VideoCaptureDeviceFactoryWin
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc435 bool VideoCaptureManager::GetDeviceSupportedFormats( function in class:content::VideoCaptureManager
444 DVLOG(1) << "GetDeviceSupportedFormats for device: " << it->second.name;
608 video_capture_device_factory_->GetDeviceSupportedFormats(

Completed in 206 milliseconds