Home
last modified time | relevance | path

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

/external/webrtc/rtc_tools/rtc_event_log_visualizer/
Danalyze_audio.h62 rtc::FunctionView<float(const NetEqNetworkStatistics&)> stats_extractor,
69 rtc::FunctionView<float(const NetEqLifetimeStatistics&)> stats_extractor,
Danalyze_audio.cc440 rtc::FunctionView<float(const NetEqStatsType&)> stats_extractor, in CreateNetEqStatsGraphInternal() argument
451 const float value = stats_extractor(data.second); in CreateNetEqStatsGraphInternal()
473 rtc::FunctionView<float(const NetEqNetworkStatistics&)> stats_extractor, in CreateNetEqNetworkStatsGraph() argument
481 stats_extractor, plot_name, plot); in CreateNetEqNetworkStatsGraph()
488 rtc::FunctionView<float(const NetEqLifetimeStatistics&)> stats_extractor, in CreateNetEqLifetimeStatsGraph() argument
496 stats_extractor, plot_name, plot); in CreateNetEqLifetimeStatsGraph()