Home
last modified time | relevance | path

Searched refs:vpx_codec_error_detail (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx/
Dexports_com6 text vpx_codec_error_detail
Dvpx_codec.h330 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c58 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { in vpx_codec_error_detail() function
/external/libvpx/libvpx/test/
Ddecode_test_driver.h78 const char *detail = vpx_codec_error_detail(&decoder_); in DecodeError()
Dencode_test_driver.h174 const char *detail = vpx_codec_error_detail(&encoder_); in EncoderError()
/external/libvpx/libvpx/
Dtools_common.c70 const char *detail = vpx_codec_error_detail(ctx); in die_codec()
Dusage.dox103 the vpx_codec_error_detail() method. Not all errors produce detailed error
Dvpxdec.c848 const char *detail = vpx_codec_error_detail(&decoder); in main_loop()
Dvpxenc.c70 const char *detail = vpx_codec_error_detail(ctx); in warn_or_exit_on_errorv()