Searched refs:aom_codec_err_to_string (Results 1 – 8 of 8) sorted by relevance
36 const char *aom_codec_err_to_string(aom_codec_err_t err) { in aom_codec_err_to_string() function57 return (ctx) ? aom_codec_err_to_string(ctx->err) in aom_codec_error()58 : aom_codec_err_to_string(AOM_CODEC_INVALID_PARAM); in aom_codec_error()
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
4 text aom_codec_err_to_string
425 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()
337 aom_codec_err_to_string(res)); in parse_command_line()396 die("Failed to parse bitrates: %s\n", aom_codec_err_to_string(res)); in parse_command_line()1542 die("Failed to get config: %s\n", aom_codec_err_to_string(res)); in main()
1056 ALOGE("aom encoder failed to update bitrate: %s", aom_codec_err_to_string(res)); in process()
823 if (res) fatal("Failed to get config: %s\n", aom_codec_err_to_string(res)); in new_stream()