Home
last modified time | relevance | path

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

/external/webrtc/api/test/
Dvideocodec_test_stats.h115 size_t num_decoded_frames = 0; member
Dvideocodec_test_stats.cc83 ss << "\n" << prefix << "num_decoded_frames: " << num_decoded_frames; in ToString()
/external/webrtc/modules/video_coding/codecs/test/
Dvideocodec_test_stats_impl.cc249 ++video_stat.num_decoded_frames; in SliceAndCalcVideoStatistic()
261 if (video_stat.num_decoded_frames > 1) { in SliceAndCalcVideoStatistic()
/external/skqp/src/codec/
DSkWuffsCodec.cpp829 uint64_t n = fDecoder->num_decoded_frames(); in updateNumFullyReceivedFrames()
/external/skia/src/codec/
DSkWuffsCodec.cpp913 uint64_t n = fDecoders[which]->num_decoded_frames(); in updateNumFullyReceivedFrames()