Home
last modified time | relevance | path

Searched refs:AOM_CODEC_ERROR (Results 1 – 19 of 19) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dgrain_table.c51 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/
Daom_codec.c40 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()
Daom_decoder.c82 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()
Daom_encoder.c147 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/
Ddecoder.c260 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()
Dobu.c237 cm->error.error_code = AOM_CODEC_ERROR; in read_sequence_header_obu()
Ddecodeframe.c3479 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in decode_mt_init()
/external/libaom/libaom/av1/
Dav1_dx_iface.c241 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 …]
Dav1_cx_iface.c2144 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/
Dfilm_grain_table_test.cc172 ASSERT_EQ(AOM_CODEC_ERROR, aom_film_grain_table_read( in TEST_F()
184 ASSERT_EQ(AOM_CODEC_ERROR, in TEST_F()
Dencode_test_driver.cc81 ASSERT_EQ(AOM_CODEC_ERROR, res) << EncoderError(); in Flush()
Dexternal_frame_buffer_test.cc520 ASSERT_EQ(AOM_CODEC_ERROR, in TEST_F()
/external/libaom/libaom/aom/
Daom_codec.h106 AOM_CODEC_ERROR, enumerator
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c937 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()
Dethread.c497 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()
Dencoder.c5611 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 …]
Dbitstream.c3034 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()
Dlevel.c1152 aom_internal_error(&cm->error, AOM_CODEC_ERROR, in av1_update_level_info()
Dencodeframe.c2445 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()