Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc200 const vpx_image_t *img_dec = dec_iter.Next(); in RunLoop() local
201 if (img_enc && img_dec) { in RunLoop()
202 const bool res = compare_img(img_enc, img_dec); in RunLoop()
204 MismatchHook(img_enc, img_dec); in RunLoop()
207 if (img_dec) in RunLoop()
208 DecompressedFrameHook(*img_dec, video->pts()); in RunLoop()