Searched refs:vpx_codec_error (Results 1 – 10 of 10) sorted by relevance
806 vpx_codec_error(&decoder)); in main_loop()817 vpx_codec_error(&decoder)); in main_loop()825 vpx_codec_error(&decoder)); in main_loop()833 vpx_codec_error(&decoder)); in main_loop()841 vpx_codec_error(&decoder)); in main_loop()849 vpx_codec_error(&decoder)); in main_loop()871 vpx_codec_error(&decoder)); in main_loop()898 frame_in, vpx_codec_error(&decoder)); in main_loop()920 warn("Failed to flush decoder: %s", vpx_codec_error(&decoder)); in main_loop()935 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,
75 printf("%s: %s\n", s, vpx_codec_error(ctx)); in die_codec()
75 fprintf(stderr, ": %s\n", vpx_codec_error(ctx)); in warn_or_exit_on_errorv()
5 text vpx_codec_error
318 const char *vpx_codec_error(vpx_codec_ctx_t *ctx);
70 const char *vpx_codec_error(vpx_codec_ctx_t *ctx) { in vpx_codec_error() function
92 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
46 EXPECT_TRUE(vpx_codec_error(NULL) != NULL); in TEST()
168 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()