Searched refs:decoded_width (Results 1 – 4 of 4) sorted by relevance
252 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()
580 frame_stat->decoded_width = decoded_frame.width(); in FrameDecoded()
67 size_t decoded_width = 0; member
40 map["decoded_width"] = std::to_string(decoded_width); in ToMap()