Home
last modified time | relevance | path

Searched refs:VPX_CODEC_OK (Results 1 – 25 of 27) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dsvc_test.cc52 EXPECT_EQ(VPX_CODEC_OK, res); in SetUp()
100 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
113 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
122 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
129 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
131 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
138 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
140 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
148 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
158 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F()
[all …]
Dexternal_frame_buffer_test.cc211 ASSERT_EQ(VPX_CODEC_OK, in PreDecodeFrameHook()
311 if (res == VPX_CODEC_OK) in DecodeOneFrame()
320 if (res != VPX_CODEC_OK) in DecodeRemainingFrames()
324 return VPX_CODEC_OK; in DecodeRemainingFrames()
387 ASSERT_EQ(VPX_CODEC_OK, in TEST_F()
390 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames()); in TEST_F()
399 ASSERT_EQ(VPX_CODEC_OK, in TEST_F()
402 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames()); in TEST_F()
410 ASSERT_EQ(VPX_CODEC_OK, in TEST_F()
413 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame()); in TEST_F()
[all …]
Dencode_test_driver.cc50 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal()
58 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal()
66 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in EncodeFrameInternal()
72 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Flush()
77 ASSERT_EQ(VPX_CODEC_OK, res); in InitializeConfig()
180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
Ddecode_test_driver.h65 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control()
71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control()
96 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in InitOnce()
Dencode_test_driver.h121 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control()
126 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control()
131 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control()
137 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Control()
Dvp8_decrypt_test.cc57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
Dtile_independence_test.cc62 if (res != VPX_CODEC_OK) { in UpdateMD5()
64 ASSERT_EQ(VPX_CODEC_OK, res); in UpdateMD5()
Dvp9_thread_test.cc113 if (res != VPX_CODEC_OK) { in DecodeFile()
114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
Ddecode_test_driver.cc38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_dx_iface.c78 return VPX_CODEC_OK; in vp9_init()
85 return VPX_CODEC_OK; in vp9_destroy()
107 return VPX_CODEC_OK; in vp9_peek_si()
146 return VPX_CODEC_OK; in vp9_peek_si()
157 return VPX_CODEC_OK; in vp9_get_si()
172 vpx_codec_err_t res = VPX_CODEC_OK; in decode_one()
314 vpx_codec_err_t res = VPX_CODEC_OK; in vp9_decode()
400 return VPX_CODEC_OK; in vp9_set_fb_fn()
448 return VPX_CODEC_OK; in get_reference()
462 return VPX_CODEC_OK; in set_postproc()
[all …]
Dvp9_cx_iface.c110 if (res != VPX_CODEC_OK) in update_error_state()
256 return VPX_CODEC_OK; in validate_config()
276 return VPX_CODEC_OK; in validate_img()
414 return VPX_CODEC_OK; in set_vp9e_config()
433 if (res == VPX_CODEC_OK) { in vp9e_set_config()
461 return VPX_CODEC_OK; in get_param()
468 vpx_codec_err_t res = VPX_CODEC_OK; in set_param()
496 if (res == VPX_CODEC_OK) { in set_param()
508 vpx_codec_err_t res = VPX_CODEC_OK; in vp9e_common_init()
556 if (res == VPX_CODEC_OK) { in vp9e_common_init()
[all …]
Dvp9_iface_common.h85 return VPX_CODEC_OK; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dsvc_encodeframe.c278 return VPX_CODEC_OK; in set_option_encoding_mode()
290 vpx_codec_err_t res = VPX_CODEC_OK; in parse_quantizer_values()
326 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) { in parse_quantizer_values()
350 vpx_codec_err_t res = VPX_CODEC_OK; in parse_scale_factors()
387 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) { in parse_scale_factors()
410 vpx_codec_err_t res = VPX_CODEC_OK; in parse_options()
412 if (options == NULL) return VPX_CODEC_OK; in parse_options()
428 if (res != VPX_CODEC_OK) break; in parse_options()
433 if (res != VPX_CODEC_OK) break; in parse_options()
436 if (res != VPX_CODEC_OK) break; in parse_options()
[all …]
Dvpx_codec.c45 case VPX_CODEC_OK: in vpx_codec_err_to_string()
97 res = VPX_CODEC_OK; in vpx_codec_destroy()
152 return VPX_CODEC_OK; in vpx_mmap_alloc()
183 return VPX_CODEC_OK; in vpx_validate_mmaps()
Dvpx_decoder.c57 res = VPX_CODEC_OK; in vpx_codec_dec_init_ver()
164 res = VPX_CODEC_OK; in vpx_codec_register_put_frame_cb()
184 res = VPX_CODEC_OK; in vpx_codec_register_put_slice_cb()
194 vpx_codec_err_t res = VPX_CODEC_OK; in vpx_codec_get_mem_map()
Dvpx_encoder.c73 vpx_codec_err_t res = VPX_CODEC_OK; in vpx_codec_enc_init_multi_ver()
177 res = VPX_CODEC_OK; in vpx_codec_enc_config_default()
210 vpx_codec_err_t res = VPX_CODEC_OK; in vpx_codec_encode()
323 return VPX_CODEC_OK; in vpx_codec_set_cx_data_buf()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c123 vpx_codec_err_t res = VPX_CODEC_OK; in vp8_init()
142 if (res != VPX_CODEC_OK) return res; in vp8_init()
190 return VPX_CODEC_OK; in vp8_destroy()
199 vpx_codec_err_t res = VPX_CODEC_OK; in vp8_peek_si_internal()
267 return VPX_CODEC_OK; in vp8_get_si()
321 *res = VPX_CODEC_OK; in update_fragments()
362 vpx_codec_err_t res = VPX_CODEC_OK; in vp8_decode()
385 res = VPX_CODEC_OK; in vp8_decode()
652 res = VPX_CODEC_OK; in vp8_xma_get_mmap()
675 res = VPX_CODEC_OK; in vp8_xma_set_mmap()
[all …]
Dvp8_cx_iface.c260 return VPX_CODEC_OK; in validate_config()
281 return VPX_CODEC_OK; in validate_img()
445 return VPX_CODEC_OK; in set_vp8e_config()
498 return VPX_CODEC_OK; in get_param()
507 vpx_codec_err_t res = VPX_CODEC_OK; in set_param()
568 res = VPX_CODEC_OK; in vp8e_mr_alloc_mem()
577 vpx_codec_err_t res = VPX_CODEC_OK; in vp8e_init()
675 return VPX_CODEC_OK; in vp8e_destroy()
681 vpx_codec_err_t res = VPX_CODEC_OK; in image2yuvconfig()
751 vpx_codec_err_t res = VPX_CODEC_OK; in vp8e_encode()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dtwopass_encoder.c80 if (res != VPX_CODEC_OK) in get_frame_stats()
105 if (res != VPX_CODEC_OK) in encode_frame()
Dvp9_spatial_scalable_encoder.c313 VPX_CODEC_OK) in main()
322 VPX_CODEC_OK) { in main()
349 if (res != VPX_CODEC_OK) { in main()
Dvp8cx_set_ref.c76 if (res != VPX_CODEC_OK) in encode_frame()
Dexample_xma.c81 vpx_codec_err_t res = VPX_CODEC_OK; in main()
Dsimple_encoder.c130 if (res != VPX_CODEC_OK) in encode_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_if.c318 pbi->common.error.error_code = VPX_CODEC_OK; in vp8dx_receive_compressed_data()
502 return VPX_CODEC_OK; in vp8_create_decoder_instances()
528 return VPX_CODEC_OK; in vp8_remove_decoder_instances()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_codec.h91 VPX_CODEC_OK, enumerator

12