Searched refs:img_enc (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.cc198 const vpx_image_t *img_enc = encoder->GetPreviewFrame(); local
201 if (img_enc && img_dec) {
202 const bool res = compare_img(img_enc, img_dec);
204 MismatchHook(img_enc, img_dec);

Completed in 4 milliseconds