Home
last modified time | relevance | path

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

/external/webrtc/webrtc/test/
Ddirect_transport.cc36 void DirectTransport::SetConfig(const FakeNetworkPipe::Config& config) { in SetConfig() function in webrtc::test::DirectTransport
37 fake_network_.SetConfig(config); in SetConfig()
Ddirect_transport.h38 void SetConfig(const FakeNetworkPipe::Config& config);
Dfake_network_pipe.h56 void SetConfig(const FakeNetworkPipe::Config& config);
Dfake_network_pipe_unittest.cc231 pipe->SetConfig(config); in TEST_F()
278 pipe->SetConfig(config); in TEST_F()
Dfake_network_pipe.cc98 void FakeNetworkPipe::SetConfig(const FakeNetworkPipe::Config& config) { in SetConfig() function in webrtc::FakeNetworkPipe
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_throttle.h103 void SetConfig(GcsThrottleConfig config);
Dgcs_throttle.cc43 void GcsThrottle::SetConfig(GcsThrottleConfig config) { in SetConfig() function in tensorflow::GcsThrottle
Dgcs_throttle_test.cc41 throttle_.SetConfig(config_); in GcsThrottleTest()
Dgcs_file_system.cc798 throttle_.SetConfig(config); in GcsFileSystem()
/external/libvpx/libvpx/test/
Dsvc_test.h41 virtual void SetConfig(const int num_temporal_layer) = 0;
Dsvc_end_to_end_test.cc61 virtual void SetConfig(const int /*num_temporal_layer*/) {} in SetConfig() function in svc_test::__anonc9c6a83e0111::ScalePartitionOnePassCbrSvc
204 virtual void SetConfig(const int num_temporal_layer) { in SetConfig() function in svc_test::__anonc9c6a83e0111::SyncFrameOnePassCbrSvc
Dsvc_test.cc16 SetConfig(num_temporal_layer); in SetSvcConfig()
Dsvc_datarate_test.cc540 virtual void SetConfig(const int num_temporal_layer) { in SetConfig() function in svc_test::__anon72426d350111::DatarateOnePassCbrSvc
/external/webrtc/webrtc/call/
Drampup_tests.cc390 send_transport_->SetConfig(forward_transport_config_); in EvolveTestState()
407 send_transport_->SetConfig(forward_transport_config_); in EvolveTestState()
/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()
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_enc.c171 comp->SetConfig = vid_enc_SetConfig; in vid_enc_Constructor()