/external/libaom/libaom/aom_dsp/ |
D | grain_table.c | 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() 120 aom_internal_error(error_info, AOM_CODEC_ERROR, in grain_table_entry_read() [all …]
|
/external/libaom/libaom/aom/src/ |
D | aom_decoder.c | 85 res = AOM_CODEC_ERROR; in aom_codec_get_stream_info() 104 res = AOM_CODEC_ERROR; in aom_codec_decode() 132 res = AOM_CODEC_ERROR; in aom_codec_register_put_frame_cb() 151 res = AOM_CODEC_ERROR; in aom_codec_register_put_slice_cb() 170 res = AOM_CODEC_ERROR; in aom_codec_set_frame_buffer_functions()
|
D | aom_codec.c | 40 case AOM_CODEC_ERROR: return "Unspecified internal error"; in aom_codec_err_to_string() 75 res = AOM_CODEC_ERROR; in aom_codec_destroy() 98 res = AOM_CODEC_ERROR; in aom_codec_control_() 102 res = AOM_CODEC_ERROR; in aom_codec_control_()
|
D | aom_encoder.c | 220 res = AOM_CODEC_ERROR; in aom_codec_encode() 270 ctx->err = AOM_CODEC_ERROR; in aom_codec_get_cx_data() 333 ctx->err = AOM_CODEC_ERROR; in aom_codec_get_preview_frame() 350 ctx->err = AOM_CODEC_ERROR; in aom_codec_get_global_headers()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 243 aom_internal_error(&cm->error, AOM_CODEC_ERROR, "No reference frame"); in av1_copy_reference_dec() 244 return AOM_CODEC_ERROR; in av1_copy_reference_dec() 247 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_copy_reference_dec() 275 aom_internal_error(&cm->error, AOM_CODEC_ERROR, "No reference frame"); in av1_set_reference_dec() 276 return AOM_CODEC_ERROR; in av1_set_reference_dec() 281 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_set_reference_dec() 289 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_set_reference_dec() 314 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_copy_new_frame_dec()
|
D | obu.c | 246 cm->error.error_code = AOM_CODEC_ERROR; in read_sequence_header_obu()
|
D | decodeframe.c | 3856 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in decode_mt_init()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 252 return AOM_CODEC_ERROR; in parse_operating_points() 314 return AOM_CODEC_ERROR; in decoder_peek_si_internal() 539 if (!ctx->si.is_kf && !is_intra_only) return AOM_CODEC_ERROR; in decode_one() 868 return AOM_CODEC_ERROR; in decoder_set_fb_fn() 910 if (fb == NULL) return AOM_CODEC_ERROR; in ctrl_get_reference() 930 return AOM_CODEC_ERROR; in ctrl_get_new_frame_image() 951 return AOM_CODEC_ERROR; in ctrl_copy_new_frame_image() 985 return AOM_CODEC_ERROR; in ctrl_get_last_ref_updates() 1012 return AOM_CODEC_ERROR; in ctrl_get_frame_corrupted() 1017 return AOM_CODEC_ERROR; in ctrl_get_frame_corrupted() [all …]
|
D | av1_cx_iface.c | 1739 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in encoder_encode() 1781 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 1791 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 1803 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 1837 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 1912 if (fb == NULL) return AOM_CODEC_ERROR; in ctrl_get_reference() 1932 return AOM_CODEC_ERROR; in ctrl_get_new_frame_image() 1951 return AOM_CODEC_ERROR; in ctrl_copy_new_frame_image()
|
/external/libaom/libaom/test/ |
D | film_grain_table_test.cc | 172 ASSERT_EQ(AOM_CODEC_ERROR, aom_film_grain_table_read( in TEST_F() 184 ASSERT_EQ(AOM_CODEC_ERROR, in TEST_F()
|
D | encode_test_driver.cc | 81 ASSERT_EQ(AOM_CODEC_ERROR, res) << EncoderError(); in Flush()
|
D | external_frame_buffer_test.cc | 514 ASSERT_EQ(AOM_CODEC_ERROR, in TEST_F()
|
/external/libaom/libaom/aom/ |
D | aom_codec.h | 106 AOM_CODEC_ERROR, enumerator
|
/external/libaom/libaom/av1/encoder/ |
D | ethread.c | 470 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in create_enc_workers() 512 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in sync_enc_workers()
|
D | encode_strategy.c | 1031 if (pts64 < 0 || pts64 > UINT32_MAX) return AOM_CODEC_ERROR; in av1_encode_strategy() 1136 return AOM_CODEC_ERROR; in av1_encode_strategy()
|
D | encoder.c | 4482 return AOM_CODEC_ERROR; in encode_with_recode_loop() 4845 return AOM_CODEC_ERROR; in encode_frame_to_data_rate() 4995 return AOM_CODEC_ERROR; in encode_frame_to_data_rate() 5061 return AOM_CODEC_ERROR; in encode_frame_to_data_rate() 5222 return AOM_CODEC_ERROR; in av1_encode() 5225 return AOM_CODEC_ERROR; in av1_encode() 5461 if (assign_cur_frame_new_fb(cm) == NULL) return AOM_CODEC_ERROR; in av1_get_compressed_data() 5466 return AOM_CODEC_ERROR; in av1_get_compressed_data() 5543 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_copy_new_frame_enc() 5592 return AOM_CODEC_ERROR; in av1_convert_sect5obus_to_annexb() [all …]
|
D | level.c | 610 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_update_level_info()
|
D | bitstream.c | 3003 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in write_uncompressed_header_obu() 3268 return AOM_CODEC_ERROR; in write_uleb_obu_size() 3775 return AOM_CODEC_ERROR; in av1_pack_bitstream() 3796 return AOM_CODEC_ERROR; in av1_pack_bitstream()
|