Home
last modified time | relevance | path

Searched defs:at_time (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/modules/congestion_controller/goog_cc/
Dsend_side_bandwidth_estimation.cc120 Timestamp at_time, in UpdateDelayBasedEstimate()
137 Timestamp at_time) { in OnRateUpdate()
151 Timestamp at_time) { in OnRttBackoff()
181 void RttBasedBackoff::UpdatePropagationRtt(Timestamp at_time, in UpdatePropagationRtt()
284 Timestamp at_time) { in SetBitrates()
293 Timestamp at_time) { in SetSendBitrate()
335 void SendSideBandwidthEstimation::UpdateReceiverEstimate(Timestamp at_time, in UpdateReceiverEstimate()
343 void SendSideBandwidthEstimation::UpdateDelayBasedEstimate(Timestamp at_time, in UpdateDelayBasedEstimate()
354 Timestamp at_time) { in SetAcknowledgedRate()
388 Timestamp at_time) { in UpdatePacketsLost()
[all …]
Dprobe_controller.cc173 Timestamp at_time) { in SetBitrates()
221 Timestamp at_time) { in OnMaxTotalAllocatedBitrate()
271 Timestamp at_time) { in InitiateExponentialProbing()
291 Timestamp at_time) { in SetEstimatedBitrate()
347 Timestamp at_time) { in RequestProbe()
387 void ProbeController::Reset(Timestamp at_time) { in Reset()
448 std::vector<ProbeClusterConfig> ProbeController::Process(Timestamp at_time) { in Process()
Ddelay_based_bwe.cc139 Timestamp at_time) { in IncomingPacketFeedback()
197 DataRate DelayBasedBwe::TriggerOveruse(Timestamp at_time, in TriggerOveruse()
209 Timestamp at_time) { in MaybeUpdateEstimate()
261 bool DelayBasedBwe::UpdateEstimate(Timestamp at_time, in UpdateEstimate()
Dloss_based_bandwidth_estimation.cc135 Timestamp at_time) { in UpdateLossStatistics()
164 Timestamp at_time) { in UpdateAcknowledgedBitrate()
179 DataRate LossBasedBandwidthEstimation::Update(Timestamp at_time, in Update()
Dbitrate_estimator.cc65 void BitrateEstimator::Update(Timestamp at_time, DataSize amount, bool in_alr) { in Update()
Dgoog_cc_network_control.cc616 Timestamp at_time) { in MaybeTriggerOnNetworkChanged()
/external/webrtc/test/network/
Dcross_traffic.cc35 void RandomWalkCrossTraffic::Process(Timestamp at_time) { in Process()
85 void PulsedPeaksCrossTraffic::Process(Timestamp at_time) { in Process()
189 void TcpMessageRouteImpl::OnResponse(TcpPacket packet_info, Timestamp at_time) { in OnResponse()
213 void TcpMessageRouteImpl::HandleLoss(Timestamp at_time) { in HandleLoss()
221 void TcpMessageRouteImpl::SendPackets(Timestamp at_time) { in SendPackets()
242 void TcpMessageRouteImpl::HandlePacketTimeout(int seq_num, Timestamp at_time) { in HandlePacketTimeout()
261 void FakeTcpCrossTraffic::Process(Timestamp at_time) { in Process()
265 void FakeTcpCrossTraffic::OnRequest(int sequence_number, Timestamp at_time) { in OnRequest()
270 void FakeTcpCrossTraffic::OnResponse(int sequence_number, Timestamp at_time) { in OnResponse()
288 void FakeTcpCrossTraffic::HandleLoss(Timestamp at_time) { in HandleLoss()
[all …]
Dnetwork_emulation.cc357 void LinkEmulation::Process(Timestamp at_time) { in Process()
/external/webrtc/modules/remote_bitrate_estimator/
Daimd_rate_control.cc142 bool AimdRateControl::TimeToReduceFurther(Timestamp at_time, in TimeToReduceFurther()
182 Timestamp at_time) { in Update()
210 void AimdRateControl::SetEstimate(DataRate bitrate, Timestamp at_time) { in SetEstimate()
258 Timestamp at_time) { in ChangeBitrate()
396 Timestamp at_time, in MultiplicativeRateIncrease()
409 DataRate AimdRateControl::AdditiveRateIncrease(Timestamp at_time, in AdditiveRateIncrease()
418 Timestamp at_time) { in ChangeState()
/external/webrtc/test/scenario/
Dperformance_stats.cc17 Timestamp at_time) { in AddFrameInfo()
Dvideo_frame_matcher.cc40 Timestamp at_time) { in OnCapturedFrame()
64 Timestamp at_time) { in OnDecodedFrame()
Dstats_collection.cc153 Timestamp at_time) { in AddStats()
Dcall_client.cc182 Timestamp at_time) { in LogCongestionControllerStats()
/external/webrtc/test/time_controller/
Dsimulated_task_queue.cc44 void SimulatedTaskQueue::RunReady(Timestamp at_time) { in RunReady()
Dsimulated_thread.cc52 void SimulatedThread::RunReady(Timestamp at_time) { in RunReady()
/external/webrtc/modules/congestion_controller/goog_cc/test/
Dgoog_cc_printer.cc149 Timestamp at_time) { in PrintState()
186 void GoogCcDebugFactory::PrintState(const Timestamp at_time) { in PrintState()
/external/cronet/net/tools/cert_verify_tool/
Dverify_using_path_builder.cc153 const base::Time at_time, in VerifyUsingPathBuilder()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_rtcp_impl2_unittest.cc127 void RunReady(Timestamp at_time) override { in RunReady()
/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyzer.cc1179 [&](const NetworkControlUpdate& update, Timestamp at_time) { in CreateGoogCcSimulationGraph()