Searched refs:aom_codec_err_to_string (Results 1 – 6 of 6) sorted by relevance
37 const char *aom_codec_err_to_string(aom_codec_err_t err) { in aom_codec_err_to_string() function58 return (ctx) ? aom_codec_err_to_string(ctx->err) in aom_codec_error()59 : aom_codec_err_to_string(AOM_CODEC_INVALID_PARAM); in aom_codec_error()
4 text aom_codec_err_to_string
319 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()
96 aom_codec_err_to_string() methods. The difference between these two methods is98 whereas aom_codec_err_to_string() can be used in cases where an error occurs
1286 if (res) fatal("Failed to get config: %s\n", aom_codec_err_to_string(res)); in new_stream()