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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 191 static void set_error_detail(vpx_codec_alg_priv_t *ctx, function
199 set_error_detail(ctx, error->has_detail ? error->detail : NULL);
264 set_error_detail(ctx, "Failed to allocate decoder");
370 set_error_detail(ctx, "Invalid frame size in index");
  /external/libaom/libaom/av1/
av1_dx_iface.c 368 static void set_error_detail(aom_codec_alg_priv_t *ctx, function
376 set_error_detail(ctx, error->has_detail ? error->detail : NULL);
451 set_error_detail(ctx, "Failed to allocate buffer pool mutex");
459 set_error_detail(ctx, "Failed to allocate frame_workers");
470 set_error_detail(ctx, "Failed to allocate frame_worker_data");
476 set_error_detail(ctx, "Failed to allocate frame_worker_data");
501 set_error_detail(ctx, "Frame Worker thread creation failed");
    [all...]

Completed in 724 milliseconds