Searched refs:vpx_codec_error (Results 1 – 15 of 15) sorted by relevance
777 vpx_codec_error(&decoder)); in main_loop()784 vpx_codec_error(&decoder)); in main_loop()791 vpx_codec_error(&decoder)); in main_loop()797 vpx_codec_error(&decoder)); in main_loop()806 vpx_codec_error(&decoder)); in main_loop()829 vpx_codec_error(&decoder)); in main_loop()858 vpx_codec_error(&decoder)); in main_loop()868 vpx_codec_error(&decoder)); in main_loop()888 warn("Failed to flush decoder: %s", vpx_codec_error(&decoder)); in main_loop()905 warn("Failed VP8_GET_FRAME_CORRUPTED: %s", vpx_codec_error(&decoder)); in main_loop()[all …]
96 converted into ASCII strings with the vpx_codec_error() and98 that vpx_codec_error() returns the error state from an initialized context,
80 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
67 fprintf(stderr, ": %s\n", vpx_codec_error(ctx)); in warn_or_exit_on_errorv()
5 text vpx_codec_error
321 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
53 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function
79 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
47 EXPECT_NE(vpx_codec_error(nullptr), nullptr); in TEST()
182 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()
60 EXPECT_NE(vpx_codec_error(nullptr), nullptr); in TEST()
183 << vpx_codec_error(decoder_); in Configure()
359 return ::vpx_codec_error(ctx); in codec_error()
690 return env->NewStringUTF(vpx_codec_error(context->decoder)); in DECODER_FUNC()