Searched refs:error_info (Results 1 – 6 of 6) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | cciss_ioctl.h | 43 ErrorInfo_struct error_info; member 51 ErrorInfo_struct error_info; member
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decoder.h | 53 struct vpx_internal_error_info error_info; member
|
D | vp9_decodeframe.c | 833 vpx_internal_error(xd->error_info, in decode_block() 1016 struct vpx_internal_error_info *error_info, in setup_token_decoder() argument 1024 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in setup_token_decoder() 1028 vpx_internal_error(error_info, VPX_CODEC_MEM_ERROR, in setup_token_decoder() 1376 struct vpx_internal_error_info *error_info, in get_tile_buffer() argument 1384 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 1397 vpx_internal_error(error_info, VPX_CODEC_CORRUPT_FRAME, in get_tile_buffer() 1579 tile_data->error_info.setjmp = 1; in tile_worker_hook() 1581 if (setjmp(tile_data->error_info.jmp)) { in tile_worker_hook() 1582 tile_data->error_info.setjmp = 0; in tile_worker_hook() [all …]
|
D | vp9_decodemv.c | 507 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info() 518 vpx_internal_error(xd->error_info, VPX_CODEC_UNSUP_BITSTREAM, in read_inter_block_mode_info()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 199 struct vpx_internal_error_info *error_info; member
|
D | vp9_onyxc_int.h | 371 xd->error_info = &cm->error; in vp9_init_macroblockd()
|