Searched refs:key_frame_size_bytes (Results 1 – 1 of 1) sorted by relevance
184 RunningStatistics<size_t> key_frame_size_bytes; in SliceAndCalcVideoStatistic() local235 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()