libyami
libyami copied to clipboard
Unit test failures in VaapiEncoderJpegTest/SimpleDataTest.Encode
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.
i965 changed min resolution constraint back to 1x1.