HomeSort by relevance Sort by last modified time
    Searched refs:decoding_successful (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/video_coding/codecs/test/
stats.h 26 bool decoding_successful; member in struct:webrtc::test::FrameStatistic
stats.cc 25 decoding_successful(false),
116 if (it->decoding_successful) {
videoprocessor.cc 314 stat.decoding_successful = true;
  /external/webrtc/webrtc/modules/video_coding/codecs/tools/
video_quality_measurement.cc 353 "frame_number encoding_successful decoding_successful "
366 f.frame_number, f.encoding_successful, f.decoding_successful,
423 "'decoding_successful': ('boolean', 'Decoding successful?'),\n"
444 "'encoding_successful': %s, 'decoding_successful': %s, "
452 f.decoding_successful ? "True " : "False", f.encode_time_in_us,

Completed in 115 milliseconds