HomeSort by relevance Sort by last modified time
    Searched refs:module_process_thread_ (Results 1 - 9 of 9) sorted by null

  /external/webrtc/webrtc/video/
video_capture_input.cc 39 module_process_thread_(module_process_thread),
58 module_process_thread_->RegisterModule(overuse_detector_.get());
62 module_process_thread_->DeRegisterModule(overuse_detector_.get());
video_capture_input.h 69 ProcessThread* const module_process_thread_; member in class:webrtc::internal::VideoCaptureInput
video_send_stream.h 86 ProcessThread* const module_process_thread_; member in class:webrtc::internal::VideoSendStream
vie_channel.cc 96 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_->DeRegisterModule(rtp_rtcp_modules_[i])
    [all...]
vie_encoder.cc 133 module_process_thread_(module_process_thread),
164 module_process_thread_->RegisterModule(vcm_.get());
170 module_process_thread_->DeRegisterModule(vcm_.get());
video_send_stream.cc 127 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,
vie_encoder.h 183 ProcessThread* module_process_thread_; member in class:webrtc::ViEEncoder
vie_channel.h 406 ProcessThread* const module_process_thread_; member in class:webrtc::ViEChannel
  /external/webrtc/webrtc/call/
call.cc 123 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 220 milliseconds