Searched refs:vpx_codec_err_to_string (Results 1 – 13 of 13) sorted by relevance
34 const char *vpx_codec_err_to_string(vpx_codec_err_t err) { in vpx_codec_err_to_string() function55 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()56 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
57 << "Peek return failed: " << vpx_codec_err_to_string(res_peek); in HandlePeekResult()63 << "Peek return failed: " << vpx_codec_err_to_string(res_peek); in HandlePeekResult()
4 text vpx_codec_err_to_string
309 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
97 vpx_codec_err_to_string() methods. The difference between these two methods is99 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
864 if (res) fatal("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in new_stream()
76 71: FUNC GLOBAL DEFAULT 15 vpx_codec_err_to_string
363 return ::vpx_codec_err_to_string(err); in codec_err_to_string()
403 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res[i])); in main()
767 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in main()
209 die("Failed to get config: %s\n", vpx_codec_err_to_string(res)); in parse_command_line()
711 vpx_codec_err_to_string(res)); in onQueueFilled()
1019 vpx_codec_err_to_string(res)); in process()