Home
last modified time | relevance | path

Searched refs:new_stats (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/pacing/
Dtask_queue_paced_sender.cc260 Stats new_stats; in MaybeUpdateStats() local
261 new_stats.expected_queue_time = pacing_controller_.ExpectedQueueTime(); in MaybeUpdateStats()
262 new_stats.first_sent_packet_time = pacing_controller_.FirstSentPacketTime(); in MaybeUpdateStats()
263 new_stats.oldest_packet_wait_time = pacing_controller_.OldestPacketWaitTime(); in MaybeUpdateStats()
264 new_stats.queue_size = pacing_controller_.QueueSizeData(); in MaybeUpdateStats()
265 OnStatsUpdated(new_stats); in MaybeUpdateStats()
/external/webrtc/rtc_base/
Dssl_certificate.cc108 std::unique_ptr<SSLCertificateStats> new_stats = certs_[i]->GetStats(); in GetStats() local
109 if (new_stats) { in GetStats()
110 new_stats->issuer = std::move(issuer); in GetStats()
112 issuer = std::move(new_stats); in GetStats()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_test.cc82 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local
83 new_stats.BuildAllViews(); in TestToFromProto()
85 new_stats.ShowMultiGraphNode(cmd, opts); in TestToFromProto()
87 new_stats.ShowGraphNode(cmd, opts); in TestToFromProto()
Dtfprof_stats_test.cc75 TFStats new_stats(profile_file, nullptr); in TestToFromProto() local
76 new_stats.BuildAllViews(); in TestToFromProto()
77 return new_stats.ShowGraphNode(cmd, opts).DebugString(); in TestToFromProto()
/external/webrtc/modules/audio_processing/
Daudio_processing_impl.h483 void UpdateStatistics(const AudioProcessingStats& new_stats);
Daudio_processing_impl.cc2066 const AudioProcessingStats& new_stats) { in UpdateStatistics() argument
2067 AudioProcessingStats stats_to_queue = new_stats; in UpdateStatistics()