OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartVideoCapture
(Results
1 - 10
of
10
) sorted by null
/external/webrtc/talk/media/base/
capturemanager_unittest.cc
101
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
113
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
125
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
143
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
145
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
162
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
165
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
192
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
212
EXPECT_TRUE(capture_manager_.
StartVideoCapture
(&video_capturer_,
capturemanager.h
68
virtual bool
StartVideoCapture
(VideoCapturer* video_capturer,
capturemanager.cc
183
bool CaptureManager::
StartVideoCapture
(VideoCapturer* video_capturer,
245
if (!
StartVideoCapture
(video_capturer, desired_format)) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/browser/
tab.py
175
def
StartVideoCapture
(self, min_bitrate_mbps,
196
self.browser.platform.
StartVideoCapture
(min_bitrate_mbps)
tab_unittest.py
41
def
StartVideoCapture
(self, min_bitrate_mbps):
112
self._tab.
StartVideoCapture
(min_bitrate_mbps=2)
/external/webrtc/talk/session/media/
channelmanager.h
147
bool
StartVideoCapture
(VideoCapturer* video_capturer,
channelmanager.cc
469
bool ChannelManager::
StartVideoCapture
(
472
Bind(&CaptureManager::
StartVideoCapture
,
/external/webrtc/talk/app/webrtc/
videosource.cc
414
if (!channel_manager_->
StartVideoCapture
(video_capturer_.get(), format_)) {
435
if (!channel_manager_->
StartVideoCapture
(video_capturer_.get(), format_)) {
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
platform_backend.py
204
def
StartVideoCapture
(self, min_bitrate_mbps):
android_platform_backend.py
374
def
StartVideoCapture
(self, min_bitrate_mbps):
Completed in 867 milliseconds