Searched refs:has_detail (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
H A Dvpx_codec.c144 info->has_detail = 0;
149 info->has_detail = 1;
/external/libvpx/libvpx/vpx/internal/
H A Dvpx_codec_internal.h484 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/
H A Dvpx_codec_internal.h422 int has_detail; member in struct:vpx_internal_error_info
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_dx_iface.c245 ctx->base.err_detail = error->has_detail
H A Dvp8_cx_iface.c92 ctx->base.err_detail = error->has_detail
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c212 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
H A Dvp9_cx_iface.c102 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c176 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
H A Dvp9_cx_iface.c113 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
/external/libvpx/libvpx/vp8/
H A Dvp8_dx_iface.c276 ctx->base.err_detail = error->has_detail
H A Dvp8_cx_iface.c102 ctx->base.err_detail = error->has_detail

Completed in 4443 milliseconds