Home
last modified time | relevance | path

Searched refs:VideoQualityAnalyzer (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/test/scenario/
Dstats_collection.cc20 VideoQualityAnalyzer::VideoQualityAnalyzer( in VideoQualityAnalyzer() function in webrtc::test::VideoQualityAnalyzer
29 VideoQualityAnalyzer::~VideoQualityAnalyzer() = default;
31 void VideoQualityAnalyzer::PrintHeaders() { in PrintHeaders()
37 std::function<void(const VideoFramePair&)> VideoQualityAnalyzer::Handler() { in Handler()
41 void VideoQualityAnalyzer::HandleFramePair(VideoFramePair sample, double psnr) { in HandleFramePair()
47 void VideoQualityAnalyzer::HandleFramePair(VideoFramePair sample) { in HandleFramePair()
61 std::vector<VideoQualityStats> VideoQualityAnalyzer::layer_stats() const { in layer_stats()
68 VideoQualityStats& VideoQualityAnalyzer::stats() { in stats()
Dstats_collection_unittest.cc20 VideoQualityAnalyzer* analyzer, in CreateAnalyzedStream()
53 VideoQualityAnalyzer analyzer; in TEST()
74 VideoQualityAnalyzer analyzer; in TEST()
94 VideoQualityAnalyzer analyzer; in TEST()
Dstats_collection.h44 class VideoQualityAnalyzer {
46 explicit VideoQualityAnalyzer(
49 ~VideoQualityAnalyzer();
Dscenario_unittest.cc65 void SetupVideoCall(Scenario& s, VideoQualityAnalyzer* analyzer) { in SetupVideoCall()
95 VideoQualityAnalyzer analyzer(analyzer_config); in TEST()
115 VideoQualityAnalyzer analyzer(analyzer_config); in TEST()
/external/webrtc/test/peer_scenario/
Dpeer_scenario.h84 void AttachVideoQualityAnalyzer(VideoQualityAnalyzer* analyzer,
99 PeerVideoQualityPair(Clock* capture_clock, VideoQualityAnalyzer* analyzer) in PeerVideoQualityPair()
Dpeer_scenario.cc99 void PeerScenario::AttachVideoQualityAnalyzer(VideoQualityAnalyzer* analyzer, in AttachVideoQualityAnalyzer()
/external/webrtc/test/peer_scenario/tests/
Dpeer_scenario_quality_test.cc23 VideoQualityAnalyzer analyzer; in TEST()