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

  /external/chromium_org/media/video/capture/
fake_video_capture_device.h 32 static void GetDeviceSupportedFormats(const Name& device,
file_video_capture_device.h 33 static void GetDeviceSupportedFormats(const Name& device,
video_capture_device.h 199 static void GetDeviceSupportedFormats(const Name& device,
video_capture_device_unittest.cc 364 TEST_F(VideoCaptureDeviceTest, GetDeviceSupportedFormats) {
374 VideoCaptureDevice::GetDeviceSupportedFormats(*names_iterator,
419 FakeVideoCaptureDevice::GetDeviceSupportedFormats(*names_iterator,
fake_video_capture_device.cc 47 void FakeVideoCaptureDevice::GetDeviceSupportedFormats(
file_video_capture_device.cc 160 void FileVideoCaptureDevice::GetDeviceSupportedFormats(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 286 void VideoCaptureManager::GetDeviceSupportedFormats(
295 DVLOG(1) << "GetDeviceSupportedFormats for device: " << it->second.name;
430 media::VideoCaptureDevice::GetDeviceSupportedFormats(
434 media::FakeVideoCaptureDevice::GetDeviceSupportedFormats(
438 media::FileVideoCaptureDevice::GetDeviceSupportedFormats(
video_capture_manager.h 88 void GetDeviceSupportedFormats(int capture_session_id,
201 // OnDevicesInfoEnumerated(). GetDeviceSupportedFormats() will
video_capture_manager_unittest.cc 254 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats);
267 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats);
277 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats);
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 57 void VideoCaptureDevice::GetDeviceSupportedFormats(const Name& device,
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.cc 147 void VideoCaptureDevice::GetDeviceSupportedFormats(
  /external/chromium_org/media/video/capture/win/
video_capture_device_win.cc 168 void VideoCaptureDevice::GetDeviceSupportedFormats(const Name& device,

Completed in 784 milliseconds