Home
last modified time | relevance | path

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

/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc251 video_stat.width = std::max(video_stat.width, frame_stat.decoded_width); in SliceAndCalcVideoStatistic()
262 if (last_successfully_decoded_frame.decoded_width != in SliceAndCalcVideoStatistic()
263 frame_stat.decoded_width || in SliceAndCalcVideoStatistic()
Dvideoprocessor.cc496 frame_stat->decoded_width = decoded_frame.width(); in FrameDecoded()
/external/webrtc/api/test/
Dvideocodec_test_stats.h63 size_t decoded_width = 0; member
Dvideocodec_test_stats.cc28 ss << " decoded_width " << decoded_width; in ToString()