Home | History | Annotate | Download | only in libvpx

Lines Matching refs:corrupted

982     int                   corrupted;
1018 if (vpx_codec_control(&decoder, VP8D_GET_FRAME_CORRUPTED, &corrupted)) {
1023 frames_corrupted += corrupted;
1122 fprintf(stderr, "WARNING: %d frames corrupted.\n", frames_corrupted);