Home
last modified time | relevance | path

Searched refs:res_dec (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Ddecode_test_driver.cc19 vpx_codec_err_t res_dec; in DecodeFrame() local
22 res_dec = vpx_codec_decode(&decoder_, in DecodeFrame()
25 return res_dec; in DecodeFrame()
36 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(), in RunLoop() local
38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
Dsvc_test.cc270 const vpx_codec_err_t res_dec = decoder_->DecodeFrame( in TEST_F() local
275 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
299 vpx_codec_err_t res_dec = decoder_->DecodeFrame( in TEST_F() local
302 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
312 res_dec = decoder_->DecodeFrame( in TEST_F()
315 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
325 res_dec = decoder_->DecodeFrame( in TEST_F()
328 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
438 vpx_codec_err_t res_dec = decoder_->DecodeFrame( in TEST_F() local
441 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()
[all …]
Dencode_test_driver.cc178 vpx_codec_err_t res_dec = decoder->DecodeFrame( in RunLoop() local
180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()