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

  /external/chromium_org/content/renderer/media/
video_capture_impl_manager.cc 123 void VideoCaptureImplManager::GetDeviceFormatsInUse(
132 base::Bind(&VideoCaptureImpl::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.cc 160 void VideoCaptureImpl::GetDeviceFormatsInUse(
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc 360 bool VideoCaptureManager::GetDeviceFormatsInUse(
369 DVLOG(1) << "GetDeviceFormatsInUse for device: " << it->second.name;

Completed in 984 milliseconds