Searched refs:DecodeError (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | decode_test_driver.h | 65 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control() 71 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in Control() 74 const char* DecodeError() { in DecodeError() function 96 ASSERT_EQ(VPX_CODEC_OK, res) << DecodeError(); in InitOnce()
|
D | vp8_decrypt_test.cc | 57 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST() 70 ASSERT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in TEST()
|
D | svc_test.cc | 275 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F() 302 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F() 315 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F() 328 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F() 441 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F() 454 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F() 467 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
|
D | decode_test_driver.cc | 38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
|
D | vp9_thread_test.cc | 114 EXPECT_EQ(VPX_CODEC_OK, res) << decoder.DecodeError(); in DecodeFile()
|
D | encode_test_driver.cc | 180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
|