Home
last modified time | relevance | path

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

/external/webrtc/test/pc/e2e/analyzer/video/
Ddefault_video_quality_analyzer.cc794 Timestamp video_start_time = Timestamp::PlusInfinity(); in ReportResults() local
805 if (sample.time < video_start_time) { in ReportResults()
806 video_start_time = sample.time; in ReportResults()
813 TimeDelta video_duration = video_end_time - video_start_time; in ReportResults()