I referenced the code in 'external/mpp' and decoded jpeg.
HD(1280x720) jpeg image decoding to NV12 success.
But FHD(1920x1080) jpeg image decoding to NV12 error occur.
That's probably because the height is not 16 align.
Do you know how to solve this problem?
Thanks.Author: daema218 Time: 7/25/2018 14:18
When I checked it, it seems to be a 1920x1080 resolution problem, not a 16 align problem.
An error occurred in the driver code, but the NV12 image file was decoded normally.
I applied the work around code to the driver code, but I do not seem to be a perfect solution.
If anyone has solved it, please let me know.
Welcome Firefly Open Source Community (https://bbs.t-firefly.com/)