Searched refs:vpx_codec_err_to_string (Results 1 – 7 of 7) sorted by relevance
46 const char *vpx_codec_err_to_string(vpx_codec_err_t err) in vpx_codec_err_to_string() function77 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()78 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
30 return vpx_codec_err_to_string(err); in vpx_dec_err_to_string()
4 text vpx_codec_err_to_string
290 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
31 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res));
94 vpx_codec_err_to_string() methods. The difference between these two methods is96 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
1184 vpx_codec_err_to_string(res)); in main()