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

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.cc19 #include "webrtc/modules/utility/interface/process_thread.h"
157 ProcessThread* process_thread,
167 process_thread_(process_thread) {
182 process_thread->RegisterModule(remote_bitrate_estimator_.get());
183 process_thread->RegisterModule(call_stats_.get());
184 process_thread->RegisterModule(bitrate_controller_.get());
156 ChannelGroup(int engine_id, ProcessThread* process_thread, const Config* config) argument
H A Dvie_channel_group.h34 ChannelGroup(int engine_id, ProcessThread* process_thread,
H A Dencoder_state_feedback_unittest.cc30 explicit MockVieEncoder(ProcessThread* process_thread) argument
31 : ViEEncoder(1, 1, 1, config_, *process_thread, NULL) {}
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dshared_data.h16 #include "webrtc/modules/utility/interface/process_thread.h"
51 ProcessThread* process_thread() { return _moduleProcessThreadPtr; } function in class:webrtc::voe::SharedData
H A Dvoe_base_impl.cc315 if (_shared->process_thread())
317 if (_shared->process_thread()->Start() != 0)
350 if (_shared->process_thread() &&
351 _shared->process_thread()->RegisterModule(_shared->audio_device()) != 0)
528 *_shared->process_thread(),
958 if (_shared->process_thread())
962 if (_shared->process_thread()->
969 if (_shared->process_thread()->Stop() != 0)
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeaudiocapturemodule.cc61 rtc::Thread* process_thread)
71 process_thread_(process_thread),
81 rtc::Thread* process_thread) {
82 if (process_thread == NULL) return NULL;
85 new rtc::RefCountedObject<FakeAudioCaptureModule>(process_thread));
60 FakeAudioCaptureModule( rtc::Thread* process_thread) argument
80 Create( rtc::Thread* process_thread) argument
H A Dfakeaudiocapturemodule.h65 // |process_thread| is used to push and pull audio frames to and from the
66 // returned instance. Note: ownership of |process_thread| is not handed over.
68 rtc::Thread* process_thread);
212 explicit FakeAudioCaptureModule(rtc::Thread* process_thread);

Completed in 136 milliseconds