Home
last modified time | relevance | path

Searched refs:ProcessThread (Results 1 – 25 of 37) sorted by relevance

12

/external/webrtc/webrtc/modules/utility/include/
Dprocess_thread.h28 class ProcessThread {
30 virtual ~ProcessThread();
32 static rtc::scoped_ptr<ProcessThread> Create(const char* thread_name);
/external/webrtc/webrtc/call/
Dcongestion_controller.h29 class ProcessThread; variable
41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
81 ProcessThread* const process_thread_;
84 rtc::scoped_ptr<ProcessThread> pacer_thread_;
Dcongestion_controller.cc147 CongestionController::CongestionController(ProcessThread* process_thread, in CongestionController()
165 pacer_thread_(ProcessThread::Create("PacerThread")), in CongestionController()
/external/webrtc/webrtc/modules/utility/source/
Dprocess_thread_impl.cc36 ProcessThread::~ProcessThread() {} in ~ProcessThread()
39 rtc::scoped_ptr<ProcessThread> ProcessThread::Create( in Create()
41 return rtc::scoped_ptr<ProcessThread>(new ProcessThreadImpl(thread_name)); in Create()
Dprocess_thread_impl.h26 class ProcessThreadImpl : public ProcessThread {
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dtransport_feedback_adapter.h25 class ProcessThread; variable
33 ProcessThread* process_thread);
59 ProcessThread* const process_thread_;
Dtransport_feedback_adapter.cc32 ProcessThread* process_thread) in TransportFeedbackAdapter()
/external/webrtc/webrtc/video/
Dvideo_capture_input.h38 class ProcessThread; variable
53 VideoCaptureInput(ProcessThread* module_process_thread,
69 ProcessThread* const module_process_thread_;
Dvideo_send_stream.h34 class ProcessThread; variable
44 ProcessThread* module_process_thread,
86 ProcessThread* const module_process_thread_;
Dvie_encoder.h38 class ProcessThread; variable
54 ProcessThread* module_process_thread,
183 ProcessThread* module_process_thread_;
Dvie_remb.h26 class ProcessThread; variable
Dvie_channel.h43 class ProcessThread; variable
71 ProcessThread* module_process_thread,
406 ProcessThread* const module_process_thread_;
Dvideo_receive_stream.h47 ProcessThread* process_thread,
Dvideo_capture_input.cc32 ProcessThread* module_process_thread, in VideoCaptureInput()
Dencoder_state_feedback_unittest.cc34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer) in MockVieEncoder()
/external/webrtc/webrtc/voice_engine/
Dshared_data.h22 class ProcessThread; variable
47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } in process_thread()
73 rtc::scoped_ptr<ProcessThread> _moduleProcessThreadPtr;
Dtransmit_mixer.h29 class ProcessThread; variable
46 int32_t SetEngineInformation(ProcessThread& processThread,
196 ProcessThread* _processThreadPtr;
Dshared_data.cc32 _moduleProcessThreadPtr(ProcessThread::Create("VoiceProcessThread")) { in SharedData()
Dchannel.h53 class ProcessThread; variable
190 ProcessThread& moduleProcessThread,
559 ProcessThread* _moduleProcessThreadPtr;
Dvoe_base_impl.h21 class ProcessThread; variable
/external/webrtc/webrtc/modules/include/
Dmodule.h18 class ProcessThread; variable
56 virtual void ProcessThreadAttached(ProcessThread* process_thread) {} in ProcessThreadAttached()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h56 class ProcessThread; variable
209 rtc::scoped_ptr<ProcessThread> _processThread;
/external/webrtc/webrtc/modules/utility/include/mock/
Dmock_process_thread.h20 class MockProcessThread : public ProcessThread {
/external/webrtc/webrtc/call/mock/
Dmock_congestion_controller.h22 MockCongestionController(ProcessThread* process_thread, in MockCongestionController()
/external/webrtc/webrtc/audio/
Daudio_send_stream_unittest.cc56 process_thread_(ProcessThread::Create("AudioTestThread")), in ConfigHelper()
163 rtc::scoped_ptr<ProcessThread> process_thread_;

12