Searched refs:GetDeviceSupportedFormats (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/media/video/capture/
H A Dfile_video_capture_device_factory.h24 virtual void GetDeviceSupportedFormats(
H A Dfake_video_capture_device_factory.h25 virtual void GetDeviceSupportedFormats(
H A Dvideo_capture_device_factory.h37 virtual void GetDeviceSupportedFormats(
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
H A Dfake_video_capture_device_unittest.cc145 TEST_F(FakeVideoCaptureDeviceTest, GetDeviceSupportedFormats) {
153 video_capture_device_factory_->GetDeviceSupportedFormats(
190 video_capture_device_factory_->GetDeviceSupportedFormats(names->front(),
H A Dvideo_capture_device_unittest.cc176 video_capture_device_factory_->GetDeviceSupportedFormats(
414 TEST_F(VideoCaptureDeviceTest, GetDeviceSupportedFormats) {
416 // GetDeviceSupportedFormats().
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_factory_win.h27 virtual void GetDeviceSupportedFormats(
H A Dvideo_capture_device_factory_win.cc426 void VideoCaptureDeviceFactoryWin::GetDeviceSupportedFormats( function in class:media::VideoCaptureDeviceFactoryWin
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_factory_linux.h28 virtual void GetDeviceSupportedFormats(
H A Dvideo_capture_device_factory_linux.cc113 void VideoCaptureDeviceFactoryLinux::GetDeviceSupportedFormats( function in class:media::VideoCaptureDeviceFactoryLinux
/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_factory_android.h39 virtual void GetDeviceSupportedFormats(
H A Dvideo_capture_device_factory_android.cc84 void VideoCaptureDeviceFactoryAndroid::GetDeviceSupportedFormats( function in class:media::VideoCaptureDeviceFactoryAndroid
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_factory_mac.h29 virtual void GetDeviceSupportedFormats(
/external/chromium_org/content/renderer/media/
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_manager.h79 void GetDeviceSupportedFormats(
H A Dvideo_capture_impl.h81 void GetDeviceSupportedFormats(
H A Dvideo_capture_impl_manager.cc110 void VideoCaptureImplManager::GetDeviceSupportedFormats( function in class:content::VideoCaptureImplManager
119 base::Bind(&VideoCaptureImpl::GetDeviceSupportedFormats,
H A Dmedia_stream_video_capturer_source.cc174 manager->GetDeviceSupportedFormats(
H A Dvideo_capture_impl.cc154 void VideoCaptureImpl::GetDeviceSupportedFormats( function in class:content::VideoCaptureImpl
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.h113 bool GetDeviceSupportedFormats(
260 // this list in OnDevicesInfoEnumerated(). GetDeviceSupportedFormats() will
H A Dvideo_capture_manager_unittest.cc282 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));
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(
H A Dvideo_capture_host.cc351 ->GetDeviceSupportedFormats(capture_session_id,

Completed in 191 milliseconds