Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc724 (frame_stats.decode_start_time - frame_stats.encoded_time).ms()); in ProcessComparison()
728 (frame_stats.decode_end_time - frame_stats.decode_start_time).ms()); in ProcessComparison()
1056 webrtc::Timestamp decode_start_time) { in OnFramePreDecode() argument
1058 receiver_stats_[peer].decode_start_time = decode_start_time; in OnFramePreDecode()
1110 stats.decode_start_time = receiver_stats->decode_start_time; in GetStatsForPeer()
Ddefault_video_quality_analyzer.h248 Timestamp decode_start_time = Timestamp::MinusInfinity();
348 Timestamp decode_start_time = Timestamp::MinusInfinity();
391 webrtc::Timestamp decode_start_time);