Home
last modified time | relevance | path

Searched refs:process_thread (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/call/
Dcongestion_controller.cc147 CongestionController::CongestionController(ProcessThread* process_thread, in CongestionController() argument
163 process_thread_(process_thread), in CongestionController()
177 process_thread->RegisterModule(remote_estimator_proxy_.get()); in CongestionController()
178 process_thread->RegisterModule(remote_bitrate_estimator_.get()); in CongestionController()
179 process_thread->RegisterModule(bitrate_controller_.get()); in CongestionController()
Dcongestion_controller.h41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h22 MockCongestionController(ProcessThread* process_thread, in MockCongestionController() argument
25 : CongestionController(process_thread, call_stats, bitrate_observer) {} in MockCongestionController()
/external/webrtc/webrtc/voice_engine/
Dvoe_base_impl.cc224 if (shared_->process_thread()) { in Init()
225 shared_->process_thread()->Start(); in Init()
253 if (shared_->process_thread()) { in Init()
254 shared_->process_thread()->RegisterModule(shared_->audio_device()); in Init()
414 *shared_->transmit_mixer(), *shared_->process_thread(), in InitializeChannel()
658 if (shared_->process_thread()) { in TerminateInternal()
660 shared_->process_thread()->DeRegisterModule(shared_->audio_device()); in TerminateInternal()
662 shared_->process_thread()->Stop(); in TerminateInternal()
Dshared_data.h47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } in process_thread() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.cc32 ProcessThread* process_thread) in TransportFeedbackAdapter() argument
35 process_thread_(process_thread), in TransportFeedbackAdapter()
Dtransport_feedback_adapter.h33 ProcessThread* process_thread);
/external/webrtc/webrtc/video/
Dencoder_state_feedback_unittest.cc34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer) in MockVieEncoder() argument
35 : ViEEncoder(1, process_thread, nullptr, nullptr, pacer, nullptr) {} in MockVieEncoder()
Dvideo_receive_stream.h47 ProcessThread* process_thread,
Dvideo_receive_stream.cc146 ProcessThread* process_thread, in VideoReceiveStream() argument
163 num_cpu_cores, &transport_adapter_, process_thread, nullptr, in VideoReceiveStream()
/external/webrtc/webrtc/modules/include/
Dmodule.h56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached() argument
/external/webrtc/webrtc/modules/utility/
Dutility.gypi27 'include/process_thread.h',
DBUILD.gn18 "include/process_thread.h",
/external/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI_mac.mm24 #include "webrtc/modules/utility/include/process_thread.h"