Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc185 RunningStatistics<size_t> delta_frame_size_bytes; in SliceAndCalcVideoStatistic() local
238 delta_frame_size_bytes.AddSample(frame_stat.length_bytes); in SliceAndCalcVideoStatistic()
344 delta_frame_size_bytes.GetMean().value_or(0); in SliceAndCalcVideoStatistic()