Searched refs:FrameCounters (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/test/pc/e2e/analyzer/video/ |
D | default_video_quality_analyzer.h | 57 struct FrameCounters { struct 229 const FrameCounters& GetGlobalCounters() const; 232 std::map<StatsKey, FrameCounters> GetPerStreamCounters() const; 478 const FrameCounters& frame_counters) 526 FrameCounters frame_counters_ RTC_GUARDED_BY(lock_); 528 std::map<InternalStatsKey, FrameCounters> stream_frame_counters_
|
D | default_video_quality_analyzer_test.cc | 142 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST() 223 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST() 274 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST() 330 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST() 382 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST() 454 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST() 462 FrameCounters stream_conters = in TEST() 555 FrameCounters frame_counters = analyzer.GetGlobalCounters(); in TEST()
|
D | default_video_quality_analyzer.cc | 35 void LogFrameCounters(const std::string& name, const FrameCounters& counters) { in LogFrameCounters() 579 const FrameCounters& DefaultVideoQualityAnalyzer::GetGlobalCounters() const { in GetGlobalCounters() 584 std::map<StatsKey, FrameCounters> 587 std::map<StatsKey, FrameCounters> out; in GetPerStreamCounters() 789 const FrameCounters& frame_counters) { in ReportResults()
|
/external/webrtc/modules/audio_processing/ |
D | audio_processing_impl_locking_unittest.cc | 258 class FrameCounters { class 307 FrameCounters* shared_counters_state, 324 FrameCounters* const frame_counters_ = nullptr; 351 FrameCounters* shared_counters_state, 368 FrameCounters* const frame_counters_ = nullptr; 444 FrameCounters frame_counters_; 589 FrameCounters* shared_counters_state, in CaptureProcessor() 820 FrameCounters* shared_counters_state, in RenderProcessor()
|
D | audio_processing_performance_unittest.cc | 135 class FrameCounters { class 185 FrameCounters* shared_counters_state, in TimedThreadApiProcessor() 375 FrameCounters* frame_counters_ = nullptr; 567 FrameCounters frame_counters_;
|
/external/webrtc/test/pc/e2e/ |
D | peer_connection_e2e_smoke_test.cc | 115 FrameCounters stream_conters = in RunTest()
|