OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentDeviceName
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/video_capture/
video_capture.h
119
virtual const char*
CurrentDeviceName
() const = 0;
video_capture_impl.h
78
virtual const char*
CurrentDeviceName
() const;
video_capture_impl.cc
40
const char* VideoCaptureImpl::
CurrentDeviceName
() const
/external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h
81
const char*
CurrentDeviceName
() const override {
/external/webrtc/webrtc/test/
vcm_capturer.cc
39
device_info->GetCapability(vcm_->
CurrentDeviceName
(), 0, capability_);
/external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc
294
device_info_->GetCapability(module->
CurrentDeviceName
(), 0, capability);
341
module->
CurrentDeviceName
());
349
EXPECT_EQ(0, device_info_->GetCapability(module->
CurrentDeviceName
(), i,
403
device_info_->GetCapability(module1->
CurrentDeviceName
(), 0, capability1);
420
device_info_->GetCapability(module2->
CurrentDeviceName
(), 0, capability2);
Completed in 627 milliseconds