Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/video_coding/codecs/test/
H A Dvideocodec_test_stats_impl.cc252 video_stat.width = std::max(video_stat.width, frame_stat.decoded_width); in SliceAndCalcVideoStatistic()
257 if (last_successfully_decoded_frame.decoded_width != in SliceAndCalcVideoStatistic()
258 frame_stat.decoded_width || in SliceAndCalcVideoStatistic()
H A Dvideoprocessor.cc580 frame_stat->decoded_width = decoded_frame.width(); in FrameDecoded()
/aosp_15_r20/external/webrtc/api/test/
H A Dvideocodec_test_stats.h67 size_t decoded_width = 0; member
H A Dvideocodec_test_stats.cc40 map["decoded_width"] = std::to_string(decoded_width); in ToMap()