Home
last modified time | relevance | path

Searched refs:error_info (Results 1 – 25 of 33) sorted by relevance

12

/external/libaom/libaom/aom_dsp/
Dgrain_table.c42 struct aom_internal_error_info *error_info, in grain_table_entry_read() argument
51 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
63 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
69 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
76 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
82 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
89 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
95 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
102 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
112 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read()
[all …]
Dgrain_table.h84 struct aom_internal_error_info *error_info);
94 struct aom_internal_error_info *error_info);
/external/libaom/libaom/aom_mem/
Daom_mem.h48 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument
52 aom_internal_error(error_info, AOM_CODEC_MEM_ERROR, \
57 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument
61 aom_internal_error(error_info, AOM_CODEC_MEM_ERROR, \
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.nodiscard/
Dp3.cpp4 struct [[nodiscard]] error_info{ struct
8 error_info enable_missile_safety_mode();
15 error_info &foo();
/external/kernel-headers/original/uapi/linux/
Dcciss_ioctl.h44 ErrorInfo_struct error_info; member
52 ErrorInfo_struct error_info; member
/external/libvpx/libvpx/vp8/decoder/
Donyxd_if.c334 if (pbi->mb.error_info.error_code != 0) { in vp8dx_receive_compressed_data()
335 pbi->common.error.error_code = pbi->mb.error_info.error_code; in vp8dx_receive_compressed_data()
336 memcpy(pbi->common.error.detail, pbi->mb.error_info.detail, in vp8dx_receive_compressed_data()
337 sizeof(pbi->mb.error_info.detail)); in vp8dx_receive_compressed_data()
Dthreading.c414 vpx_internal_error(&xd->error_info, VPX_CODEC_CORRUPT_FRAME, in mt_decode_mb_rows()
596 if (setjmp(xd->error_info.jmp)) { in thread_decoding_proc()
597 xd->error_info.setjmp = 0; in thread_decoding_proc()
602 xd->error_info.setjmp = 1; in thread_decoding_proc()
887 if (setjmp(xd->error_info.jmp)) { in vp8mt_decode_mb_rows()
888 xd->error_info.setjmp = 0; in vp8mt_decode_mb_rows()
898 xd->error_info.setjmp = 1; in vp8mt_decode_mb_rows()
/external/tensorflow/tensorflow/python/autograph/core/
Derrors.py111 error_info = sys.exc_info()
112 _, original_error, e_traceback = error_info
/external/libaom/libaom/av1/decoder/
Ddthread.h31 struct aom_internal_error_info error_info; member
Ddecodeframe.h56 struct aom_internal_error_info *error_info);
Ddecodeframe.c397 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in decode_mbmi_block()
1787 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in decode_partition()
1865 struct aom_internal_error_info *error_info, in setup_bool_decoder() argument
1871 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in setup_bool_decoder()
1875 aom_internal_error(error_info, AOM_CODEC_MEM_ERROR, in setup_bool_decoder()
2652 const uint8_t *const data_end, struct aom_internal_error_info *error_info, in get_ls_tile_buffer() argument
2661 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in get_ls_tile_buffer()
2682 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in get_ls_tile_buffer()
2800 struct aom_internal_error_info *error_info, in get_tile_buffer() argument
2806 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in get_tile_buffer()
[all …]
Ddecodetxb.c31 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_golomb()
Ddecodemv.c277 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_segment_id()
701 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_intrabc_info()
1299 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_inter_block_mode_info()
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_ra_checker.cpp51 void ra_checker::dump_error(const error_info &e) { in dump_error()
69 error_info e; in error()
Dsb_shader.h44 struct error_info { struct
50 typedef std::multimap<node*, error_info> error_map; argument
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c720 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in dec_build_inter_predictors_sb()
912 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in decode_block()
1007 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in recon_block()
1045 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in parse_block()
1289 struct vpx_internal_error_info *error_info, in setup_token_decoder() argument
1296 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder()
1300 vpx_internal_error(error_info, VPX_CODEC_MEM_ERROR, in setup_token_decoder()
1642 struct vpx_internal_error_info *error_info, in get_tile_buffer() argument
1649 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer()
1662 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer()
[all …]
Dvp9_decoder.h49 struct vpx_internal_error_info error_info; member
/external/libvpx/libvpx/vp8/common/
Dblockd.h293 struct vpx_internal_error_info error_info; member
/external/libaom/libaom/examples/
Dnoise_model.c415 struct aom_internal_error_info error_info; in main() local
418 &error_info)) { in main()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h198 struct vpx_internal_error_info *error_info; member
Dvp9_onyxc_int.h346 xd->error_info = &cm->error; in vp9_init_macroblockd()
/external/ImageMagick/coders/
Dpng.c1705 *error_info; in MagickPNGErrorHandler() local
1707 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in MagickPNGErrorHandler()
1708 image=error_info->image; in MagickPNGErrorHandler()
1709 exception=error_info->exception; in MagickPNGErrorHandler()
1736 *error_info; in MagickPNGWarningHandler() local
1741 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in MagickPNGWarningHandler()
1742 image=error_info->image; in MagickPNGWarningHandler()
1743 exception=error_info->exception; in MagickPNGWarningHandler()
1973 *error_info; in read_user_chunk_callback() local
2004 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in read_user_chunk_callback()
[all …]
/external/mesa3d/src/gallium/state_trackers/va/
Dva_private.h346 VAStatus error_status, void **error_info);
/external/libaom/libaom/av1/common/
Donyxc_int.h784 xd->error_info = &cm->error; in av1_init_macroblockd()
1136 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in av1_zero_above_context()
Dreconinter.c929 aom_internal_error(xd->error_info, AOM_CODEC_UNSUP_BITSTREAM, in av1_setup_build_prediction_by_above_pred()
968 aom_internal_error(xd->error_info, AOM_CODEC_UNSUP_BITSTREAM, in av1_setup_build_prediction_by_left_pred()

12