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

  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 227 static void set_error_detail(vpx_codec_alg_priv_t *ctx, function
235 set_error_detail(ctx, error->has_detail ? error->detail : NULL);
347 set_error_detail(ctx, "Failed to allocate buffer pool mutex");
355 set_error_detail(ctx, "Failed to allocate frame_workers");
365 set_error_detail(ctx, "Failed to allocate frame_worker_data");
371 set_error_detail(ctx, "Failed to allocate frame_worker_data");
382 set_error_detail(ctx, "Failed to allocate frame_worker_data mutex");
387 set_error_detail(ctx, "Failed to allocate frame_worker_data cond");
402 set_error_detail(ctx, "Frame Worker thread creation failed");
488 set_error_detail(ctx, "Failed to reallocate scratch buffer")
    [all...]

Completed in 86 milliseconds