OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCaptureDevice
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/media/
channelmanager_unittest.cc
331
// Test that
GetCaptureDevice
works before Init.
333
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
338
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
410
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
420
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
438
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
448
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
452
TEST_F(ChannelManagerTest,
GetCaptureDevice
) {
457
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in));
461
EXPECT_TRUE(cm_->
GetCaptureDevice
(&video_in))
[
all
...]
channelmanager.h
151
// next method should be
GetCaptureDevice
.
152
bool
GetCaptureDevice
(std::string* cam_device);
221
//
GetCaptureDevice
(). See member video_device_ for more details.
channelmanager.cc
614
if (!
GetCaptureDevice
(&device_name)) {
620
bool ChannelManager::
GetCaptureDevice
(std::string* cam_name) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
fakewebrtcvideoengine.h
767
WEBRTC_STUB(
GetCaptureDevice
, (unsigned int, char*,
[
all
...]
Completed in 2367 milliseconds