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

/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c227 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(ct
[all...]

Completed in 87 milliseconds