HomeSort by relevance Sort by last modified time
    Searched refs:RegisterModule (Results 1 - 20 of 20) sorted by null

  /external/webrtc/webrtc/modules/utility/include/
process_thread.h 57 virtual void RegisterModule(Module* module) = 0;
  /external/webrtc/webrtc/modules/utility/include/mock/
mock_process_thread.h 26 MOCK_METHOD1(RegisterModule, void(Module* module));
  /external/webrtc/webrtc/modules/utility/source/
process_thread_impl_unittest.cc 84 thread.RegisterModule(&module);
103 thread.RegisterModule(&module);
128 thread.RegisterModule(&module);
170 thread.RegisterModule(&module);
231 thread.RegisterModule(&module);
278 thread.RegisterModule(&module);
process_thread_impl.h 37 void RegisterModule(Module* module) override;
process_thread_impl.cc 131 void ProcessThreadImpl::RegisterModule(Module* module) {
  /external/webrtc/webrtc/call/
congestion_controller.cc 174 pacer_thread_->RegisterModule(pacer_.get());
177 process_thread->RegisterModule(remote_estimator_proxy_.get());
178 process_thread->RegisterModule(remote_bitrate_estimator_.get());
179 process_thread->RegisterModule(bitrate_controller_.get());
call.cc 219 module_process_thread_->RegisterModule(call_stats_.get());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter.cc 49 process_thread_->RegisterModule(rbe);
transport_feedback_adapter_unittest.cc 46 EXPECT_CALL(process_thread_, RegisterModule(bitrate_estimator_)).Times(1);
  /external/webrtc/webrtc/video/
video_capture_input.cc 58 module_process_thread_->RegisterModule(overuse_detector_.get());
vie_channel.cc 146 module_process_thread_->RegisterModule(vie_receiver_.GetReceiveStatistics());
149 module_process_thread_->RegisterModule(rtp_rtcp_modules_[0]);
170 module_process_thread_->RegisterModule(vcm_);
171 module_process_thread_->RegisterModule(&vie_sync_);
419 module_process_thread_->RegisterModule(rtp_rtcp_modules_[i]);
    [all...]
vie_encoder.cc 164 module_process_thread_->RegisterModule(vcm_.get());
  /external/ImageMagick/www/api/
module.php 55 <p class="text-center"><a href="module.php#AcquireModuleInfo">AcquireModuleInfo</a> &bull; <a href="module.php#DestroyModuleList">DestroyModuleList</a> &bull; <a href="module.php#GetModuleInfo">GetModuleInfo</a> &bull; <a href="module.php#GetModuleInfoList">GetModuleInfoList</a> &bull; <a href="module.php#GetModuleList">GetModuleList</a> &bull; <a href="module.php#GetMagickModulePath">GetMagickModulePath</a> &bull; <a href="module.php#IsModuleTreeInstantiated">IsModuleTreeInstantiated</a> &bull; <a href="module.php#InvokeDynamicImageFilter">InvokeDynamicImageFilter</a> &bull; <a href="module.php#ListModuleInfo">ListModuleInfo</a> &bull; <a href="module.php#OpenModule">OpenModule</a> &bull; <a href="module.php#OpenModules">OpenModules</a> &bull; <a href="module.php#RegisterModule">RegisterModule</a> &bull; <a href="module.php#TagToCoderModuleName">TagToCoderModuleName</a> &bull; <a href="module.php#TagToFilterModuleName">TagToFilterModuleName</a> &bull; <a href="module.php#TagToModuleName">TagToModuleName</a> &bull; <a href="module.php#UnregisterModule">UnregisterModule</a></p>
340 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/module_8c.html" id="RegisterModule">RegisterModule</a></h2>
342 <p>RegisterModule() adds an entry to the module list. It returns a pointer to the registered entry on success.</p>
344 <p>The format of the RegisterModule module is:</p>
347 ModuleInfo *RegisterModule(const ModuleInfo *module_info,
  /external/ImageMagick/MagickCore/
module.c 105 *RegisterModule(const ModuleInfo *,ExceptionInfo *);
    [all...]
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 445 process_module_->RegisterModule(capture_module_);
  /external/webrtc/webrtc/voice_engine/
voe_base_impl.cc 254 shared_->process_thread()->RegisterModule(shared_->audio_device());
transmit_mixer.cc 268 _processThreadPtr->RegisterModule(&_monitorModule);
    [all...]
channel.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 615 _processThread->RegisterModule(_audioDevice);
873 _processThread->RegisterModule(_audioDevice);
    [all...]
audio_device_test_api.cc 237 process_thread_->RegisterModule(audio_device_);
    [all...]

Completed in 284 milliseconds