HomeSort by relevance Sort by last modified time
    Searched full:process_thread (Results 1 - 25 of 25) sorted by null

  /external/webrtc/webrtc/modules/include/
module.h 38 // 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) {}
  /external/webrtc/webrtc/call/mock/
mock_congestion_controller.h 22 MockCongestionController(ProcessThread* process_thread,
25 : CongestionController(process_thread, call_stats, bitrate_observer) {}
  /external/webrtc/webrtc/voice_engine/
shared_data.h 17 #include "webrtc/modules/utility/include/process_thread.h"
47 ProcessThread* process_thread() { return _moduleProcessThreadPtr.get(); } function in class:webrtc::voe::SharedData
voe_base_impl.cc 224 if (shared_->process_thread()) {
225 shared_->process_thread()->Start();
253 if (shared_->process_thread()) {
254 shared_->process_thread()->RegisterModule(shared_->audio_device());
414 *shared_->transmit_mixer(), *shared_->process_thread(),
658 if (shared_->process_thread()) {
660 shared_->process_thread()->DeRegisterModule(shared_->audio_device());
662 shared_->process_thread()->Stop();
channel.cc 32 #include "webrtc/modules/utility/include/process_thread.h"
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.cc 19 #include "webrtc/modules/utility/include/process_thread.h"
32 ProcessThread* process_thread)
35 process_thread_(process_thread),
transport_feedback_adapter.h 33 ProcessThread* process_thread);
  /external/webrtc/webrtc/call/
congestion_controller.cc 26 #include "webrtc/modules/utility/include/process_thread.h"
147 CongestionController::CongestionController(ProcessThread* process_thread,
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());
congestion_controller.h 41 CongestionController(ProcessThread* process_thread, CallStats* call_stats,
call.cc 36 #include "webrtc/modules/utility/include/process_thread.h"
  /external/webrtc/webrtc/modules/utility/
BUILD.gn 18 "include/process_thread.h",
utility.gypi 27 'include/process_thread.h',
  /external/webrtc/webrtc/modules/utility/include/mock/
mock_process_thread.h 14 #include "webrtc/modules/utility/include/process_thread.h"
  /external/webrtc/webrtc/video/
encoder_state_feedback_unittest.cc 34 explicit MockVieEncoder(ProcessThread* process_thread, PacedSender* pacer)
35 : ViEEncoder(1, process_thread, nullptr, nullptr, pacer, nullptr) {}
video_receive_stream.h 47 ProcessThread* process_thread,
video_capture_input.cc 17 #include "webrtc/modules/utility/include/process_thread.h"
vie_remb.cc 18 #include "webrtc/modules/utility/include/process_thread.h"
video_receive_stream.cc 146 ProcessThread* process_thread,
163 num_cpu_cores, &transport_adapter_, process_thread, nullptr,
vie_encoder.cc 26 #include "webrtc/modules/utility/include/process_thread.h"
vie_channel.cc 28 #include "webrtc/modules/utility/include/process_thread.h"
    [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
audio_device_test_defines.h 16 #include "webrtc/modules/utility/include/process_thread.h"
  /external/webrtc/webrtc/modules/video_render/test/testAPI/
testAPI_mac.mm 24 #include "webrtc/modules/utility/include/process_thread.h"
testAPI.cc 36 #include "webrtc/modules/utility/include/process_thread.h"
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl.h 20 #include "webrtc/modules/utility/include/process_thread.h"
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 20 #include "webrtc/modules/utility/include/process_thread.h"

Completed in 298 milliseconds