Home
last modified time | relevance | path

Searched refs:vpx_codec_error (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/
Dexample_xma.c162 printf("Failed to initialize decoder in XMA mode: %s\n", vpx_codec_error(&decoder)); in main()
197 printf("Failed to set mmap: %s\n", vpx_codec_error(&decoder)); in main()
203 printf("Failed to get mmap: %s\n", vpx_codec_error(&decoder)); in main()
Dvpxdec.c916 fprintf(stderr, "Failed to initialize decoder: %s\n", vpx_codec_error(&decoder)); in main()
928 fprintf(stderr, "Failed to configure postproc: %s\n", vpx_codec_error(&decoder)); in main()
946 fprintf(stderr, "Failed to decode frame: %s\n", vpx_codec_error(&decoder)); in main()
1028 fprintf(stderr, "Failed to destroy decoder: %s\n", vpx_codec_error(&decoder)); in main()
Dusage.dox93 converted into ASCII strings with the vpx_codec_error() and
95 that vpx_codec_error() returns the error state from an initialized context,
Dvpxenc.c92 fprintf(stderr, "%s: %s\n", s, vpx_codec_error(ctx)); in ctx_exit_on_error()
/external/libvpx/vpx/
Dexports_com5 text vpx_codec_error
Dvpx_codec.h303 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
/external/libvpx/examples/
Ddecoder_tmpl.txt13 printf("%s: %s\n", s, vpx_codec_error(ctx));
Dencoder_tmpl.txt13 printf("%s: %s\n", s, vpx_codec_error(ctx));
/external/libvpx/vpx/src/
Dvpx_codec.c75 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) in vpx_codec_error() function
Dvpx_decoder_compat.c35 return vpx_codec_error((vpx_codec_ctx_t *)ctx); in vpx_dec_error()