Home
last modified time | relevance | path

Searched refs:aom_codec_err_to_string (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/aom/src/
Daom_codec.c37 const char *aom_codec_err_to_string(aom_codec_err_t err) { in aom_codec_err_to_string() function
58 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()
/external/libaom/libaom/aom/
Dexports_com4 text aom_codec_err_to_string
Daom_codec.h319 const char *aom_codec_err_to_string(aom_codec_err_t err);
/external/libaom/libaom/test/
Ddecode_test_driver.cc53 << "Peek return failed: " << aom_codec_err_to_string(res_peek); in HandlePeekResult()
/external/libaom/libaom/
Dusage.dox96 aom_codec_err_to_string() methods. The difference between these two methods is
98 whereas aom_codec_err_to_string() can be used in cases where an error occurs
/external/libaom/libaom/apps/
Daomenc.c1286 if (res) fatal("Failed to get config: %s\n", aom_codec_err_to_string(res)); in new_stream()