Searched defs:GetDeviceFormatsInUse (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dvideo_capture_impl_manager.cc123 void VideoCaptureImplManager::GetDeviceFormatsInUse( function in class:content::VideoCaptureImplManager
132 base::Bind(&VideoCaptureImpl::GetDeviceFormatsInUse,
H A Dvideo_capture_impl_unittest.cc172 void GetDeviceFormatsInUse() { function in class:content::VideoCaptureImplTest
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();
H A Dvideo_capture_impl.cc163 void VideoCaptureImpl::GetDeviceFormatsInUse( function in class:content::VideoCaptureImpl
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc454 bool VideoCaptureManager::GetDeviceFormatsInUse( function in class:content::VideoCaptureManager
463 DVLOG(1) << "GetDeviceFormatsInUse for device: " << it->second.name;

Completed in 386 milliseconds