Home
last modified time | relevance | path

Searched refs:conf_ (Results 1 – 9 of 9) sorted by relevance

/external/webrtc/test/network/
Dfeedback_generator.cc19 : conf_(config), in FeedbackGeneratorImpl()
21 send_link_{new SimulatedNetwork(conf_.send_link)}, in FeedbackGeneratorImpl()
22 ret_link_{new SimulatedNetwork(conf_.return_link)},
52 conf_.send_link = config; in SetSendConfig()
53 send_link_->SetConfig(conf_.send_link); in SetSendConfig()
58 conf_.return_link = config; in SetReturnConfig()
59 ret_link_->SetConfig(conf_.return_link); in SetReturnConfig()
63 conf_.send_link.link_capacity_kbps = capacity.kbps<int>(); in SetSendLinkCapacity()
64 send_link_->SetConfig(conf_.send_link); in SetSendLinkCapacity()
74 if (Now() - first_recv > conf_.feedback_interval) { in OnRequest()
[all …]
Dcross_traffic.cc247 : clock_(clock), conf_(config), route_(this, send_route, ret_route) {} in FakeTcpCrossTraffic()
252 return conf_.process_interval; in Start()
300 if (it->second < at_time - conf_.packet_timeout) { in SendPackets()
310 if ((total_sent_ + conf_.packet_size) > conf_.send_limit) { in SendPackets()
314 route_.SendRequest(conf_.packet_size.bytes<size_t>(), in SendPackets()
316 total_sent_ += conf_.packet_size; in SendPackets()
Dfeedback_generator.h46 Config conf_;
Dcross_traffic.h178 const FakeTcpConfig conf_; variable
/external/webrtc/modules/congestion_controller/goog_cc/
Dalr_detector.cc62 : conf_(config), alr_budget_(0, true), event_log_(event_log) {} in AlrDetector()
85 if (alr_budget_.budget_ratio() > conf_.start_budget_level_ratio && in OnBytesSent()
89 } else if (alr_budget_.budget_ratio() < conf_.stop_budget_level_ratio && in OnBytesSent()
103 static_cast<double>(bitrate_bps) * conf_.bandwidth_usage_ratio / 1000; in SetEstimatedBitrate()
Dalr_detector.h65 const AlrDetectorConfig conf_; variable
/external/webrtc/media/base/
Dfake_network_interface.h36 conf_(false), in FakeNetworkInterface()
49 conf_ = conf; in SetConferenceMode()
130 if (conf_) { in SendPacket()
149 if (!conf_) { in SendRtcp()
212 bool conf_; variable
/external/zstd/lib/
DMakefile187 HASH_DIR = conf_$(shell echo $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(ZSTD_FILES) | $(HASH) | cut -…
/external/zstd/programs/
DMakefile112 HASH_DIR = conf_$(shell echo $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(ZSTD_FILES) | $(HASH) | cut -…