Posted at 7/11/2018 10:10:01View:4393|Replies:1 Print
Only Author
[Copy Link]1#
Hi.
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.
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.