Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc184 RunningStatistics<size_t> key_frame_size_bytes; in SliceAndCalcVideoStatistic() local
235 key_frame_size_bytes.AddSample(frame_stat.length_bytes); in SliceAndCalcVideoStatistic()
338 video_stat.max_key_frame_delay_sec = MaxDelaySec(key_frame_size_bytes); in SliceAndCalcVideoStatistic()
339 video_stat.max_delta_frame_delay_sec = MaxDelaySec(key_frame_size_bytes); in SliceAndCalcVideoStatistic()
342 key_frame_size_bytes.GetMean().value_or(0); in SliceAndCalcVideoStatistic()