HomeSort by relevance Sort by last modified time
    Searched refs:has_detail (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_codec.c 144 info->has_detail = 0;
149 info->has_detail = 1;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 484 int has_detail; member in struct:vpx_internal_error_info
497 info->has_detail = 0;
502 info->has_detail = 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/internal/
vpx_codec_internal.h 422 int has_detail; member in struct:vpx_internal_error_info
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_dx_iface.c 245 ctx->base.err_detail = error->has_detail
vp8_cx_iface.c 92 ctx->base.err_detail = error->has_detail
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_dx_iface.c 212 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
vp9_cx_iface.c 102 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 176 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
vp9_cx_iface.c 113 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 276 ctx->base.err_detail = error->has_detail
vp8_cx_iface.c 102 ctx->base.err_detail = error->has_detail
    [all...]

Completed in 106 milliseconds