/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_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_decoder.c | 82 res = AOM_CODEC_ERROR; in aom_codec_get_stream_info() 101 res = AOM_CODEC_ERROR; in aom_codec_decode() 128 res = AOM_CODEC_ERROR; in aom_codec_set_frame_buffer_functions()
|
D | aom_encoder.c | 147 res = AOM_CODEC_ERROR; in aom_codec_encode() 170 ctx->err = AOM_CODEC_ERROR; in aom_codec_get_cx_data() 233 ctx->err = AOM_CODEC_ERROR; in aom_codec_get_preview_frame() 250 ctx->err = AOM_CODEC_ERROR; in aom_codec_get_global_headers()
|
/external/libaom/libaom/av1/decoder/ |
D | decoder.c | 260 aom_internal_error(&cm->error, AOM_CODEC_ERROR, "No reference frame"); in av1_copy_reference_dec() 261 return AOM_CODEC_ERROR; in av1_copy_reference_dec() 264 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_copy_reference_dec() 292 aom_internal_error(&cm->error, AOM_CODEC_ERROR, "No reference frame"); in av1_set_reference_dec() 293 return AOM_CODEC_ERROR; in av1_set_reference_dec() 298 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_set_reference_dec() 306 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_set_reference_dec() 331 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_copy_new_frame_dec()
|
D | obu.c | 237 cm->error.error_code = AOM_CODEC_ERROR; in read_sequence_header_obu()
|
D | decodeframe.c | 3479 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in decode_mt_init()
|
/external/libaom/libaom/av1/ |
D | av1_dx_iface.c | 241 return AOM_CODEC_ERROR; in parse_operating_points() 303 return AOM_CODEC_ERROR; in decoder_peek_si_internal() 501 if (!ctx->si.is_kf && !is_intra_only) return AOM_CODEC_ERROR; in decode_one() 853 return AOM_CODEC_ERROR; in decoder_set_fb_fn() 895 if (fb == NULL) return AOM_CODEC_ERROR; in ctrl_get_reference() 915 return AOM_CODEC_ERROR; in ctrl_get_new_frame_image() 936 return AOM_CODEC_ERROR; in ctrl_copy_new_frame_image() 956 return AOM_CODEC_ERROR; in ctrl_get_last_ref_updates() 983 return AOM_CODEC_ERROR; in ctrl_get_frame_corrupted() 988 return AOM_CODEC_ERROR; in ctrl_get_frame_corrupted() [all …]
|
D | av1_cx_iface.c | 2144 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in encoder_encode() 2166 aom_internal_error(&cpi_lap->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 2182 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 2211 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 2221 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 2233 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 2267 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, NULL); in encoder_encode() 2344 if (fb == NULL) return AOM_CODEC_ERROR; in ctrl_get_reference() 2364 return AOM_CODEC_ERROR; in ctrl_get_new_frame_image() 2383 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 | 520 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 | encode_strategy.c | 937 return AOM_CODEC_ERROR; in denoise_and_encode() 1135 if (pts64 < 0 || pts64 > UINT32_MAX) return AOM_CODEC_ERROR; in av1_encode_strategy() 1267 return AOM_CODEC_ERROR; in av1_encode_strategy() 1272 return AOM_CODEC_ERROR; in av1_encode_strategy()
|
D | ethread.c | 497 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in create_enc_workers() 539 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in sync_enc_workers()
|
D | encoder.c | 5611 return AOM_CODEC_ERROR; in encode_with_recode_loop() 5747 return AOM_CODEC_ERROR; in encode_with_recode_loop_and_filter() 6283 return AOM_CODEC_ERROR; in encode_frame_to_data_rate() 6443 return AOM_CODEC_ERROR; in encode_frame_to_data_rate() 6449 return AOM_CODEC_ERROR; in encode_frame_to_data_rate() 6598 return AOM_CODEC_ERROR; in av1_encode() 6601 return AOM_CODEC_ERROR; in av1_encode() 6842 if (assign_cur_frame_new_fb(cm) == NULL) return AOM_CODEC_ERROR; in av1_get_compressed_data() 6848 return AOM_CODEC_ERROR; in av1_get_compressed_data() 6941 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_copy_new_frame_enc() [all …]
|
D | bitstream.c | 3034 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in write_uncompressed_header_obu() 3303 return AOM_CODEC_ERROR; in av1_write_uleb_obu_size() 3832 aom_internal_error(&cpi->common.error, AOM_CODEC_ERROR, in av1_write_metadata_array() 3877 return AOM_CODEC_ERROR; in av1_pack_bitstream() 3901 return AOM_CODEC_ERROR; in av1_pack_bitstream()
|
D | level.c | 1152 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_update_level_info()
|
D | encodeframe.c | 2445 if (this_frame_stats == NULL) return AOM_CODEC_ERROR; in active_h_edge() 2475 if (this_frame_stats == NULL) return AOM_CODEC_ERROR; in active_v_edge()
|