Searched defs:process_thread (Results 1 - 7 of 7) sorted by relevance

/external/webrtc/webrtc/call/mock/
H A Dmock_congestion_controller.h22 MockCongestionController(ProcessThread* process_thread, argument
25 : CongestionController(process_thread, call_stats, bitrate_observer) {}
/external/webrtc/webrtc/modules/include/
H A Dmodule.h38 // thread or detached from one. In the case of detaching, |process_thread|
43 // * Non-null process_thread:
49 // * Null process_thread:
56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} argument
/external/webrtc/webrtc/video/
H A Dencoder_state_feedback_unittest.cc34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer) argument
35 : ViEEncoder(1, process_thread, nullptr, nullptr, pacer, nullptr) {}
H A Dvideo_receive_stream.cc146 ProcessThread* process_thread,
163 num_cpu_cores, &transport_adapter_, process_thread, nullptr,
141 VideoReceiveStream( int num_cpu_cores, CongestionController* congestion_controller, const VideoReceiveStream::Config& config, webrtc::VoiceEngine* voice_engine, ProcessThread* process_thread, CallStats* call_stats) argument
/external/webrtc/webrtc/voice_engine/
H A Dshared_data.h17 #include "webrtc/modules/utility/include/process_thread.h"
47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } function in class:webrtc::voe::SharedData
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dtransport_feedback_adapter.cc19 #include "webrtc/modules/utility/include/process_thread.h"
32 ProcessThread* process_thread)
35 process_thread_(process_thread),
29 TransportFeedbackAdapter( RtcpBandwidthObserver* bandwidth_observer, Clock* clock, ProcessThread* process_thread) argument
/external/webrtc/webrtc/call/
H A Dcongestion_controller.cc26 #include "webrtc/modules/utility/include/process_thread.h"
147 CongestionController::CongestionController(ProcessThread* process_thread, argument
163 process_thread_(process_thread),
177 process_thread->RegisterModule(remote_estimator_proxy_.get());
178 process_thread->RegisterModule(remote_bitrate_estimator_.get());
179 process_thread->RegisterModule(bitrate_controller_.get());

Completed in 173 milliseconds