/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/arm-trusted-firmware/drivers/renesas/rcar/emmc/ |
D | emmc_interrupt.c | 49 mmc_drv_obj.error_info.info1 = GETR_32(SD_INFO1); in emmc_interrupt() 50 mmc_drv_obj.error_info.info2 = GETR_32(SD_INFO2); in emmc_interrupt() 54 mmc_drv_obj.error_info.info1 & GETR_32(SD_INFO1_MASK); in emmc_interrupt() 56 mmc_drv_obj.error_info.info2 & GETR_32(SD_INFO2_MASK); in emmc_interrupt() 59 mmc_drv_obj.error_info.status1 = GETR_32(SD_ERR_STS1); in emmc_interrupt() 60 mmc_drv_obj.error_info.status2 = GETR_32(SD_ERR_STS2); in emmc_interrupt() 63 mmc_drv_obj.error_info.dm_info1 = GETR_32(DM_CM_INFO1); in emmc_interrupt() 64 mmc_drv_obj.error_info.dm_info2 = GETR_32(DM_CM_INFO2); in emmc_interrupt() 68 mmc_drv_obj.error_info.dm_info1 & GETR_32(DM_CM_INFO1_MASK); in emmc_interrupt() 70 mmc_drv_obj.error_info.dm_info2 & GETR_32(DM_CM_INFO2_MASK); in emmc_interrupt()
|
D | emmc_utility.c | 112 mmc_drv_obj.error_info.num = func_no; in emmc_write_error_info() 113 mmc_drv_obj.error_info.code = (uint16_t) error_code; in emmc_write_error_info() 121 mmc_drv_obj.error_info.num = func_no; in emmc_write_error_info_func_no()
|
D | emmc_cmd.c | 162 ERROR("BL2: emmc ERR SD_INFO2 = 0x%x\n", mmc_drv_obj.error_info.info2); in cmdErrSdInfo2Log() 244 if ((mmc_drv_obj.error_info.info2 & SD_INFO2_CBSY) != 0) { in emmc_exec_cmd() 357 if ((SD_INFO2_DAT0 & mmc_drv_obj.error_info.info2) != 0) { in emmc_exec_cmd()
|
D | emmc_std.h | 377 st_error_info error_info; /**< error information */ member
|
/external/libaom/libaom/aom_mem/ |
D | aom_mem.h | 52 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument 56 aom_internal_error(error_info, AOM_CODEC_MEM_ERROR, \ 61 #define AOM_CHECK_MEM_ERROR(error_info, lval, expr) \ argument 65 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 | 331 if (pbi->mb.error_info.error_code != 0) { in vp8dx_receive_compressed_data() 332 pbi->common.error.error_code = pbi->mb.error_info.error_code; in vp8dx_receive_compressed_data() 333 memcpy(pbi->common.error.detail, pbi->mb.error_info.detail, in vp8dx_receive_compressed_data() 334 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/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 737 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in dec_build_inter_predictors_sb() 929 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in decode_block() 1042 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in recon_block() 1079 vpx_internal_error(xd->error_info, VPX_CODEC_CORRUPT_FRAME, in parse_block() 1298 struct vpx_internal_error_info *error_info, in setup_token_decoder() argument 1305 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 1309 vpx_internal_error(error_info, VPX_CODEC_MEM_ERROR, in setup_token_decoder() 1651 struct vpx_internal_error_info *error_info, in get_tile_buffer() argument 1658 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 1671 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() [all …]
|
D | vp9_decoder.h | 59 struct vpx_internal_error_info error_info; member
|
/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 | 379 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in decode_mbmi_block() 1372 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in decode_partition() 1381 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in decode_partition() 1459 struct aom_internal_error_info *error_info, aom_reader *r, in setup_bool_decoder() argument 1465 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in setup_bool_decoder() 1469 aom_internal_error(error_info, AOM_CODEC_MEM_ERROR, in setup_bool_decoder() 2267 const uint8_t *const data_end, struct aom_internal_error_info *error_info, in get_ls_tile_buffer() argument 2276 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in get_ls_tile_buffer() 2297 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in get_ls_tile_buffer() 2415 struct aom_internal_error_info *error_info, const uint8_t **data, in get_tile_buffer() argument [all …]
|
D | decodetxb.c | 31 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_golomb()
|
/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/vp8/common/ |
D | blockd.h | 293 struct vpx_internal_error_info error_info; member
|
/external/mesa3d/include/android_stub/backtrace/ |
D | Backtrace.h | 79 } error_info; member
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 416 struct aom_internal_error_info error_info; in main() local 419 &error_info)) { in main()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 199 struct vpx_internal_error_info *error_info; member
|
D | vp9_onyxc_int.h | 366 xd->error_info = &cm->error; in vp9_init_macroblockd()
|
/external/ImageMagick/coders/ |
D | png.c | 1706 *error_info; in MagickPNGErrorHandler() local 1708 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in MagickPNGErrorHandler() 1709 image=error_info->image; in MagickPNGErrorHandler() 1710 exception=error_info->exception; in MagickPNGErrorHandler() 1737 *error_info; in MagickPNGWarningHandler() local 1742 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in MagickPNGWarningHandler() 1743 image=error_info->image; in MagickPNGWarningHandler() 1744 exception=error_info->exception; in MagickPNGWarningHandler() 1981 *error_info; in read_user_chunk_callback() local 2012 error_info=(PNGErrorInfo *) png_get_error_ptr(ping); in read_user_chunk_callback() [all …]
|