Home
last modified time | relevance | path

Searched refs:has_detail (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_codec.c120 info->has_detail = 0; in vpx_internal_error()
125 info->has_detail = 1; in vpx_internal_error()
/external/libvpx/libvpx/vpx/internal/
Dvpx_codec_internal.h423 int has_detail; member
/external/libvpx/libvpx/vp8/
Dvp8_dx_iface.c194 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()
Dvp8_cx_iface.c95 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c196 set_error_detail(ctx, error->has_detail ? error->detail : NULL); in update_error_state()
Dvp9_cx_iface.c119 ctx->base.err_detail = error->has_detail ? error->detail : NULL; in update_error_state()