Home
last modified time | relevance | path

Searched refs:AOM_CODEC_CORRUPT_FRAME (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/av1/common/
Dobu_util.c42 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()
Dmvref_common.c1414 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in av1_set_frame_refs()
1418 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in av1_set_frame_refs()
Donyxc_int.h1136 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in av1_zero_above_context()
/external/libaom/libaom/av1/decoder/
Dobu.c91 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in byte_alignment()
323 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in read_tile_group_header()
492 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in read_and_decode_one_tile_list()
515 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in read_and_decode_one_tile_list()
525 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()
696 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in aom_decode_frame_from_obus()
736 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in aom_decode_frame_from_obus()
780 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in aom_decode_frame_from_obus()
819 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in aom_decode_frame_from_obus()
[all …]
Ddecodeframe.c84 cm->error.error_code = AOM_CODEC_CORRUPT_FRAME; in av1_check_trailing_bits()
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()
1871 aom_internal_error(error_info, AOM_CODEC_CORRUPT_FRAME, in setup_bool_decoder()
2336 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in resize_context_buffers()
2411 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size()
2452 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs()
2480 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs()
2492 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs()
2500 aom_internal_error(&cm->error, AOM_CODEC_CORRUPT_FRAME, in setup_frame_size_with_refs()
[all …]
Ddecodetxb.c31 aom_internal_error(xd->error_info, AOM_CODEC_CORRUPT_FRAME, in read_golomb()
Ddecodemv.c277 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/libaom/libaom/test/
Dinvalid_file_test.cc72 res_dec == AOM_CODEC_CORRUPT_FRAME) in HandleDecodeResult()
76 << AOM_CODEC_CORRUPT_FRAME; in HandleDecodeResult()
Dframe_size_tests.cc55 expected_res_ = AOM_CODEC_CORRUPT_FRAME; in TEST_F()
/external/libaom/libaom/av1/
Dav1_dx_iface.c285 if (data_sz < bytes_read + payload_size) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal()
296 if (data_sz < payload_size) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal()
300 if (data_sz < 2) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal()
331 if (data_sz < 1) return AOM_CODEC_CORRUPT_FRAME; in decoder_peek_si_internal()
661 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode()
665 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode()
677 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode()
681 return AOM_CODEC_CORRUPT_FRAME; in decoder_decode()
837 aom_internal_error(&pbi->common.error, AOM_CODEC_CORRUPT_FRAME, in decoder_get_frame()
/external/libaom/libaom/aom/src/
Daom_codec.c49 case AOM_CODEC_CORRUPT_FRAME: return "Corrupt frame detected"; in aom_codec_err_to_string()
/external/libaom/libaom/aom/
Daom_codec.h141 AOM_CODEC_CORRUPT_FRAME, enumerator