OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_captureThread
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
43
rtc::scoped_ptr<rtc::PlatformThread>
_captureThread
;
video_capture_linux.cc
281
if (!
_captureThread
)
283
_captureThread
.reset(new rtc::PlatformThread(
285
_captureThread
->Start();
286
_captureThread
->SetPriority(rtc::kHighPriority);
305
if (
_captureThread
) {
307
_captureThread
->Stop();
308
_captureThread
.reset();
Completed in 90 milliseconds