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

  /external/webrtc/webrtc/video/
vie_encoder.h 183 ProcessThread* module_process_thread_; member in class:webrtc::ViEEncoder
video_send_stream.h 86 ProcessThread* const module_process_thread_; member in class:webrtc::internal::VideoSendStream
video_capture_input.h 69 ProcessThread* const module_process_thread_; member in class:webrtc::internal::VideoCaptureInput
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 1012 milliseconds