Searched refs:set_error_detail (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 191 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/ |
D | av1_dx_iface.c | 359 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/ |
D | rtc_error.h | 139 void set_error_detail(RTCErrorDetailType detail) { error_detail_ = detail; } in set_error_detail() function
|
/external/webrtc/pc/ |
D | sctp_data_channel.cc | 380 error.set_error_detail(RTCErrorDetailType::SCTP_FAILURE); in OnTransportChannelClosed() 495 error.set_error_detail(RTCErrorDetailType::DATA_CHANNEL_FAILURE); in CloseAbruptlyWithDataChannelFailure()
|