/external/libaom/libaom/aom_dsp/ |
D | grain_table.c | 42 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 …]
|
D | grain_table.h | 84 struct aom_internal_error_info *error_info); 94 struct aom_internal_error_info *error_info);
|
/external/libaom/libaom/aom_mem/ |
D | aom_mem.h | 48 #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/ |
D | p3.cpp | 4 struct [[nodiscard]] error_info{ struct 8 error_info enable_missile_safety_mode(); 15 error_info &foo();
|
/external/kernel-headers/original/uapi/linux/ |
D | cciss_ioctl.h | 44 ErrorInfo_struct error_info; member 52 ErrorInfo_struct error_info; member
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 334 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()
|
D | threading.c | 414 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/ |
D | errors.py | 111 error_info = sys.exc_info() 112 _, original_error, e_traceback = error_info
|
/external/libaom/libaom/av1/decoder/ |
D | dthread.h | 31 struct aom_internal_error_info error_info; member
|
D | decodeframe.h | 56 struct aom_internal_error_info *error_info);
|
D | decodeframe.c | 397 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 …]
|
D | decodetxb.c | 31 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_golomb()
|
D | decodemv.c | 277 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/ |
D | sb_ra_checker.cpp | 51 void ra_checker::dump_error(const error_info &e) { in dump_error() 69 error_info e; in error()
|
D | sb_shader.h | 44 struct error_info { struct 50 typedef std::multimap<node*, error_info> error_map; argument
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 720 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 …]
|
D | vp9_decoder.h | 49 struct vpx_internal_error_info error_info; member
|
/external/libvpx/libvpx/vp8/common/ |
D | blockd.h | 293 struct vpx_internal_error_info error_info; member
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 415 struct aom_internal_error_info error_info; in main() local 418 &error_info)) { in main()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 198 struct vpx_internal_error_info *error_info; member
|
D | vp9_onyxc_int.h | 346 xd->error_info = &cm->error; in vp9_init_macroblockd()
|
/external/ImageMagick/coders/ |
D | png.c | 1705 *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/ |
D | va_private.h | 346 VAStatus error_status, void **error_info);
|
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 784 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()
|
D | reconinter.c | 929 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()
|