Home | History | Annotate | Download | only in libvpx

Lines Matching refs:fprintf

136     fprintf(stderr, "Usage: %s <options> filename\n\n"
140 fprintf(stderr, "\nVP8 Postprocessing Options:\n");
143 fprintf(stderr,
157 fprintf(stderr, "\nIncluded decoders:\n\n");
160 fprintf(stderr, " %-6s - %s\n",
172 fprintf(stderr, "\n");
264 fprintf(stderr, "Failed to read frame size\n");
274 fprintf(stderr, "Error: Read invalid frame size (%u)\n",
280 fprintf(stderr, "Warning: Read invalid frame size (%u)"
294 fprintf(stderr, "Failed to allocate compressed data buffer\n");
306 fprintf(stderr, "Failed to read full frame\n");
335 fprintf(stderr, "Failed to output file");
398 fprintf(stderr, "Error: Unrecognized IVF version! This file may not"
518 fprintf(stderr, "\n");
601 fprintf(stderr, "Not VP8 video, quitting.\n");
625 fprintf(stderr, "%d decoded frames/%d showed frames in %lu us (%.2f fps)\r",
869 fprintf(stderr, "Failed to open file '%s'",
877 fprintf(stderr,
893 fprintf(stderr, "Unrecognized input file type.\n");
930 fprintf(stderr, "YUV4MPEG2 not supported with output patterns,"
938 fprintf(stderr, "Failed to guess framerate -- error parsing "
959 fprintf(stderr, "Notice -- IVF header indicates codec: %s\n",
970 fprintf(stderr, "Failed to initialize decoder: %s\n", vpx_codec_error(&decoder));
975 fprintf(stderr, "%s\n", decoder.name);
982 fprintf(stderr, "Failed to configure postproc: %s\n", vpx_codec_error(&decoder));
989 fprintf(stderr, "Failed to configure reference block visualizer: %s\n", vpx_codec_error(&decoder));
996 fprintf(stderr, "Failed to configure macro block visualizer: %s\n", vpx_codec_error(&decoder));
1003 fprintf(stderr, "Failed to configure block visualizer: %s\n", vpx_codec_error(&decoder));
1010 fprintf(stderr, "Failed to configure motion vector visualizer: %s\n", vpx_codec_error(&decoder));
1027 fprintf(stderr, "Failed to decode frame: %s\n", vpx_codec_error(&decoder));
1030 fprintf(stderr, " Additional information: %s\n", detail);
1102 fprintf(stderr, "\n");
1109 fprintf(stderr, "Failed to destroy decoder: %s\n", vpx_codec_error(&decoder));