Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dexample_xma.c145 printf("Failed to initialize decoder in XMA mode: %s\n", vpx_codec_error(&decoder)); in main()
177 printf("Failed to set mmap: %s\n", vpx_codec_error(&decoder)); in main()
181 printf("Failed to get mmap: %s\n", vpx_codec_error(&decoder)); in main()
Dvpxdec.c925 fprintf(stderr, "Failed to initialize decoder: %s\n", vpx_codec_error(&decoder)); in main_loop()
936 fprintf(stderr, "Failed to configure postproc: %s\n", vpx_codec_error(&decoder)); in main_loop()
942 …fprintf(stderr, "Failed to configure reference block visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
948 fprintf(stderr, "Failed to configure macro block visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
954 fprintf(stderr, "Failed to configure block visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
960 … fprintf(stderr, "Failed to configure motion vector visualizer: %s\n", vpx_codec_error(&decoder)); in main_loop()
995 vpx_codec_error(&decoder)); in main_loop()
1020 vpx_codec_error(&decoder)); in main_loop()
1127 fprintf(stderr, "Failed to destroy decoder: %s\n", vpx_codec_error(&decoder)); in main_loop()
Dvp9_spatial_scalable_encoder.c118 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dusage.dox98 converted into ASCII strings with the vpx_codec_error() and
100 that vpx_codec_error() returns the error state from an initialized context,
Dvp8_multi_resolution_encoder.c75 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dvp8_scalable_patterns.c55 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dvpxenc.c94 fprintf(stderr, ": %s\n", vpx_codec_error(ctx)); in warn_or_exit_on_errorv()
/external/libvpx/libvpx/vpx/
Dexports_com5 text vpx_codec_error
Dvpx_codec.h309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
/external/libvpx/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/libvpx/test/
Ddecode_test_driver.h76 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
Dencode_test_driver.h135 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function
/external/chromium_org/remoting/codec/
Dvideo_decoder_vpx.cc103 << "Details: " << vpx_codec_error(codec_.get()) << "\n" in DecodePacket()
Dvideo_encoder_vpx.cc126 << "Details: " << vpx_codec_error(codec_.get()) << "\n" in Encode()