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

  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.h 85 void GetDeviceFormatsInUse(
video_capture_impl_unittest.cc 172 void GetDeviceFormatsInUse() {
177 video_capture_impl_->GetDeviceFormatsInUse(callback);
260 // Check that a request to GetDeviceFormatsInUse() ends up eventually in the
262 TEST_F(VideoCaptureImplTest, GetDeviceFormatsInUse) {
266 GetDeviceFormatsInUse();
video_capture_impl.h 86 void GetDeviceFormatsInUse(
video_capture_impl_manager.cc 123 void VideoCaptureImplManager::GetDeviceFormatsInUse(
132 base::Bind(&VideoCaptureImpl::GetDeviceFormatsInUse,
media_stream_video_capturer_source.cc 95 manager->GetDeviceFormatsInUse(
video_capture_impl.cc 163 void VideoCaptureImpl::GetDeviceFormatsInUse(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.h 120 bool GetDeviceFormatsInUse(media::VideoCaptureSessionId capture_session_id,
video_capture_manager_unittest.cc 360 EXPECT_TRUE(vcm_->GetDeviceFormatsInUse(video_session_id, &formats_in_use));
366 EXPECT_TRUE(vcm_->GetDeviceFormatsInUse(video_session_id, &formats_in_use));
381 EXPECT_TRUE(vcm_->GetDeviceFormatsInUse(video_session_id, &formats_in_use));
video_capture_host.cc 368 if (!media_stream_manager_->video_capture_manager()->GetDeviceFormatsInUse(
video_capture_manager.cc 454 bool VideoCaptureManager::GetDeviceFormatsInUse(
463 DVLOG(1) << "GetDeviceFormatsInUse for device: " << it->second.name;

Completed in 478 milliseconds