Home
last modified time | relevance | path

Searched refs:detail (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.h75 const char *detail = vpx_codec_error_detail(&decoder_); in DecodeError() local
76 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
Dencode_test_driver.h149 const char *detail = vpx_codec_error_detail(&encoder_); in EncoderError() local
150 return detail ? detail : vpx_codec_error(&encoder_); in EncoderError()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
Dvpx_codec_internal.h485 char detail[80]; member
500 size_t sz = sizeof(info->detail); in vpx_internal_error()
504 vsnprintf(info->detail, sz - 1, fmt, ap); in vpx_internal_error()
506 info->detail[sz - 1] = '\0'; in vpx_internal_error()
/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() local
96 if(detail) in die_codec()
97 printf(" %s\n",detail); in die_codec()
Dvp8_multi_resolution_encoder.c59 const char *detail = vpx_codec_error_detail(ctx); in die_codec() local
62 if(detail) in die_codec()
63 printf(" %s\n",detail); 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() local
76 if (detail) in die_codec()
77 printf(" %s\n", detail); in die_codec()
Dvpxdec.c807 const char *detail = vpx_codec_error_detail(&decoder); in main_loop() local
811 if (detail) in main_loop()
812 warn("Additional information: %s", detail); in main_loop()
Dvpxenc.c67 const char *detail = vpx_codec_error_detail(ctx); in warn_or_exit_on_errorv() local
72 if (detail) in warn_or_exit_on_errorv()
73 fprintf(stderr, " %s\n", detail); in warn_or_exit_on_errorv()
/hardware/bsp/intel/peripheral/libmraa/docs/
Dtesting.md21 More detail can be seen by running:
/hardware/bsp/intel/peripheral/libupm/docs/
Dporting.md7 example is explained in detail on @ref max31855
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c164 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()
Dvp9_cx_iface.c111 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c279 ? error->detail in update_error_state()
Dvp8_cx_iface.c103 ? error->detail in update_error_state()
/hardware/intel/bootstub/
DLICENSE247 be similar in spirit to the present version, but may differ in detail to
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/
DLICENSE.LGPL416 but may differ in detail to address new problems or concerns.
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING416 but may differ in detail to address new problems or concerns.
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc4804 const string detail = location + "\n" + part.message(); in OutputXmlTestInfo() local
4805 OutputXmlCDataSection(stream, RemoveInvalidXmlCharacters(detail).c_str()); in OutputXmlTestInfo()