Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c191 static void set_error_detail(vpx_codec_alg_priv_t *ctx, in set_error_detail() function
199 set_error_detail(ctx, error->has_detail ? error->detail : NULL); in update_error_state()
264 set_error_detail(ctx, "Failed to allocate decoder"); in init_decoder()
370 set_error_detail(ctx, "Invalid frame size in index"); in decoder_decode()
/external/libaom/libaom/av1/
Dav1_dx_iface.c359 static void set_error_detail(aom_codec_alg_priv_t *ctx, in set_error_detail() function
367 set_error_detail(ctx, error->has_detail ? error->detail : NULL); in update_error_state()
428 set_error_detail(ctx, "Failed to allocate buffer pool mutex"); in init_decoder()
435 set_error_detail(ctx, "Failed to allocate frame_worker"); in init_decoder()
445 set_error_detail(ctx, "Failed to allocate frame_worker_data"); in init_decoder()
451 set_error_detail(ctx, "Failed to allocate frame_worker_data"); in init_decoder()
/external/webrtc/api/
Drtc_error.h139 void set_error_detail(RTCErrorDetailType detail) { error_detail_ = detail; } in set_error_detail() function
/external/webrtc/pc/
Dsctp_data_channel.cc380 error.set_error_detail(RTCErrorDetailType::SCTP_FAILURE); in OnTransportChannelClosed()
495 error.set_error_detail(RTCErrorDetailType::DATA_CHANNEL_FAILURE); in CloseAbruptlyWithDataChannelFailure()