Searched refs:vpx_codec_err_to_string (Results 1 – 8 of 8) sorted by relevance
43 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { in vpx_codec_err_to_string() function71 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()72 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
4 text vpx_codec_err_to_string
296 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
143 die("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in parse_command_line()
250 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i])); in main()
493 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in main()
99 vpx_codec_err_to_string() methods. The difference between these two methods is101 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
827 fatal("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in new_stream()