Searched refs:set_error_detail (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 218 static void set_error_detail(vpx_codec_alg_priv_t *ctx, in set_error_detail() function 226 set_error_detail(ctx, error->has_detail ? error->detail : NULL); in update_error_state() 338 set_error_detail(ctx, "Failed to allocate buffer pool mutex"); in init_decoder() 346 set_error_detail(ctx, "Failed to allocate frame_workers"); in init_decoder() 356 set_error_detail(ctx, "Failed to allocate frame_worker_data"); in init_decoder() 362 set_error_detail(ctx, "Failed to allocate frame_worker_data"); in init_decoder() 373 set_error_detail(ctx, "Failed to allocate frame_worker_data mutex"); in init_decoder() 378 set_error_detail(ctx, "Failed to allocate frame_worker_data cond"); in init_decoder() 393 set_error_detail(ctx, "Frame Worker thread creation failed"); in init_decoder() 479 set_error_detail(ctx, "Failed to reallocate scratch buffer"); in decode_one() [all …]
|