/external/libvpx/libvpx/test/ |
D | svc_test.cc | 50 EXPECT_EQ(VPX_CODEC_OK, res); in SetUp() 97 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 110 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 119 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 126 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 128 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 137 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 146 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 151 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() 153 EXPECT_EQ(VPX_CODEC_OK, res); in TEST_F() [all …]
|
D | external_frame_buffer_test.cc | 214 ASSERT_EQ(VPX_CODEC_OK, in PreDecodeFrameHook() 315 if (res == VPX_CODEC_OK) in DecodeOneFrame() 324 if (res != VPX_CODEC_OK) in DecodeRemainingFrames() 328 return VPX_CODEC_OK; in DecodeRemainingFrames() 399 ASSERT_EQ(VPX_CODEC_OK, in TEST_F() 402 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames()); in TEST_F() 411 ASSERT_EQ(VPX_CODEC_OK, in TEST_F() 414 ASSERT_EQ(VPX_CODEC_OK, DecodeRemainingFrames()); in TEST_F() 422 ASSERT_EQ(VPX_CODEC_OK, in TEST_F() 425 ASSERT_EQ(VPX_CODEC_OK, DecodeOneFrame()); in TEST_F() [all …]
|
D | decode_test_driver.h | 71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control() 77 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control() 108 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in InitOnce() 135 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult() 136 return VPX_CODEC_OK == res_dec; in HandleDecodeResult()
|
D | encode_test_driver.h | 121 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() 228 EXPECT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in HandleDecodeResult() 229 return VPX_CODEC_OK == res_dec; in HandleDecodeResult()
|
D | decode_api_test.cc | 48 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, kCodecs[i], NULL, 0)); in TEST() 56 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST() 78 EXPECT_EQ(VPX_CODEC_OK, res) << kControls[i]; in TestVp9Controls() 114 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_dec_init(&dec, codec, NULL, 0)); in TEST() 122 EXPECT_EQ(VPX_CODEC_OK, vpx_codec_destroy(&dec)); in TEST()
|
D | frame_size_tests.cc | 21 expected_res_(VPX_CODEC_OK) {} in VP9FrameSizeTestsLarge() 67 expected_res_ = VPX_CODEC_OK; in TEST_F() 77 expected_res_ = VPX_CODEC_OK; in TEST_F()
|
D | encode_test_driver.cc | 50 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() 75 ASSERT_EQ(VPX_CODEC_OK, res) << EncoderError(); in Flush() 80 ASSERT_EQ(VPX_CODEC_OK, res); in InitializeConfig()
|
D | decode_test_driver.cc | 56 ASSERT_EQ(VPX_CODEC_OK, res_peek) << "Peek return failed: " in HandlePeekResult() 61 ASSERT_EQ(VPX_CODEC_OK, res_peek) << "Peek return failed: " in HandlePeekResult() 94 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
|
D | vp8_decrypt_test.cc | 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | vp9_decrypt_test.cc | 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 68 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | user_priv_test.cc | 61 if (res != VPX_CODEC_OK) { in DecodeFile() 62 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
|
D | tile_independence_test.cc | 62 if (res != VPX_CODEC_OK) { in UpdateMD5() 64 ASSERT_EQ(VPX_CODEC_OK, res); in UpdateMD5()
|
D | vp9_thread_test.cc | 174 if (res != VPX_CODEC_OK) { in DecodeFile() 175 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
|
/external/libvpx/libvpx/vp9/ |
D | vp9_dx_iface.c | 87 return VPX_CODEC_OK; in decoder_init() 98 return VPX_CODEC_OK; in decoder_destroy() 160 return VPX_CODEC_OK; in decoder_peek_si_internal() 196 return VPX_CODEC_OK; in decoder_peek_si_internal() 213 return VPX_CODEC_OK; in decoder_get_si() 298 if (res != VPX_CODEC_OK) in decode_one() 332 return VPX_CODEC_OK; in decode_one() 407 return VPX_CODEC_OK; in parse_superframe_index() 421 return VPX_CODEC_OK; in decoder_decode() 429 if (res != VPX_CODEC_OK) in decoder_decode() [all …]
|
D | vp9_cx_iface.c | 115 if (res != VPX_CODEC_OK) in update_error_state() 289 return VPX_CODEC_OK; in validate_config() 310 return VPX_CODEC_OK; in validate_img() 478 return VPX_CODEC_OK; in set_encoder_config() 497 if (res == VPX_CODEC_OK) { in encoder_set_config() 512 return VPX_CODEC_OK; in ctrl_get_quantizer() 521 return VPX_CODEC_OK; in ctrl_get_quantizer64() 527 if (res == VPX_CODEC_OK) { in update_extra_cfg() 658 vpx_codec_err_t res = VPX_CODEC_OK; in encoder_init() 698 if (res == VPX_CODEC_OK) { in encoder_init() [all …]
|
D | vp9_iface_common.h | 76 return VPX_CODEC_OK; in image2yuvconfig()
|
/external/libvpx/libvpx/vpx/src/ |
D | svc_encodeframe.c | 207 vpx_codec_err_t res = VPX_CODEC_OK; in parse_quantizer_values() 233 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) { in parse_quantizer_values() 251 vpx_codec_err_t res = VPX_CODEC_OK; in parse_auto_alt_ref() 279 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) { in parse_auto_alt_ref() 310 vpx_codec_err_t res = VPX_CODEC_OK; in parse_scale_factors() 347 if (res == VPX_CODEC_OK && found != svc_ctx->spatial_layers) { in parse_scale_factors() 369 vpx_codec_err_t res = VPX_CODEC_OK; in parse_options() 371 if (options == NULL) return VPX_CODEC_OK; in parse_options() 389 if (res != VPX_CODEC_OK) break; in parse_options() 392 if (res != VPX_CODEC_OK) break; in parse_options() [all …]
|
D | vpx_codec.c | 45 case VPX_CODEC_OK: in vpx_codec_err_to_string() 97 res = VPX_CODEC_OK; in vpx_codec_destroy()
|
D | vpx_encoder.c | 71 vpx_codec_err_t res = VPX_CODEC_OK; in vpx_codec_enc_init_multi_ver() 175 res = VPX_CODEC_OK; in vpx_codec_enc_config_default() 208 vpx_codec_err_t res = VPX_CODEC_OK; in vpx_codec_encode() 321 return VPX_CODEC_OK; in vpx_codec_set_cx_data_buf()
|
D | vpx_decoder.c | 154 res = VPX_CODEC_OK; in vpx_codec_register_put_frame_cb() 174 res = VPX_CODEC_OK; in vpx_codec_register_put_slice_cb()
|
/external/libvpx/libvpx/vp8/ |
D | vp8_dx_iface.c | 106 vpx_codec_err_t res = VPX_CODEC_OK; in vp8_init() 156 return VPX_CODEC_OK; in vp8_destroy() 165 vpx_codec_err_t res = VPX_CODEC_OK; in vp8_peek_si_internal() 233 return VPX_CODEC_OK; in vp8_get_si() 288 *res = VPX_CODEC_OK; in update_fragments() 329 vpx_codec_err_t res = VPX_CODEC_OK; in vp8_decode() 335 return VPX_CODEC_OK; in vp8_decode() 359 res = VPX_CODEC_OK; in vp8_decode() 569 vpx_codec_err_t res = VPX_CODEC_OK; in image2yuvconfig() 641 return VPX_CODEC_OK; in vp8_set_postproc() [all …]
|
D | vp8_cx_iface.c | 261 return VPX_CODEC_OK; in validate_config() 282 return VPX_CODEC_OK; in validate_img() 444 return VPX_CODEC_OK; in set_vp8e_config() 484 return VPX_CODEC_OK; in get_quantizer() 493 return VPX_CODEC_OK; in get_quantizer64() 500 if (res == VPX_CODEC_OK) { in update_extracfg() 624 res = VPX_CODEC_OK; in vp8e_mr_alloc_mem() 633 vpx_codec_err_t res = VPX_CODEC_OK; in vp8e_init() 731 return VPX_CODEC_OK; in vp8e_destroy() 737 vpx_codec_err_t res = VPX_CODEC_OK; in image2yuvconfig() [all …]
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 294 VPX_CODEC_OK) in main() 303 VPX_CODEC_OK) { in main() 330 if (res != VPX_CODEC_OK) { in main()
|
D | twopass_encoder.c | 80 if (res != VPX_CODEC_OK) in get_frame_stats() 105 if (res != VPX_CODEC_OK) in encode_frame()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | onyxd_if.c | 307 pbi->common.error.error_code = VPX_CODEC_OK; in vp8dx_receive_compressed_data() 474 return VPX_CODEC_OK; in vp8_create_decoder_instances() 500 return VPX_CODEC_OK; in vp8_remove_decoder_instances()
|