OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CaptureThread
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/include/media/
Visualizer.h
147
class
CaptureThread
: public Thread
150
CaptureThread
(Visualizer& receiver, uint32_t captureRate, bool bCanCallJava = false);
172
sp<
CaptureThread
> mCaptureThread;
/external/webrtc/webrtc/modules/video_capture/linux/
video_capture_linux.h
37
static bool
CaptureThread
(void*);
video_capture_linux.cc
284
VideoCaptureModuleV4L2::
CaptureThread
, this, "
CaptureThread
"));
408
bool VideoCaptureModuleV4L2::
CaptureThread
(void* obj)
/frameworks/av/media/libmedia/
Visualizer.cpp
65
sp<
CaptureThread
> t = mCaptureThread;
122
mCaptureThread = new
CaptureThread
(*this, rate, ((flags & CAPTURE_CALL_JAVA) != 0));
409
Visualizer::
CaptureThread
::
CaptureThread
(Visualizer& receiver, uint32_t captureRate,
414
ALOGV("
CaptureThread
cstor %p captureRate %d mSleepTimeUs %d", this, captureRate, mSleepTimeUs);
417
bool Visualizer::
CaptureThread
::threadLoop()
419
ALOGV("
CaptureThread
%p enter", this);
425
ALOGV("
CaptureThread
%p exiting", this);
/system/core/libmemunreachable/
ThreadCapture.cpp
83
int
CaptureThread
(pid_t tid);
164
if (
CaptureThread
(*it) < 0) {
253
int ThreadCaptureImpl::
CaptureThread
(pid_t tid) {
Completed in 254 milliseconds