Home
last modified time | relevance | path

Searched refs:ToStatsKey (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc573 << ToStatsKey(item.first).ToString(); in GetKnownVideoStreams()
574 out.insert(ToStatsKey(item.first)); in GetKnownVideoStreams()
589 out.emplace(ToStatsKey(item.first), item.second); in GetPerStreamCounters()
599 out.emplace(ToStatsKey(item.first), item.second); in GetStats()
761 ReportResults(GetTestCaseName(StatsKeyToMetricName(ToStatsKey(item.first))), in ReportResults()
768 LogFrameCounters(ToStatsKey(item.first).ToString(), in ReportResults()
770 LogStreamInternalStats(ToStatsKey(item.first).ToString(), item.second); in ReportResults()
898 StatsKey DefaultVideoQualityAnalyzer::ToStatsKey( in ToStatsKey() function in webrtc::webrtc_pc_e2e::DefaultVideoQualityAnalyzer
Ddefault_video_quality_analyzer.h490 StatsKey ToStatsKey(const InternalStatsKey& key) const