Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dvpxdec.c745 vpx_codec_error(&decoder)); in main_loop()
752 vpx_codec_error(&decoder)); in main_loop()
762 vpx_codec_error(&decoder)); in main_loop()
781 vpx_codec_error(&decoder)); in main_loop()
810 vpx_codec_error(&decoder)); in main_loop()
820 vpx_codec_error(&decoder)); in main_loop()
840 warn("Failed to flush decoder: %s", vpx_codec_error(&decoder)); in main_loop()
857 warn("Failed VP8_GET_FRAME_CORRUPTED: %s", vpx_codec_error(&decoder)); in main_loop()
904 vpx_codec_error(&decoder)); in main_loop()
1026 vpx_codec_error(&decoder)); in main_loop()
Dusage.dox96 converted into ASCII strings with the vpx_codec_error() and
98 that vpx_codec_error() returns the error state from an initialized context,
Dtools_common.c72 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
Dvpxenc.c73 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.h318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c53 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function
/external/libvpx/libvpx/test/
Ddecode_test_driver.h79 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
Dencode_api_test.cc46 EXPECT_TRUE(vpx_codec_error(NULL) != NULL); in TEST()
Ddecode_api_test.cc43 EXPECT_TRUE(vpx_codec_error(NULL) != NULL); in TEST()
Dencode_test_driver.h162 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()