HomeSort by relevance Sort by last modified time
    Searched refs:err_detail (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 77 return ctx->priv ? ctx->priv->err_detail : ctx->err_detail;
vpx_encoder.c 57 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
125 ctx->priv ? ctx->priv->err_detail : NULL;
127 ctx->err_detail = error_detail;
133 ctx->err_detail = error_detail;
vpx_decoder.c 58 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 77 return ctx->priv ? ctx->priv->err_detail : ctx->err_detail;
vpx_encoder.c 55 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
128 ctx->priv ? ctx->priv->err_detail : NULL;
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
vpx_decoder.c 59 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 77 return ctx->priv ? ctx->priv->err_detail : ctx->err_detail;
vpx_encoder.c 55 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
128 ctx->priv ? ctx->priv->err_detail : NULL;
130 ctx->err_detail = error_detail;
136 ctx->err_detail = error_detail;
vpx_decoder.c 63 ctx->err_detail = ctx->priv ? ctx->priv->err_detail : NULL;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_codec.h 203 const char *err_detail; /**< Detailed info, if available */ member in struct:vpx_codec_ctx
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 212 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
364 ctx->base.err_detail = "Invalid frame size in index";
382 ctx->base.err_detail = "Fail to decode frame in parallel mode";
397 ctx->base.err_detail = "Invalid frame size in index";
vp9_cx_iface.c 102 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
110 ctx->base.err_detail = str;\
868 ctx->base.err_detail = "Conflicting flags.";
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 338 const char *err_detail; member in struct:vpx_codec_priv
  /external/libvpx/libvpx/vpx/
vpx_codec.h 205 const char *err_detail; /**< Detailed info, if available */ member in struct:vpx_codec_ctx
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_codec.h 205 const char *err_detail; /**< Detailed info, if available */ member in struct:vpx_codec_ctx
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 376 const char *err_detail; member in struct:vpx_codec_priv
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
vpx_codec_internal.h 376 const char *err_detail; member in struct:vpx_codec_priv
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 176 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
367 ctx->base.err_detail = "Invalid frame size in index";
vp9_cx_iface.c 113 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
121 ctx->base.err_detail = str;\
682 ctx->base.err_detail = "Conflicting flags.";
778 ctx->base.err_detail = "Compressed data buffer too small";
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 164 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
345 ctx->base.err_detail = "Invalid frame size in index";
vp9_cx_iface.c 111 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
119 ctx->base.err_detail = str;\
673 ctx->base.err_detail = "Conflicting flags.";
769 ctx->base.err_detail = "Compressed data buffer too small";
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 92 ctx->base.err_detail = error->has_detail
102 ctx->base.err_detail = str;\
797 ctx->base.err_detail = "Conflicting flags.";
    [all...]
vp8_dx_iface.c 245 ctx->base.err_detail = error->has_detail
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 102 ctx->base.err_detail = error->has_detail
112 ctx->base.err_detail = str;\
766 ctx->base.err_detail = "Conflicting flags.";
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 102 ctx->base.err_detail = error->has_detail
112 ctx->base.err_detail = str;\
769 ctx->base.err_detail = "Conflicting flags.";
    [all...]

Completed in 2503 milliseconds

1 2