Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/
Dnetwork_quality_metrics_reporter.cc107 ReportResult("bytes_sent", network_label, stats.bytes_sent.bytes(), in ReportStats()
109 ReportResult("packets_sent", network_label, stats.packets_sent, "unitless"); in ReportStats()
110 ReportResult( in ReportStats()
114 ReportResult("bytes_dropped", network_label, stats.BytesDropped().bytes(), in ReportStats()
116 ReportResult("packets_dropped", network_label, stats.PacketsDropped(), in ReportStats()
118 ReportResult("bytes_received", network_label, stats.BytesReceived().bytes(), in ReportStats()
120 ReportResult("packets_received", network_label, stats.PacketsReceived(), in ReportStats()
122 ReportResult("average_receive_rate", network_label, in ReportStats()
127 ReportResult("sent_packets_loss", network_label, packet_loss, "unitless"); in ReportStats()
132 ReportResult("payload_bytes_received", pc_label, in ReportPCStats()
[all …]
Dcross_media_metrics_reporter.cc101 ReportResult("audio_ahead_ms", in StopAndReportResults()
105 ReportResult("video_ahead_ms", in StopAndReportResults()
112 void CrossMediaMetricsReporter::ReportResult( in ReportResult() function in webrtc::webrtc_pc_e2e::CrossMediaMetricsReporter
Dcross_media_metrics_reporter.h51 static void ReportResult(const std::string& metric_name,
Dnetwork_quality_metrics_reporter.h56 void ReportResult(const std::string& metric_name,
/external/webrtc/test/pc/e2e/analyzer/audio/
Ddefault_audio_quality_analyzer.cc121 ReportResult("expand_rate", item.first, item.second.expand_rate, "unitless", in Stop()
123 ReportResult("accelerate_rate", item.first, item.second.accelerate_rate, in Stop()
125 ReportResult("preemptive_rate", item.first, item.second.preemptive_rate, in Stop()
127 ReportResult("speech_expand_rate", item.first, in Stop()
130 ReportResult("average_jitter_buffer_delay_ms", item.first, in Stop()
133 ReportResult("preferred_buffer_size_ms", item.first, in Stop()
145 void DefaultAudioQualityAnalyzer::ReportResult( in ReportResult() function in webrtc::webrtc_pc_e2e::DefaultAudioQualityAnalyzer
Ddefault_audio_quality_analyzer.h62 void ReportResult(const std::string& metric_name,
/external/webrtc/test/pc/e2e/analyzer/video/
Dvideo_quality_metrics_reporter.cc114 ReportResult("available_send_bandwidth", test_case_name, in ReportVideoBweResults()
116 ReportResult("transmission_bitrate", test_case_name, in ReportVideoBweResults()
118 ReportResult("retransmission_bitrate", test_case_name, in ReportVideoBweResults()
122 void VideoQualityMetricsReporter::ReportResult( in ReportResult() function in webrtc::webrtc_pc_e2e::VideoQualityMetricsReporter
Ddefault_video_quality_analyzer.cc820 ReportResult("psnr", test_case_name, stats.psnr, "dB", in ReportResults()
822 ReportResult("ssim", test_case_name, stats.ssim, "unitless", in ReportResults()
824 ReportResult("transport_time", test_case_name, stats.transport_time_ms, "ms", in ReportResults()
826 ReportResult("total_delay_incl_transport", test_case_name, in ReportResults()
829 ReportResult("time_between_rendered_frames", test_case_name, in ReportResults()
841 ReportResult("encode_time", test_case_name, stats.encode_time_ms, "ms", in ReportResults()
843 ReportResult("time_between_freezes", test_case_name, in ReportResults()
846 ReportResult("freeze_time_ms", test_case_name, stats.freeze_time_ms, "ms", in ReportResults()
848 ReportResult("pixels_per_frame", test_case_name, in ReportResults()
854 ReportResult("decode_time", test_case_name, stats.decode_time_ms, "ms", in ReportResults()
[all …]
Dvideo_quality_metrics_reporter.h61 static void ReportResult(const std::string& metric_name,
Ddefault_video_quality_analyzer.h481 static void ReportResult(const std::string& metric_name,
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.h60 } ReportResult; typedef
90 ReportResult SendCrashReport(const wstring &url,
Dcrash_report_sender.cc60 ReportResult CrashReportSender::SendCrashReport( in SendCrashReport()
/external/webrtc/call/
Drampup_tests.cc336 void RampUpTester::ReportResult(const std::string& measurement, in ReportResult() function in webrtc::RampUpTester
395 ReportResult("ramp-up-media-sent", media_sent, "bytes"); in TriggerTestDone()
396 ReportResult("ramp-up-padding-sent", padding_sent, "bytes"); in TriggerTestDone()
397 ReportResult("ramp-up-rtx-media-sent", rtx_media_sent, "bytes"); in TriggerTestDone()
398 ReportResult("ramp-up-rtx-padding-sent", rtx_padding_sent, "bytes"); in TriggerTestDone()
400 ReportResult("ramp-up-time", ramp_up_finished_ms_ - test_start_ms_, in TriggerTestDone()
403 ReportResult("ramp-up-average-network-latency", in TriggerTestDone()
562 ReportResult("ramp-up-down-up-average-network-latency", in EvolveTestState()
Drampup_tests.h67 void ReportResult(const std::string& measurement,
/external/tensorflow/tensorflow/lite/tools/benchmark/experimental/firebase/android/jni/
Dbenchmark_model_jni.cc59 ReportResult(results); in OnBenchmarkEnd()
100 void ReportResult(const BenchmarkResults& results) { in ReportResult() function in tflite::benchmark::__anonb29f2fcf0111::FirebaseReportingListener
/external/autotest/server/cros/dynamic_suite/
Dreporting.py156 ReportResult = collections.namedtuple('ReportResult', ['bug_id', 'update_count']) variable