Searched refs:module_process_thread_ (Results 1 - 9 of 9) sorted by relevance

/external/webrtc/webrtc/video/
H A Dvideo_capture_input.cc39 module_process_thread_(module_process_thread),
58 module_process_thread_->RegisterModule(overuse_detector_.get());
62 module_process_thread_->DeRegisterModule(overuse_detector_.get());
H A Dvideo_capture_input.h69 ProcessThread* const module_process_thread_; member in class:webrtc::internal::VideoCaptureInput
H A Dvideo_send_stream.h86 ProcessThread* const module_process_thread_; member in class:webrtc::internal::VideoSendStream
H A Dvie_channel.cc96 module_process_thread_(module_process_thread),
146 module_process_thread_->RegisterModule(vie_receiver_.GetReceiveStatistics());
149 module_process_thread_->RegisterModule(rtp_rtcp_modules_[0]);
170 module_process_thread_->RegisterModule(vcm_);
171 module_process_thread_->RegisterModule(&vie_sync_);
179 module_process_thread_->DeRegisterModule(
181 module_process_thread_->DeRegisterModule(vcm_);
182 module_process_thread_->DeRegisterModule(&vie_sync_);
187 module_process_thread_->DeRegisterModule(rtp_rtcp);
414 module_process_thread_
[all...]
H A Dvie_encoder.cc133 module_process_thread_(module_process_thread),
164 module_process_thread_->RegisterModule(vcm_.get());
170 module_process_thread_->DeRegisterModule(vcm_.get());
H A Dvideo_send_stream.cc127 module_process_thread_(module_process_thread),
148 num_cpu_cores, module_process_thread_, &stats_proxy_,
154 num_cpu_cores, config.send_transport, module_process_thread_,
210 module_process_thread_, vie_encoder_.get(), config_.local_renderer,
H A Dvie_encoder.h183 ProcessThread* module_process_thread_; member in class:webrtc::ViEEncoder
H A Dvie_channel.h406 ProcessThread* const module_process_thread_; member in class:webrtc::ViEChannel
/external/webrtc/webrtc/call/
H A Dcall.cc123 const rtc::scoped_ptr<ProcessThread> module_process_thread_; member in class:webrtc::internal::Call
184 module_process_thread_(ProcessThread::Create("ModuleProcessThread")),
201 new CongestionController(module_process_thread_.get(),
218 module_process_thread_->Start();
219 module_process_thread_->RegisterModule(call_stats_.get());
240 module_process_thread_->DeRegisterModule(call_stats_.get());
241 module_process_thread_->Stop();
382 num_cpu_cores_, module_process_thread_.get(), call_stats_.get(),
442 voice_engine(), module_process_thread_.get(), call_stats_.get());

Completed in 146 milliseconds