Home
last modified time | relevance | path

Searched refs:AOM_CODEC_OK (Results 1 – 25 of 43) sorted by relevance

12

/external/libaom/libaom/av1/
Dav1_dx_iface.c111 return AOM_CODEC_OK; in decoder_init()
143 return AOM_CODEC_OK; in decoder_destroy()
160 return AOM_CODEC_OK; in parse_timing_info()
174 return AOM_CODEC_OK; in parse_decoder_model_info()
186 return AOM_CODEC_OK; in parse_op_parameters_info()
204 if ((status = parse_timing_info(rb)) != AOM_CODEC_OK) return status; in parse_operating_points()
208 rb, &buffer_delay_length_minus_1)) != AOM_CODEC_OK) in parse_operating_points()
225 rb, buffer_delay_length_minus_1)) != AOM_CODEC_OK) in parse_operating_points()
240 &si->number_temporal_layers) != AOM_CODEC_OK) { in parse_operating_points()
244 return AOM_CODEC_OK; in parse_operating_points()
[all …]
Dav1_cx_iface.c331 if (res != AOM_CODEC_OK) in update_error_state()
567 return AOM_CODEC_OK; in validate_config()
604 return AOM_CODEC_OK; in validate_img()
1027 return AOM_CODEC_OK; in set_encoder_config()
1057 if (res == AOM_CODEC_OK) { in encoder_set_config()
1079 return AOM_CODEC_OK; in ctrl_get_quantizer()
1087 return AOM_CODEC_OK; in ctrl_get_quantizer64()
1093 if (res == AOM_CODEC_OK) { in update_extra_cfg()
1824 aom_codec_err_t res = AOM_CODEC_OK; in create_stats_buffer()
1851 aom_codec_err_t res = AOM_CODEC_OK; in create_context_and_bufferpool()
[all …]
/external/libaom/libaom/test/
Dexternal_frame_buffer_test.cc221 ASSERT_EQ(AOM_CODEC_OK, in PreDecodeFrameHook()
346 if (res == AOM_CODEC_OK) video_->Next(); in DecodeOneFrame()
354 if (res != AOM_CODEC_OK) return res; in DecodeRemainingFrames()
357 return AOM_CODEC_OK; in DecodeRemainingFrames()
447 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
450 ASSERT_EQ(AOM_CODEC_OK, DecodeRemainingFrames()); in TEST_F()
459 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
462 ASSERT_EQ(AOM_CODEC_OK, DecodeRemainingFrames()); in TEST_F()
470 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
473 ASSERT_EQ(AOM_CODEC_OK, DecodeOneFrame()); in TEST_F()
[all …]
Dencode_test_driver.h109 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
114 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
119 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
124 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
129 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
134 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
140 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Control()
146 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Config()
239 EXPECT_EQ(AOM_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
240 return AOM_CODEC_OK == res_dec; in HandleDecodeResult()
Dencode_api_test.cc55 EXPECT_EQ(AOM_CODEC_OK, aom_codec_enc_config_default(iface, &cfg, 0)); in TEST()
56 EXPECT_EQ(AOM_CODEC_OK, aom_codec_enc_init(&enc, iface, &cfg, 0)); in TEST()
67 EXPECT_EQ(AOM_CODEC_OK, aom_codec_encode(&enc, NULL, 0, 0, 0)); in TEST()
69 EXPECT_EQ(AOM_CODEC_OK, aom_codec_destroy(&enc)); in TEST()
Ddecode_test_driver.h66 void Control(int ctrl_id, int arg) { Control(ctrl_id, arg, AOM_CODEC_OK); } in Control()
71 ASSERT_EQ(AOM_CODEC_OK, res) << DecodeError(); in Control()
109 ASSERT_EQ(AOM_CODEC_OK, res) << DecodeError(); in InitOnce()
139 EXPECT_EQ(AOM_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
140 return AOM_CODEC_OK == res_dec; in HandleDecodeResult()
Dlevel_test.cc86 EXPECT_EQ(AOM_CODEC_OK, aom_codec_enc_config_default(codec, &cfg, 0)); in TEST_P()
87 EXPECT_EQ(AOM_CODEC_OK, aom_codec_enc_init(&enc, codec, &cfg, 0)); in TEST_P()
95 EXPECT_EQ(AOM_CODEC_OK, in TEST_P()
105 EXPECT_EQ(AOM_CODEC_OK, aom_codec_destroy(&enc)); in TEST_P()
Dframe_size_tests.cc22 : EncoderTest(&::libaom_test::kAV1), expected_res_(AOM_CODEC_OK) {} in AV1FrameSizeTests()
64 expected_res_ = AOM_CODEC_OK; in TEST_F()
74 expected_res_ = AOM_CODEC_OK; in TEST_F()
Dencode_test_driver.cc38 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in InitEncoder()
68 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal()
75 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal()
83 ASSERT_EQ(AOM_CODEC_OK, res) << EncoderError(); in Flush()
88 ASSERT_EQ(AOM_CODEC_OK, res); in InitializeConfig()
Ddecode_api_test.cc46 EXPECT_EQ(AOM_CODEC_OK, aom_codec_dec_init(&dec, iface, NULL, 0)); in TEST()
51 EXPECT_EQ(AOM_CODEC_OK, aom_codec_destroy(&dec)); in TEST()
Dfilm_grain_table_test.cc207 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
212 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
237 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
242 ASSERT_EQ(AOM_CODEC_OK, in TEST_F()
Ddecode_test_driver.cc52 ASSERT_EQ(AOM_CODEC_OK, res_peek) in HandlePeekResult()
89 ASSERT_EQ(AOM_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
Dav1_encoder_parms_get_to_decoder.cc138 EXPECT_EQ(AOM_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult()
139 return AOM_CODEC_OK == res_dec; in HandleDecodeResult()
Dsb_multipass_test.cc89 if (res != AOM_CODEC_OK) { in FramePktHook()
91 ASSERT_EQ(AOM_CODEC_OK, res); in FramePktHook()
Dtile_independence_test.cc80 if (res != AOM_CODEC_OK) { in UpdateMD5()
82 ASSERT_EQ(AOM_CODEC_OK, res); in UpdateMD5()
Dav1_ext_tile_test.cc135 if (res != AOM_CODEC_OK) { in FramePktHook()
137 ASSERT_EQ(AOM_CODEC_OK, res); in FramePktHook()
Ddecode_multithreaded_test.cc91 if (res != AOM_CODEC_OK) { in UpdateMD5()
93 ASSERT_EQ(AOM_CODEC_OK, res); in UpdateMD5()
Dethread_test.cc105 if (res != AOM_CODEC_OK) { in FramePktHook()
107 ASSERT_EQ(AOM_CODEC_OK, res); in FramePktHook()
/external/libaom/libaom/av1/common/
Dobu_util.c47 return AOM_CODEC_OK; in read_obu_size()
94 return AOM_CODEC_OK; in read_obu_header()
107 if (parse_result == AOM_CODEC_OK) *consumed = header->size; in aom_read_obu_header()
127 if (status != AOM_CODEC_OK) return status; in aom_read_obu_header_and_size()
134 if (status != AOM_CODEC_OK) return status; in aom_read_obu_header_and_size()
148 if (status != AOM_CODEC_OK) return status; in aom_read_obu_header_and_size()
153 return AOM_CODEC_OK; in aom_read_obu_header_and_size()
/external/libaom/libaom/av1/decoder/
Dobu.c51 return AOM_CODEC_OK; in aom_get_num_layers_from_operating_point_idc()
236 &cm->number_temporal_layers) != AOM_CODEC_OK) { in read_sequence_header_obu()
878 while (!frame_decoding_finished && cm->error.error_code == AOM_CODEC_OK) { in aom_decode_frame_from_obus()
888 cm->error.error_code = AOM_CODEC_OK; in aom_decode_frame_from_obus()
896 if (status != AOM_CODEC_OK) { in aom_decode_frame_from_obus()
937 if (cm->error.error_code != AOM_CODEC_OK) return -1; in aom_decode_frame_from_obus()
1022 if (cm->error.error_code != AOM_CODEC_OK) return -1; in aom_decode_frame_from_obus()
1028 if (cm->error.error_code != AOM_CODEC_OK) return -1; in aom_decode_frame_from_obus()
1048 if (cm->error.error_code != AOM_CODEC_OK) return -1; in aom_decode_frame_from_obus()
1052 if (cm->error.error_code != AOM_CODEC_OK) return -1; in aom_decode_frame_from_obus()
[all …]
/external/libaom/libaom/aom/src/
Daom_codec.c39 case AOM_CODEC_OK: return "Success"; in aom_codec_err_to_string()
82 res = AOM_CODEC_OK; in aom_codec_destroy()
Daom_encoder.c86 res = AOM_CODEC_OK; in aom_codec_enc_config_default()
142 aom_codec_err_t res = AOM_CODEC_OK; in aom_codec_encode()
225 return AOM_CODEC_OK; in aom_codec_set_cx_data_buf()
/external/libaom/libaom/aom_dsp/
Dgrain_table.c266 error_info->error_code = AOM_CODEC_OK; in aom_film_grain_table_read()
290 if (error_info->error_code != AOM_CODEC_OK) break; in aom_film_grain_table_read()
300 error_info->error_code = AOM_CODEC_OK; in aom_film_grain_table_write()
/external/libaom/libaom/examples/
Dtwopass_encoder.c76 if (res != AOM_CODEC_OK) die_codec(ctx, "Failed to get frame stats."); in get_frame_stats()
100 if (res != AOM_CODEC_OK) die_codec(ctx, "Failed to encode frame."); in encode_frame()
/external/libaom/libaom/av1/encoder/
Dencode_strategy.c573 return AOM_CODEC_OK; in dump_one_image()
936 AOM_CODEC_OK) { in denoise_and_encode()
946 return AOM_CODEC_OK; in denoise_and_encode()
1266 AOM_CODEC_OK) { in av1_encode_strategy()
1271 &frame_results) != AOM_CODEC_OK) { in av1_encode_strategy()
1320 return AOM_CODEC_OK; in av1_encode_strategy()

12