Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc326 const float mean_decode_time_us = in SliceAndCalcVideoStatistic() local
328 video_stat.dec_speed_fps = mean_decode_time_us > 0.0f in SliceAndCalcVideoStatistic()
329 ? 1000000.0f / mean_decode_time_us in SliceAndCalcVideoStatistic()