Searched refs:detail (Results 1 - 13 of 13) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Ddecode_test_driver.h75 const char *detail = vpx_codec_error_detail(&decoder_); local
76 return detail ? detail : vpx_codec_error(&decoder_);
H A Dencode_test_driver.h149 const char *detail = vpx_codec_error_detail(&encoder_); local
150 return detail ? detail : vpx_codec_error(&encoder_);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h485 char detail[80]; member in struct:vpx_internal_error_info
500 size_t sz = sizeof(info->detail);
504 vsnprintf(info->detail, sz - 1, fmt, ap);
506 info->detail[sz - 1] = '\0';
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
H A Ddecode_with_partial_drops.c93 const char *detail = vpx_codec_error_detail(ctx); local
96 if(detail)
97 printf(" %s\n",detail);
H A Dvp8_multi_resolution_encoder.c59 const char *detail = vpx_codec_error_detail(ctx); local
62 if(detail)
63 printf(" %s\n",detail);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.c73 const char *detail = vpx_codec_error_detail(ctx); local
76 if (detail)
77 printf(" %s\n", detail);
H A Dvpxdec.c807 const char *detail = vpx_codec_error_detail(&decoder); local
811 if (detail)
812 warn("Additional information: %s", detail);
H A Dvpxenc.c67 const char *detail = vpx_codec_error_detail(ctx); local
72 if (detail)
73 fprintf(stderr, " %s\n", detail);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
H A Dvp9_dx_iface.c164 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
H A Dvp9_cx_iface.c111 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
H A Dvp8_dx_iface.c279 ? error->detail
H A Dvp8_cx_iface.c103 ? error->detail
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4804 const string detail = location + "\n" + part.message(); local
4805 OutputXmlCDataSection(stream, RemoveInvalidXmlCharacters(detail).c_str());

Completed in 1996 milliseconds