libyami icon indicating copy to clipboard operation
libyami copied to clipboard

Unit test failures in VaapiEncoderJpegTest/SimpleDataTest.Encode

Open uartie opened this issue 8 years ago • 1 comments

The VaapiEncoderJpegTest/SimpleDataTest.Encode/* (in encoder/vaapiencoder_jpeg_unittest.cpp) test cases use 10x10 input data.

Recently, 01org/intel-vaapi-driver#330 added minimum resolution constraint of 16x16 for JPEG encode. Now these tests are failing on i965 driver.

Update these unit tests with large enough input resolution to satisfy both i965 and iHD constraints.

uartie avatar Jan 18 '18 18:01 uartie

i965 changed min resolution constraint back to 1x1.

uartie avatar Jan 23 '18 18:01 uartie