I'm searhing H/W jpeg decoding information. But I can't.
But, find some interesting samples at "usr/share/imx-mm/video-codec/examples".
@ /rootfs/usr/share/imx-mm/video-codec/examples$ ls
bmp-dec deinterlace gif-dec h264-dec jpeg-dec jpeg-enc mpeg2-dec mpeg4asp-dec png-dec uniform-test vpu
It seems jpeg-dec example with VPU. But it's not compiled with many errors.
This is my questios.
Thanks for your attention.
Solved! Go to Solution.
1. It does not support H/W JPEG decoding.
2. Please check this link https://community.freescale.com/docs/DOC-93790
Leo
1. It does not support H/W JPEG decoding.
2. Please check this link https://community.freescale.com/docs/DOC-93790
Leo
Hope this can help others with the same question:
VPU can decode JPEG in JFIF format, but not for those in EXIF format.
Seems that there is already a element doing the transform http://gstreamer.freedesktop.org/data/coverage/lcov/everything/gst-plugins-bad/gst/jpegformat/gstjif...
Leo
Thanks :smileyhappy: