Home
last modified time | relevance | path

Searched refs:vpx_codec_err_to_string (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/vpx/src/
Dvpx_codec.c46 const char *vpx_codec_err_to_string(vpx_codec_err_t err) in vpx_codec_err_to_string() function
77 return (ctx) ? vpx_codec_err_to_string(ctx->err) in vpx_codec_error()
78 : vpx_codec_err_to_string(VPX_CODEC_INVALID_PARAM); in vpx_codec_error()
Dvpx_decoder_compat.c30 return vpx_codec_err_to_string(err); in vpx_dec_err_to_string()
/external/libvpx/vpx/
Dexports_com4 text vpx_codec_err_to_string
Dvpx_codec.h290 const char *vpx_codec_err_to_string(vpx_codec_err_t err);
/external/libvpx/examples/
Dencoder_tmpl.txt31 printf("Failed to get config: %s\n", vpx_codec_err_to_string(res));
/external/libvpx/
Dusage.dox94 vpx_codec_err_to_string() methods. The difference between these two methods is
96 whereas vpx_codec_err_to_string() can be used in cases where an error occurs
Dvpxenc.c1184 vpx_codec_err_to_string(res)); in main()