Searched refs:res_dec (Results 1 – 3 of 3) sorted by relevance
19 vpx_codec_err_t res_dec; in DecodeFrame() local22 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() local38 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()
270 const vpx_codec_err_t res_dec = decoder_->DecodeFrame( in TEST_F() local275 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()299 vpx_codec_err_t res_dec = decoder_->DecodeFrame( in TEST_F() local302 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() local441 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder_->DecodeError(); in TEST_F()[all …]
178 vpx_codec_err_t res_dec = decoder->DecodeFrame( in RunLoop() local180 ASSERT_EQ(VPX_CODEC_OK, res_dec) << decoder->DecodeError(); in RunLoop()