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

  /external/libvpx/libvpx/vpx/src/
vpx_codec.c 120 info->has_detail = 0;
125 info->has_detail = 1;
  /external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h 423 int has_detail; member in struct:vpx_internal_error_info
  /external/libvpx/libvpx/vp8/
vp8_dx_iface.c 195 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
vp8_cx_iface.c 95 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 225 set_error_detail(ctx, error->has_detail ? error->detail : NULL);
    [all...]
vp9_cx_iface.c 119 ctx->base.err_detail = error->has_detail ? error->detail : NULL;
    [all...]

Completed in 177 milliseconds