OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
163
void VideoCaptureImpl::
GetDeviceFormatsInUse
(
/external/chromium_org/content/browser/renderer_host/media/
video_capture_manager.cc
454
bool VideoCaptureManager::
GetDeviceFormatsInUse
(
463
DVLOG(1) << "
GetDeviceFormatsInUse
for device: " << it->second.name;
Completed in 414 milliseconds