Home
last modified time | relevance | path

Searched defs:StatsSample (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/test/pc/e2e/analyzer/audio/
Ddefault_audio_quality_analyzer.h53 struct StatsSample { struct
75 std::map<std::string, StatsSample> last_stats_sample_ RTC_GUARDED_BY(lock_); argument
/external/webrtc/api/numerics/
Dsamples_stats_counter.h29 struct StatsSample { struct
46 void AddSample(StatsSample sample); argument
/external/webrtc/test/pc/e2e/analyzer/video/
Dvideo_quality_metrics_reporter.h50 struct StatsSample { struct
Ddefault_video_quality_analyzer_frames_comparator.cc41 SamplesStatsCounter::StatsSample StatsSample( in StatsSample() function
49 SamplesStatsCounter::StatsSample StatsSample( in StatsSample() function
Ddefault_video_quality_analyzer.cc121 SamplesStatsCounter::StatsSample StatsSample(double value, in StatsSample() function
Ddefault_video_quality_analyzer_frames_comparator_test.cc34 using StatsSample = ::webrtc::SamplesStatsCounter::StatsSample; typedef
Ddefault_video_quality_analyzer_test.cc38 using StatsSample = ::webrtc::SamplesStatsCounter::StatsSample; typedef