Searched refs:vpx_codec_error (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/ |
D | example_xma.c | 162 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()
|
D | vpxdec.c | 916 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()
|
D | usage.dox | 93 converted into ASCII strings with the vpx_codec_error() and 95 that vpx_codec_error() returns the error state from an initialized context,
|
D | vpxenc.c | 92 fprintf(stderr, "%s: %s\n", s, vpx_codec_error(ctx)); in ctx_exit_on_error()
|
/external/libvpx/vpx/ |
D | exports_com | 5 text vpx_codec_error
|
D | vpx_codec.h | 303 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
|
/external/libvpx/examples/ |
D | decoder_tmpl.txt | 13 printf("%s: %s\n", s, vpx_codec_error(ctx));
|
D | encoder_tmpl.txt | 13 printf("%s: %s\n", s, vpx_codec_error(ctx));
|
/external/libvpx/vpx/src/ |
D | vpx_codec.c | 75 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) in vpx_codec_error() function
|
D | vpx_decoder_compat.c | 35 return vpx_codec_error((vpx_codec_ctx_t *)ctx); in vpx_dec_error()
|