/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.h | 75 const char *detail = vpx_codec_error_detail(&decoder_); in DecodeError() local 76 return detail ? detail : vpx_codec_error(&decoder_); in DecodeError()
|
D | encode_test_driver.h | 149 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/ |
D | vpx_codec_internal.h | 485 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/ |
D | decode_with_partial_drops.c | 93 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()
|
D | vp8_multi_resolution_encoder.c | 59 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/ |
D | tools_common.c | 73 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()
|
D | vpxdec.c | 807 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()
|
D | vpxenc.c | 67 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/ |
D | testing.md | 21 More detail can be seen by running:
|
/hardware/bsp/intel/peripheral/libupm/docs/ |
D | porting.md | 7 example is explained in detail on @ref max31855
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_dx_iface.c | 164 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()
|
D | vp9_cx_iface.c | 111 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 279 ? error->detail in update_error_state()
|
D | vp8_cx_iface.c | 103 ? error->detail in update_error_state()
|
/hardware/intel/bootstub/ |
D | LICENSE | 247 be similar in spirit to the present version, but may differ in detail to
|
/hardware/bsp/intel/peripheral/libmraa/cmake/modules/ |
D | LICENSE.LGPL | 416 but may differ in detail to address new problems or concerns.
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 416 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/ |
D | gtest-all.cc | 4804 const string detail = location + "\n" + part.message(); in OutputXmlTestInfo() local 4805 OutputXmlCDataSection(stream, RemoveInvalidXmlCharacters(detail).c_str()); in OutputXmlTestInfo()
|