Searched refs:AOM_CODEC_CORRUPT_FRAME (Results 1 – 12 of 12) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | obu_util.c | 42 return AOM_CODEC_CORRUPT_FRAME; in read_obu_size() 45 if (u_obu_size > UINT32_MAX) return AOM_CODEC_CORRUPT_FRAME; in read_obu_size() 56 if (bit_buffer_byte_length < 1) return AOM_CODEC_CORRUPT_FRAME; in read_obu_header() 62 return AOM_CODEC_CORRUPT_FRAME; in read_obu_header() 67 if (!valid_obu_type(header->type)) return AOM_CODEC_CORRUPT_FRAME; in read_obu_header() 79 return AOM_CODEC_CORRUPT_FRAME; in read_obu_header() 83 if (bit_buffer_byte_length == 1) return AOM_CODEC_CORRUPT_FRAME; in read_obu_header() 90 return AOM_CODEC_CORRUPT_FRAME; in read_obu_header() 139 if (obu_size < obu_header->size) return AOM_CODEC_CORRUPT_FRAME; in aom_read_obu_header_and_size()
|
D | mvref_common.c | 1389 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in av1_set_frame_refs() 1393 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in av1_set_frame_refs()
|
D | av1_common_int.h | 1272 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in av1_zero_above_context()
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 72 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in byte_alignment() 315 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in read_tile_group_header() 322 &cm->error, AOM_CODEC_CORRUPT_FRAME, in read_tile_group_header() 328 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in read_tile_group_header() 498 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in read_and_decode_one_tile_list() 521 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in read_and_decode_one_tile_list() 532 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in read_and_decode_one_tile_list() 539 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in read_and_decode_one_tile_list() 612 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in read_metadata_itut_t35() 617 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in read_metadata_itut_t35() [all …]
|
D | decodeframe.c | 84 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in av1_check_trailing_bits() 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() 1465 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in setup_bool_decoder() 1944 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in resize_context_buffers() 2021 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size() 2062 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 2090 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() 2102 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs() [all …]
|
D | decodetxb.c | 31 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_golomb()
|
D | decodemv.c | 294 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_segment_id() 720 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_intrabc_info() 1313 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_inter_block_mode_info()
|
/external/libaom/libaom/test/ |
D | invalid_file_test.cc | 83 res_dec == AOM_CODEC_CORRUPT_FRAME) in HandleDecodeResult() 87 << AOM_CODEC_CORRUPT_FRAME; in HandleDecodeResult()
|
D | frame_size_tests.cc | 55 expected_res_ = AOM_CODEC_CORRUPT_FRAME; in TEST_F()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 274 if (data_sz < bytes_read + payload_size) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal() 285 if (data_sz < payload_size) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal() 289 if (data_sz < 2) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal() 320 if (data_sz < 1) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal() 635 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode() 639 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode() 651 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode() 655 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode() 823 aom_internal_error(&pbi->common.error, AOM_CODEC_CORRUPT_FRAME, in decoder_get_frame()
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 141 AOM_CODEC_CORRUPT_FRAME, enumerator
|
/external/libaom/libaom/aom/src/ |
D | aom_codec.c | 49 case AOM_CODEC_CORRUPT_FRAME: return "Corrupt frame detected"; in aom_codec_err_to_string()
|