Searched refs:process_thread (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/webrtc/call/ |
D | congestion_controller.cc | 147 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()
|
D | congestion_controller.h | 41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
|
/external/webrtc/webrtc/call/mock/ |
D | mock_congestion_controller.h | 22 MockCongestionController(ProcessThread* process_thread, in MockCongestionController() argument 25 : CongestionController(process_thread, call_stats, bitrate_observer) {} in MockCongestionController()
|
/external/webrtc/webrtc/voice_engine/ |
D | voe_base_impl.cc | 224 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()
|
D | shared_data.h | 47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } in process_thread() function
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
D | transport_feedback_adapter.cc | 32 ProcessThread* process_thread) in TransportFeedbackAdapter() argument 35 process_thread_(process_thread), in TransportFeedbackAdapter()
|
D | transport_feedback_adapter.h | 33 ProcessThread* process_thread);
|
/external/webrtc/webrtc/video/ |
D | encoder_state_feedback_unittest.cc | 34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer) in MockVieEncoder() argument 35 : ViEEncoder(1, process_thread, nullptr, nullptr, pacer, nullptr) {} in MockVieEncoder()
|
D | video_receive_stream.h | 47 ProcessThread* process_thread,
|
D | video_receive_stream.cc | 146 ProcessThread* process_thread, in VideoReceiveStream() argument 163 num_cpu_cores, &transport_adapter_, process_thread, nullptr, in VideoReceiveStream()
|
/external/webrtc/webrtc/modules/include/ |
D | module.h | 56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached() argument
|
/external/webrtc/webrtc/modules/utility/ |
D | utility.gypi | 27 'include/process_thread.h',
|
D | BUILD.gn | 18 "include/process_thread.h",
|
/external/webrtc/webrtc/modules/video_render/test/testAPI/ |
D | testAPI_mac.mm | 24 #include "webrtc/modules/utility/include/process_thread.h"
|