Searched refs:vpx_codec_error (Results 1 – 16 of 16) sorted by relevance
/external/libvpx/libvpx/ |
D | example_xma.c | 145 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()
|
D | vpxdec.c | 925 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()
|
D | vp9_spatial_scalable_encoder.c | 118 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
|
D | usage.dox | 98 converted into ASCII strings with the vpx_codec_error() and 100 that vpx_codec_error() returns the error state from an initialized context,
|
D | vp8_multi_resolution_encoder.c | 75 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
|
D | vp8_scalable_patterns.c | 55 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
|
D | vpxenc.c | 94 fprintf(stderr, ": %s\n", vpx_codec_error(ctx)); in warn_or_exit_on_errorv()
|
/external/libvpx/libvpx/vpx/ |
D | exports_com | 5 text vpx_codec_error
|
D | vpx_codec.h | 309 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
|
/external/libvpx/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/libvpx/test/ |
D | decode_test_driver.h | 76 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
|
D | encode_test_driver.h | 135 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_codec.c | 70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function
|
/external/chromium_org/remoting/codec/ |
D | video_decoder_vpx.cc | 103 << "Details: " << vpx_codec_error(codec_.get()) << "\n" in DecodePacket()
|
D | video_encoder_vpx.cc | 126 << "Details: " << vpx_codec_error(codec_.get()) << "\n" in Encode()
|