Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_com6 text vpx_codec_error_detail
Dvpx_codec.h322 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.h75 const char *detail = vpx_codec_error_detail(&decoder_); in DecodeError()
Dencode_test_driver.h149 const char *detail = vpx_codec_error_detail(&encoder_); in EncoderError()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_codec.c75 const char *vpx_codec_error_detail(vpx_codec_ctx_t *ctx) { in vpx_codec_error_detail() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Ddecode_with_partial_drops.c93 const char *detail = vpx_codec_error_detail(ctx); in die_codec()
Dvp8_multi_resolution_encoder.c59 const char *detail = vpx_codec_error_detail(ctx); in die_codec()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dtools_common.c73 const char *detail = vpx_codec_error_detail(ctx); in die_codec()
Dusage.dox105 the vpx_codec_error_detail() method. Not all errors produce detailed error
Dvpxdec.c807 const char *detail = vpx_codec_error_detail(&decoder); in main_loop()
Dvpxenc.c67 const char *detail = vpx_codec_error_detail(ctx); in warn_or_exit_on_errorv()