Home
last modified time | relevance | path

Searched refs:SetConfig (Results 1 – 25 of 31) sorted by relevance

12

/external/webrtc/p2p/base/
Dregathering_controller_unittest.cc127 regathering_controller()->SetConfig(config); in TEST_F()
141 regathering_controller()->SetConfig(config); in TEST_F()
167 regathering_controller()->SetConfig(config); in TEST_F()
170 regathering_controller()->SetConfig(config); in TEST_F()
Dregathering_controller.h66 void SetConfig(const Config& config);
Dregathering_controller.cc38 void BasicRegatheringController::SetConfig(const Config& config) { in SetConfig() function in webrtc::BasicRegatheringController
/external/webrtc/test/network/
Dfeedback_generator.cc53 send_link_->SetConfig(conf_.send_link); in SetSendConfig()
59 ret_link_->SetConfig(conf_.return_link); in SetReturnConfig()
64 send_link_->SetConfig(conf_.send_link); in SetSendLinkCapacity()
/external/webrtc/modules/audio_processing/aec3/
Dsubtractor.cc125 refined_gains_[ch]->SetConfig(config_.filter.refined_initial, true); in HandleEchoPathChange()
126 coarse_gains_[ch]->SetConfig(config_.filter.coarse_initial, true); in HandleEchoPathChange()
148 refined_gains_[ch]->SetConfig(config_.filter.refined, false); in ExitInitialState()
149 coarse_gains_[ch]->SetConfig(config_.filter.coarse, false); in ExitInitialState()
Dcoarse_filter_update_gain.h44 void SetConfig( in SetConfig() function
Drefined_filter_update_gain.h57 void SetConfig( in SetConfig() function
Dcoarse_filter_update_gain.cc25 SetConfig(config, true); in CoarseFilterUpdateGain()
Drefined_filter_update_gain.cc44 SetConfig(config, true); in RefinedFilterUpdateGain()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle.h103 void SetConfig(GcsThrottleConfig config);
Dgcs_throttle.cc51 void GcsThrottle::SetConfig(GcsThrottleConfig config) { in SetConfig() function in tensorflow::GcsThrottle
Dgcs_throttle_test.cc44 throttle_.SetConfig(config_); in GcsThrottleTest()
/external/libvpx/libvpx/test/
Dsvc_test.h41 virtual void SetConfig(const int num_temporal_layer) = 0;
Dsvc_end_to_end_test.cc74 virtual void SetConfig(const int /*num_temporal_layer*/) {} in SetConfig() function in svc_test::__anonceccc4b50111::ScalePartitionOnePassCbrSvc
220 virtual void SetConfig(const int num_temporal_layer) { in SetConfig() function in svc_test::__anonceccc4b50111::SyncFrameOnePassCbrSvc
Dsvc_test.cc16 SetConfig(num_temporal_layer); in SetSvcConfig()
/external/webrtc/video/end_to_end_tests/
Dprobing_tests.cc252 send_simulated_network_->SetConfig(config);
272 send_simulated_network_->SetConfig(config);
Dextended_reports_tests.cc112 send_simulated_network_->SetConfig(forward_transport_config_); in OnSendRtcp()
/external/webrtc/api/test/
Dsimulated_network.h88 virtual void SetConfig(const BuiltInNetworkBehaviorConfig& config) = 0;
/external/webrtc/call/
Dfake_network_pipe_unittest.cc237 simulated_network->SetConfig(config); in TEST_F()
296 simulated_network->SetConfig(config); in TEST_F()
342 simulated_network->SetConfig(config); in TEST_F()
Dsimulated_network.cc84 SetConfig(config); in SimulatedNetwork()
89 void SimulatedNetwork::SetConfig(const Config& config) { in SetConfig() function in webrtc::SimulatedNetwork
Dsimulated_network.h64 void SetConfig(const Config& config) override;
/external/webrtc/test/scenario/
Dnetwork_node.cc54 simulation_->SetConfig(sim_config); in UpdateConfig()
/external/tinyalsa_new/tests/src/
Dpcm_out_test.cc101 TEST_F(PcmOutTest, SetConfig) { in TEST_F() argument
/external/webrtc/test/pc/e2e/
Dpeer_connection_e2e_smoke_test.cc91 alice_network_behavior_ptr->SetConfig(config); in RunTest()
/external/python/cpython2/Modules/
Dalmodule.c246 SetConfig(alcobject *self, PyObject *args, int (*func)(ALconfig, int)) in SetConfig() function
280 return SetConfig(self, args, alSetWidth); in alc_SetWidth()
301 return SetConfig(self, args, alSetSampFmt); in alc_SetSampFmt()
322 return SetConfig(self, args, alSetChannels); in alc_SetChannels()
375 return SetConfig(self, args, alSetDevice); in alc_SetDevice()
395 return SetConfig(self, args, alSetQueueSize); in alc_SetQueueSize()

12