intel / libyami

Yet Another Media Infrastructure. it is core part of media codec with hardware acceleration, it is yummy to your video experience on Linux like platform.
Apache License 2.0
147 stars 106 forks source link

Unit test failures in VaapiEncoderJpegTest/SimpleDataTest.Encode #824

Open uartie opened 6 years ago

uartie commented 6 years ago

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 commented 6 years ago

i965 changed min resolution constraint back to 1x1.