Home
last modified time | relevance | path

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

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