Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dcciss_ioctl.h43 ErrorInfo_struct error_info; member
51 ErrorInfo_struct error_info; member
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h53 struct vpx_internal_error_info error_info; member
Dvp9_decodeframe.c833 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 …]
Dvp9_decodemv.c507 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/
Dvp9_blockd.h199 struct vpx_internal_error_info *error_info; member
Dvp9_onyxc_int.h371 xd->error_info = &cm->error; in vp9_init_macroblockd()