Home
last modified time | relevance | path

Searched refs:capture_thread_ (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/media/video/capture/
Dfake_video_capture_device.cc24 : capture_thread_("CaptureThread"), in FakeVideoCaptureDevice()
30 DCHECK(!capture_thread_.IsRunning()); in ~FakeVideoCaptureDevice()
37 DCHECK(!capture_thread_.IsRunning()); in AllocateAndStart()
39 capture_thread_.Start(); in AllocateAndStart()
40 capture_thread_.message_loop()->PostTask( in AllocateAndStart()
50 DCHECK(capture_thread_.IsRunning()); in StopAndDeAllocate()
51 capture_thread_.message_loop()->PostTask( in StopAndDeAllocate()
55 capture_thread_.Stop(); in StopAndDeAllocate()
61 DCHECK(!capture_thread_.IsRunning()); in PopulateVariableFormatsRoster()
69 DCHECK_EQ(capture_thread_.message_loop(), base::MessageLoop::current()); in OnAllocateAndStart()
[all …]
Dfile_video_capture_device.cc131 : capture_thread_("CaptureThread"), in FileVideoCaptureDevice()
141 CHECK(!capture_thread_.IsRunning()); in ~FileVideoCaptureDevice()
148 CHECK(!capture_thread_.IsRunning()); in AllocateAndStart()
150 capture_thread_.Start(); in AllocateAndStart()
151 capture_thread_.message_loop()->PostTask( in AllocateAndStart()
161 CHECK(capture_thread_.IsRunning()); in StopAndDeAllocate()
163 capture_thread_.message_loop()->PostTask( in StopAndDeAllocate()
167 capture_thread_.Stop(); in StopAndDeAllocate()
172 DCHECK_EQ(capture_thread_.message_loop(), base::MessageLoop::current()); in CalculateFrameSize()
179 DCHECK_EQ(capture_thread_.message_loop(), base::MessageLoop::current()); in OnAllocateAndStart()
[all …]
Dfake_video_capture_device.h51 base::Thread capture_thread_; variable
Dfile_video_capture_device.h61 base::Thread capture_thread_; variable
/external/chromium_org/media/audio/win/
Daudio_low_latency_input_win.cc42 capture_thread_(NULL), in WASAPIAudioInputStream()
163 capture_thread_ = in Start()
165 capture_thread_->Start(); in Start()
198 if (capture_thread_) { in Stop()
200 capture_thread_->Join(); in Stop()
201 capture_thread_ = NULL; in Stop()
351 capture_thread_->SetThreadPriority(base::kThreadPriority_RealtimeAudio); in Run()
Daudio_low_latency_input_win.h139 base::DelegateSimpleThread* capture_thread_; variable
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_capturer.cc47 capture_thread_(*ThreadWrapper::CreateThread(ViECaptureThreadFunction, in ViECapturer()
63 if (!capture_thread_.Start(t_id)) { in ViECapturer()
75 capture_thread_.SetNotAlive(); in ~ViECapturer()
87 if (capture_thread_.Stop()) { in ~ViECapturer()
89 delete &capture_thread_; in ~ViECapturer()
Dvie_capturer.h167 ThreadWrapper& capture_thread_; variable
/external/chromium_org/remoting/test/
Dprotocol_perftest.cc83 capture_thread_("capture"), in ProtocolPerfTest()
88 capture_thread_.Start(); in ProtocolPerfTest()
253 capture_thread_.message_loop_proxy(), in StartHost()
344 base::Thread capture_thread_; member in remoting::ProtocolPerfTest