OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateFileVideoCapturerDevice
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/talk/media/devices/
filevideocapturer.h
92
static Device
CreateFileVideoCapturerDevice
(const std::string& filename) {
devicemanager.cc
169
*out = FileVideoCapturer::
CreateFileVideoCapturerDevice
(name);
filevideocapturer.cc
227
return Init(FileVideoCapturer::
CreateFileVideoCapturerDevice
(filename));
filevideocapturer_unittest.cc
197
cricket::FileVideoCapturer::
CreateFileVideoCapturerDevice
(test_file);
Completed in 46 milliseconds