Searched refs:aom_codec_err_to_string (Results 1 – 7 of 7) sorted by relevance
35 const char *aom_codec_err_to_string(aom_codec_err_t err) { in aom_codec_err_to_string() function56 return (ctx) ? aom_codec_err_to_string(ctx->err) in aom_codec_error()57 : aom_codec_err_to_string(AOM_CODEC_INVALID_PARAM); in aom_codec_error()
4 text aom_codec_err_to_string
408 const char *aom_codec_err_to_string(aom_codec_err_t err);
53 << "Peek return failed: " << aom_codec_err_to_string(res_peek); in HandlePeekResult()
94 aom_codec_err_to_string() methods. The difference between these two methods is96 whereas aom_codec_err_to_string() can be used in cases where an error occurs
1229 die("Failed to get config: %s\n", aom_codec_err_to_string(res)); in main()
807 if (res) fatal("Failed to get config: %s\n", aom_codec_err_to_string(res)); in new_stream()